From fee20281b2815e34083f438a666a0061b4ece21d Mon Sep 17 00:00:00 2001 From: hxp <ale99527@vip.qq.com> Date: 星期二, 25 二月 2025 20:25:09 +0800 Subject: [PATCH] 10263 【越南】【英文】【BT】【GM】【砍树】后端支持NPC仿真实玩家战斗和快速战斗(镜像回收时同步清除地图中缓存的镜像被动buff效果;) --- ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerControl.py | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerControl.py b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerControl.py index 6771456..429d8f8 100644 --- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerControl.py +++ b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerControl.py @@ -1240,6 +1240,7 @@ curPlayer.SetDict("DelayDeleteMirror", tick) return GameWorld.DebugLog("镜像玩家回收!", playerID) + PassiveBuffEffMng.OnPlayerLeaveMap(curPlayer) #杀死所有召唤的灵 KillPlayerSummonNPC(curPlayer) #召唤回出战的宠物 -- Gitblit v1.8.0