hxp
2024-11-11 9f30bc4785beb84ff4ab1504a2279b4a82f9ebd1
PySysDB/PySysDBPY.h
@@ -2674,6 +2674,28 @@
   DWORD      TreasureType;   //商城类型
};
//轮回殿活动时间表
struct tagActLunhuidian
{
   DWORD      _CfgID;   //配置ID
   char      StartDate;   //开启日期
   char      EndDate;   //结束日期
   WORD      LVLimit;   //限制等级
   BYTE      ResetType;   //重置类型,0-0点重置;1-5点重置
   dict      RoundSetInfo;   //开放轮回设定
};
//轮回殿活动奖励表
struct tagActLunhuidianAward
{
   BYTE      _RoundType;   //轮回类型
   DWORD      NeedValue;   //奖励所需值
   BYTE      AwardIndex;   //奖励记录索引 0~30
   list      AwardItemList;   //奖励物品信息列表 [[物品ID,个数,是否拍品],...]
};
//购买次数礼包活动时间表
struct tagActBuyCountGift