From 167357e8425d0dc12f41ed5fdfd4d95f2c2a5aaf Mon Sep 17 00:00:00 2001 From: hxp <ale99527@vip.qq.com> Date: 星期四, 29 五月 2025 19:19:20 +0800 Subject: [PATCH] 16 卡牌服务端(删除旧版xml任务、镖车等不需要内容) --- ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/NPC/ChNPC.py | 14 -------------- 1 files changed, 0 insertions(+), 14 deletions(-) diff --git a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/NPC/ChNPC.py b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/NPC/ChNPC.py index dbaf5d3..d11e851 100644 --- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/NPC/ChNPC.py +++ b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/NPC/ChNPC.py @@ -345,20 +345,6 @@ for curNPC in gameBoss_List: ProcessNPCAI(curNPC, tick) - - #---骠车AI--- - gameTruck_List = [] - for index in range(gameNPC.GetTruckCount()): - curNPC = gameNPC.GetTruckAt(index) - #镖车不可能死亡的 - if not curNPC.IsAlive(): - GameWorld.Log('###镖车死亡 , %s'%(curNPC.GetName())) - continue - - gameTruck_List.append(curNPC) - - for curNPC in gameTruck_List: - ProcessNPCAI(curNPC, tick) # 宠物AI ProcessPetAI(gameWorld, gameNPC, tick) -- Gitblit v1.8.0