From 6e3624c6941feeb17ddf65355867df95070ec3a5 Mon Sep 17 00:00:00 2001 From: hch <305670599@qq.com> Date: 星期四, 24 十月 2024 15:54:29 +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