ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/IpyGameDataPY.py
@@ -2213,6 +2213,7 @@ "Robot":( ("DWORD", "ID", 1), ("char", "RobotName", 0), ("char", "ViewCache", 0), ), } @@ -5517,7 +5518,8 @@ return def GetID(self): return self.attrTuple[0] # 机器人ID,同玩家ID DWORD def GetViewCache(self): return self.attrTuple[1] # 机器人缓存 char def GetRobotName(self): return self.attrTuple[1] # char def GetViewCache(self): return self.attrTuple[2] # 机器人缓存 char def Log(msg, playerID=0, par=0):