From 2c3def243f5d8df019c2c7059a3647489058c14e Mon Sep 17 00:00:00 2001 From: hxp <ale99527@vip.qq.com> Date: 星期二, 26 七月 2022 16:37:28 +0800 Subject: [PATCH] 9673 【后端】【越南】【BT7】【主干】古神战场增加玩家掉落BUFF功能 --- ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Event/EventShell.py | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Event/EventShell.py b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Event/EventShell.py index 53c4a67..fcfd00c 100644 --- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Event/EventShell.py +++ b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Event/EventShell.py @@ -5163,6 +5163,10 @@ if curNPC.GetType() != ChConfig.ntTouchKill: return + + if not FBLogic.OnCanMoveTouchNPC(curPlayer, curNPC, tick): + return + #副本 FBLogic.OnMoveTouchNPC(curPlayer, curNPC, tick) -- Gitblit v1.8.0