hxp
2019-12-20 4bfd1e7a61c9924ace2e4e41ffec0107c372258e
8360 【主干】仙界秘境修改(帮助信息增加评级同步)
1个文件已修改
3 ■■■■ 已修改文件
ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/GameWorldLogic/FBProcess/GameLogic_BZZD.py 3 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
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