From 8a0a844c31126b274f268fe5333c19aef50dd0f8 Mon Sep 17 00:00:00 2001 From: hxp <ale99527@vip.qq.com> Date: 星期三, 11 十二月 2024 14:55:42 +0800 Subject: [PATCH] 10297 【越南】【英语】【砍树】【tqxbqy】轮回殿-服务端(轮回殿活动时间表增加配置轮回类型对应的CTGID跟商店类型) --- ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/IpyGameDataPY.py | 6 +++++- 1 files changed, 5 insertions(+), 1 deletions(-) diff --git a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/IpyGameDataPY.py b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/IpyGameDataPY.py index bbcd979..cb821fb 100644 --- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/IpyGameDataPY.py +++ b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/IpyGameDataPY.py @@ -2091,6 +2091,8 @@ ("WORD", "LVLimit", 0), ("BYTE", "ResetType", 0), ("dict", "RoundSetInfo", 0), + ("dict", "RoundCTGIDInfo", 0), + ("dict", "RoundShopTypeInfo", 0), ), "ActLunhuidianAward":( @@ -5641,7 +5643,9 @@ def GetEndDate(self): return self.attrTuple[2] # 结束日期 char def GetLVLimit(self): return self.attrTuple[3] # 限制等级 WORD def GetResetType(self): return self.attrTuple[4] # 重置类型,0-0点重置;1-5点重置 BYTE - def GetRoundSetInfo(self): return self.attrTuple[5] # 开放轮回设定 dict + def GetRoundSetInfo(self): return self.attrTuple[5] # 开放轮回设定 dict + def GetRoundCTGIDInfo(self): return self.attrTuple[6] # 轮回类型对应充值ID列表 dict + def GetRoundShopTypeInfo(self): return self.attrTuple[7] # 轮回类型对应商店类型 dict # 轮回殿活动奖励表 class IPY_ActLunhuidianAward(): -- Gitblit v1.8.0