From 1d5f8059084add62f1073ad4b3534f1782abde75 Mon Sep 17 00:00:00 2001 From: hxp <ale99527@vip.qq.com> Date: 星期一, 03 六月 2019 11:03:24 +0800 Subject: [PATCH] 6805 【后端】【2.0】副本前端化(修复在安全区中进入前端本无法对木桩怪造成伤害的bug) --- ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Skill/SkillShell.py | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Skill/SkillShell.py b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Skill/SkillShell.py index 44493b4..e374f3b 100644 --- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Skill/SkillShell.py +++ b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Skill/SkillShell.py @@ -1358,6 +1358,10 @@ if curPlayer.GetHP() <= 0: return + if curPlayer.GetDictByKey(ChConfig.Def_PlayerKey_ClientCustomScene): + #GameWorld.DebugLog("自定义场景中,不检查!") + return True + #=========================================================================== # if curPlayer.IsMoving(): # GameWorld.DebugLog("移动中不可使用技能") -- Gitblit v1.8.0