少年修仙传服务端代码子仓库
ServerPack/MapServerPack/HA1_Sys/CoinToGoldCountInfo.h
@@ -2,14 +2,17 @@
struct   tagMCCoinToGoldCount
{
   BYTE      RecordID;
   WORD      RecordID;
   WORD      TodayPayCount; // 今日已购买次数
   DWORD      TotalPayCount; // 累计总购买次数
   WORD      WeekPayCount; // 周总购买次数
   WORD      MonthPayCount; // 月总购买次数
   DWORD      SelectItemValue; // 自选物品索引值,每两位存储每个自选索引对应选择的物品索引+1,存储位值为0代表未选择,最多支持选择4种物品
};
struct   tagMCCoinToGoldCountInfo
{
   tagHead      Head;
   BYTE      RecordCount;
   WORD      RecordCount;
   tagMCCoinToGoldCount      CTGCountInfoList[RecordCount];
};