From 5ed57acc423e3536f8fb6ebd2bca6b3a8aa0971e Mon Sep 17 00:00:00 2001 From: hxp <ale99527@vip.qq.com> Date: 星期一, 17 二月 2025 18:12:52 +0800 Subject: [PATCH] 10263 【越南】【英文】【BT】【砍树】【GM】后端支持NPC仿真实玩家战斗和快速战斗(修复镜像移动bug;) --- ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Attack/MirrorAttack.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Attack/MirrorAttack.py b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Attack/MirrorAttack.py index 7c6ada0..2cec016 100644 --- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Attack/MirrorAttack.py +++ b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Attack/MirrorAttack.py @@ -819,7 +819,7 @@ IPY_GameWorld.oalMove): return - curPosX, curPosY = curPlayer.GetPosX(), curPlayer.GetPosX() + curPosX, curPosY = curPlayer.GetPosX(), curPlayer.GetPosY() destX = tagObj.GetPosX() destY = tagObj.GetPosY() # 缩小两格子用于前方一小片区域 -- Gitblit v1.8.0