From b2e6e02a9b7e3ca95047bbdefce5261edb23658f Mon Sep 17 00:00:00 2001 From: hch <305670599@qq.com> Date: 星期二, 08 十月 2024 14:14:08 +0800 Subject: [PATCH] 10263 【越南】后端支持NPC仿真实玩家战斗和快速战斗 --- ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerBackup.py | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerBackup.py b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerBackup.py index f127920..efc2b37 100644 --- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerBackup.py +++ b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerBackup.py @@ -29,6 +29,10 @@ if not PlayerBakRoot: #GameWorld.DebugLog("未启用备档") return + + if curPlayer.GetRealPlayerID() != 0: + return + curTime = int(time.time()) backupTime = curPlayer.NomalDictGetProperty(ChConfig.Def_PDict_BackupTime) if not backupTime: -- Gitblit v1.8.0