hch
2019-06-13 ba674caa1427c6dbe0246b27f85262a44fbb7a2b
860312 副本地图上线切换才加无敌buff
1个文件已修改
4 ■■■■ 已修改文件
ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/ChPlayer.py 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/ChPlayer.py
@@ -1034,8 +1034,8 @@
    #切地图要清除的buff
    __CheckClearBuffOnMapChange(curPlayer, tick)
            
    #上线和切地图加有限无敌Buff
    if curPlayer.GetLV() > 50:
    if GameWorld.GetMap().GetMapFBType() != IPY_GameWorld.fbtNull:
        #副本地图上线切换才加无敌buff
        SkillCommon.AddBuffBySkillType_NoRefurbish(curPlayer, ChConfig.Def_SkillID_LimitSuperBuff, tick)
            
    #刷新玩家的视野