hxp
2025-11-28 eb63e35d04e6d7bd55ada7f6dfce2567a8577edb
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):