From b61d2dfe79f9d3ef67a0561a0b640f888df32a58 Mon Sep 17 00:00:00 2001 From: hxp <ale99527@vip.qq.com> Date: 星期二, 31 十二月 2024 15:07:16 +0800 Subject: [PATCH] 10350 【后端】【越南】【英文】【BT】【砍树】跨服竞技场优化 --- ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/GM/Commands/PlayerMirror.py | 6 +++++- 1 files changed, 5 insertions(+), 1 deletions(-) diff --git a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/GM/Commands/PlayerMirror.py b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/GM/Commands/PlayerMirror.py index a6272b7..7bb7fb0 100644 --- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/GM/Commands/PlayerMirror.py +++ b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/GM/Commands/PlayerMirror.py @@ -34,6 +34,9 @@ GameWorld.DebugAnswer(curPlayer, "跳过战斗: PlayerMirror q") GameWorld.DebugAnswer(curPlayer, "退出战斗: PlayerMirror e") GameWorld.DebugAnswer(curPlayer, "更新镜像: PlayerMirror 5") + GameWorld.DebugAnswer(curPlayer, "加假数据: PlayerMirror a 个数 [起始ID 战力 区服ID 模版key]") + GameWorld.DebugAnswer(curPlayer, "删假数据: PlayerMirror d") + GameWorld.DebugAnswer(curPlayer, "输出数据: PlayerMirror p [起始索引 个数 ]") GameWorld.DebugAnswer(curPlayer, "是否后台:0-玩家自身参与战斗") GameWorld.DebugAnswer(curPlayer, "是否后台:1-玩家无感知,系统直接出结果") GameWorld.DebugAnswer(curPlayer, "目标ID:无-自己;>0-其他玩家ID支持跨服玩家ID") @@ -95,5 +98,6 @@ tick = GameWorld.GetGameWorld().GetTick() PlayerViewCacheTube.UpdateGameServerPlayerCache(curPlayer, tick, forcePackData=True) GameWorld.DebugAnswer(curPlayer, "已更新最新镜像缓存!") - + elif value1 in ["a", "d", "p"]: + return True return -- Gitblit v1.8.0