hxp
2019-12-30 01bb36eca00e1fcd14bef76d78a6aa2e1ce0d803
ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/GameWorldLogic/FBProcess/GameLogic_BZZD.py
@@ -242,10 +242,11 @@
    totalNPCCount = gameFB.GetGameFBDictByKey(BZZD_TotalNPCCount)
    exp = gameFB.GetPlayerGameFBDictByKey(playerID, FBPlayerDict_TotalExp)
    expPoint = gameFB.GetPlayerGameFBDictByKey(playerID, FBPlayerDict_TotalExpPoint)
    grade = gameFB.GetGameFBDictByKey(ChConfig.Def_FB_Grade)
    
    #副本帮助
    helpDict = {FBCommon.Help_npcTotal:killNPCCnt, FBCommon.Help_npcTotalNeed:totalNPCCount,
                FBCommon.Help_exp:exp, FBCommon.Help_expPoint:expPoint}
                FBCommon.Help_exp:exp, FBCommon.Help_expPoint:expPoint, FBCommon.Help_grade:grade}
    GameWorld.DebugLog("DoFBHelp %s" % str(helpDict))
    FBCommon.Notify_FBHelp(curPlayer, helpDict)
    return