ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/GameWorldLogic/FBProcess/GameLogic_FamilyBoss.py | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/GameWorldLogic/FBProcess/GameLogic_FamilyBoss.py
@@ -212,6 +212,9 @@ playerID = curPlayer.GetPlayerID() batPlayer = GetBattlePlayer(playerID) if not batPlayer.statsTick: GameWorld.Log("仙盟玩家未初始化完毕,不统计!", playerID) continue hurtValue = batPlayer.hurtValue addHurtValue = max(0, hurtValue - batPlayer.hurtValueLast) @@ -236,6 +239,7 @@ FBCommon.Notify_FBHelp(curPlayer, helpDict) if playerID == exitPlayerID: batPlayer.statsTick = 0 BuffSkill.DelBuffBySkillID(curPlayer, skillTypeID, tick) SyncFamilyBossPlayerInfo(curPlayer) elif fightSeconds >= fightSecondsMax: