8333 【主干】【后端】boss之家死亡在复活点复活,不退出副本(修复pvp死亡没有复活疲劳bug)
1个文件已修改
2 ■■■ 已修改文件
ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Attack/AttackLogic/AttackCommon.py 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Attack/AttackLogic/AttackCommon.py
@@ -302,7 +302,7 @@
    
    #打boss中不增加 2018/7/18改为只要在野外地图被其他玩家杀死都增加疲劳
    #if not PlayerState.IsInBossState(curPlayer):
    if GameWorld.GetMap().GetMapFBType() == IPY_GameWorld.fbtNull:
    if GameWorld.GetMap().GetMapFBType() == IPY_GameWorld.fbtNull or curPlayer.GetMapID() == ChConfig.Def_FBMapID_BossHome:
        PlayerControl.NomalDictSetProperty(defender, ChConfig.Def_PDict_IsAddReviveTired, 1)
    return