hxp
2025-05-29 167357e8425d0dc12f41ed5fdfd4d95f2c2a5aaf
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)