hxp
2025-10-22 5925409bdea13d819e4e4356a51043de5f3f9bd8
ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/IpyGameDataPY.py
@@ -479,16 +479,6 @@
                        ("DWORD", "ActivateSkillID", 0),
                        ),
                "GodWeapon":(
                        ("WORD", "Type", 1),
                        ("WORD", "LV", 1),
                        ("DWORD", "Exp", 0),
                        ("list", "AttrType", 0),
                        ("list", "AttrNum", 0),
                        ("DWORD", "SkillID", 0),
                        ("char", "SysMark", 0),
                        ),
                "FuncConfig":(
                        ("char", "Key", 1),
                        ("char", "Numerical1", 0),
@@ -3048,21 +3038,6 @@
    def GetEatPerCount(self): return self.attrTuple[8] # 每次培养消耗x个 WORD
    def GetLVUpCostItemInfo(self): return self.attrTuple[9] # 突破等级道具ID|个数 list
    def GetActivateSkillID(self): return self.attrTuple[10] # 激活技能ID DWORD
# 神兵表
class IPY_GodWeapon():
    def __init__(self):
        self.attrTuple = None
        return
    def GetType(self): return self.attrTuple[0] # 神兵类型 WORD
    def GetLV(self): return self.attrTuple[1] # 等级 WORD
    def GetExp(self): return self.attrTuple[2] # DWORD
    def GetAttrType(self): return self.attrTuple[3] # 属性类型 list
    def GetAttrNum(self): return self.attrTuple[4] # 属性值 list
    def GetSkillID(self): return self.attrTuple[5] # 激活技能ID DWORD
    def GetSysMark(self): return self.attrTuple[6] # 系统提示 char
# 功能配置表格
class IPY_FuncConfig():
@@ -6119,7 +6094,6 @@
        self.__LoadFileData("Realm", onlyCheck)
        self.__LoadFileData("RealmLVUPTask", onlyCheck)
        self.__LoadFileData("LianTi", onlyCheck)
        self.__LoadFileData("GodWeapon", onlyCheck)
        self.__LoadFileData("FuncConfig", onlyCheck)
        self.__LoadFileData("FuncOpenLV", onlyCheck)
        self.__LoadFileData("ItemCompound", onlyCheck)
@@ -6795,13 +6769,6 @@
    def GetLianTiByIndex(self, index):
        self.CheckLoadData("LianTi")
        return self.ipyLianTiCache[index]
    def GetGodWeaponCount(self):
        self.CheckLoadData("GodWeapon")
        return self.ipyGodWeaponLen
    def GetGodWeaponByIndex(self, index):
        self.CheckLoadData("GodWeapon")
        return self.ipyGodWeaponCache[index]
    def GetFuncConfigCount(self):
        self.CheckLoadData("FuncConfig")