9946 【砍树】【港台】【越南】【主干】仙盟BOSS修改(修复当副本有盟友在打时,其他盟友进入偶发统计时长异常bug;)
1个文件已修改
6 ■■■■ 已修改文件
ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/GameWorldLogic/FBProcess/GameLogic_FamilyBoss.py 6 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/GameWorldLogic/FBProcess/GameLogic_FamilyBoss.py
@@ -212,7 +212,10 @@
        
        playerID = curPlayer.GetPlayerID()
        batPlayer = GetBattlePlayer(playerID)
        if not batPlayer.statsTick:
            GameWorld.Log("仙盟玩家未初始化完毕,不统计!", playerID)
            continue
        hurtValue = batPlayer.hurtValue
        addHurtValue = max(0, hurtValue - batPlayer.hurtValueLast)
        batPlayer.hurtValueLast = hurtValue
@@ -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: