| | |
| | |
|
| | | 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
|
| | |
| | | FBCommon.Notify_FBHelp(curPlayer, helpDict)
|
| | |
|
| | | if playerID == exitPlayerID:
|
| | | batPlayer.statsTick = 0
|
| | | BuffSkill.DelBuffBySkillID(curPlayer, skillTypeID, tick)
|
| | | SyncFamilyBossPlayerInfo(curPlayer)
|
| | | elif fightSeconds >= fightSecondsMax:
|