9341 【BT5】【主干】【后端】情缘系统(情缘副本同步怪物总波数)
2个文件已修改
4 ■■■ 已修改文件
ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/GameWorldLogic/FBProcess/FBCommon.py 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/GameWorldLogic/FBProcess/GameLogic_Love.py 3 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/GameWorldLogic/FBProcess/FBCommon.py
@@ -56,6 +56,7 @@
Help_lineID = 'lineID' #功能线路ID
Help_step = 'step' #当前副本步骤,从1开始,1~n
Help_wheel = 'wheel' #当前波数(关卡编号),从1开始,1~n
Help_wheelTotal = 'wheelTotal' #总波数(关卡编号),从1开始,1~n
Help_npc = 'npc' #NPC已击杀个数 [{"NPCID":150,"killCnt":100}]
Help_npcTotal = 'npcTotal' #NPC总已击杀个数
Help_npcTotalNeed = 'npcTotalNeed' #NPC总需击杀个数
ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/GameWorldLogic/FBProcess/GameLogic_Love.py
@@ -136,7 +136,8 @@
            wheelNum = gameFB.GetGameFBDictByKey(ChConfig.Map_TDNPC_RefreshBigWheelNum % rMark) + 1
            
    #副本帮助(通知客户端显示)
    fbHelpDict = {FBCommon.Help_wheel:wheelNum}
    wheelTotal = len(ReadChConfig.GetEvalChConfig('TD_%s_Cfg' % TDRefreshNPCFileNum))
    fbHelpDict = {FBCommon.Help_wheel:wheelNum, FBCommon.Help_wheelTotal:wheelTotal}
    GameWorld.DebugLog("DoFBHelp: %s" % fbHelpDict, curPlayer.GetPlayerID())
    FBCommon.Notify_FBHelp(curPlayer, fbHelpDict)
    return