xdh
2019-02-13 138da603366e97015073a44d8c1b5ed671ea4f5b
PySysDB/PySysDBPY.h
@@ -1731,4 +1731,29 @@
   BYTE      _ShareSoneLV;   //共鸣等级
   list      AttrIDList;      //属性ID列表
   list      AttrValueList;   //属性值列表
};
//幸运鉴宝活动时间表
struct tagActLuckyTreasure
{
   DWORD      _CfgID;   //配置ID
   char      StartDate;   //开启日期
   char      EndDate;   //结束日期
   BYTE      ResetType;   //重置类型,0-0点重置;1-5点重置
   WORD      LVLimit;   //限制等级
   BYTE      TemplateID;   //模板编号
   WORD      LuckyPoint;   //总幸运值
};
//幸运鉴宝库模板表
struct tagLuckyTreasureTemplate
{
   BYTE      _TemplateID;   //模板ID
   list      WorldLVLimit;   //世界等级范围
   DWORD      ItemID;   //物品ID
   WORD      ItemCnt;   //物品数量
   BYTE      IsBind;   //是否绑定
   DWORD      Weight;   //权重
};