| ServerPack/MapServerPack/HA3_Function/InvestInfo | 补丁 | 查看 | 原始文档 | blame | 历史 | |
| ServerPack/MapServerPack/HA3_Function/InvestInfo.des | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
| ServerPack/MapServerPack/HA3_Function/InvestInfo.h | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
ServerPack/MapServerPack/HA3_Function/InvestInfo
ServerPack/MapServerPack/HA3_Function/InvestInfo.des
New file @@ -0,0 +1 @@ A3 38 投资理财信息 #tagMCInvestInfo ServerPack/MapServerPack/HA3_Function/InvestInfo.h
New file @@ -0,0 +1,11 @@ // A3 38 投资理财信息 #tagMCInvestInfo struct tagMCInvestInfo { tagHead Head; BYTE InvestType; // 投资类型 WORD CurDay; // 当前天数,投资第一天为1 BYTE ValueCount; DWORD RewardValue[ValueCount]; //领奖记录值,按投资回报索引位记录是否已领取 DWORD ProgressValue[ValueCount]; //投资相关可领取进度记录值: 9登录投资-记录已登录天数;11Boss投资-按回报索引位记录是否已击杀该boss };