hxp
2022-08-02 e755e7fbaaa21c76ac64b61550e4b4c04f020b29
9415 【BT】【后端】古神战场(屏蔽NPC击杀积分王广播)
1个文件已修改
2 ■■■ 已修改文件
ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/GameWorldLogic/FBProcess/GameLogic_CrossBattlefield.py 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/GameWorldLogic/FBProcess/GameLogic_CrossBattlefield.py
@@ -1448,7 +1448,7 @@
                GameWorld.DebugLog("    对方是积分王,阵营额外获得积分:  index=%s,kingScore=%s" % (index, kingScore), fbPropertyID)
                
                killScoreKingNotifyList = IpyGameDataPY.GetFuncEvalCfg("CrossBattlefieldScoreKing", 4)
                if index < len(killScoreKingNotifyList):
                if index < len(killScoreKingNotifyList) and atkObjType == IPY_GameWorld.gotPlayer:
                    msgMark = killScoreKingNotifyList[index]
                    lineID = GameWorld.GetGameWorld().GetLineID()
                    defMapID = GameWorld.GetMap().GetMapID()