ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/IpyGameDataPY.py
@@ -188,6 +188,7 @@ ("BYTE", "FuncID", 0), ("WORD", "MaxUseCnt", 0), ("WORD", "RecycleMoney", 0), ("DWORD", "FightPowerEx", 0), ), "PetInfo":( @@ -1453,12 +1454,14 @@ self.FuncID = 0 self.MaxUseCnt = 0 self.RecycleMoney = 0 self.FightPowerEx = 0 return def GetID(self): return self.ID # 物品ID def GetFuncID(self): return self.FuncID # 所属功能ID def GetMaxUseCnt(self): return self.MaxUseCnt # 最大可使用数量 def GetRecycleMoney(self): return self.RecycleMoney # 回收货币值 def GetFightPowerEx(self): return self.FightPowerEx # 附加战斗力 # 灵兽表 class IPY_PetInfo():