| ServerPack/MapServerPack/HA3_Function/CustomAwardInfo | 补丁 | 查看 | 原始文档 | blame | 历史 | |
| ServerPack/MapServerPack/HA3_Function/CustomAwardInfo.des | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
| ServerPack/MapServerPack/HA3_Function/CustomAwardInfo.h | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
ServerPack/MapServerPack/HA3_Function/CustomAwardInfo
ServerPack/MapServerPack/HA3_Function/CustomAwardInfo.des
New file @@ -0,0 +1 @@ A3 CC 自定义奖励信息 #tagMCCustomAwardInfo ServerPack/MapServerPack/HA3_Function/CustomAwardInfo.h
New file @@ -0,0 +1,15 @@ // A3 CC 自定义奖励信息 #tagMCCustomAwardInfo struct tagMCCustomAwardState { BYTE KeyNum; // 奖励记录key编号,0~255,每个key存31个ID记录 0-30为编号0, 31-61为编号1.. DWORD CanGetState; // 是否可领取;按位记录是否可领取 DWORD GetState; // 是否已领取;按位记录是否已领取 }; struct tagMCCustomAwardInfo { tagHead Head; BYTE RecordStateCnt; // 记录个数 tagMCCustomAwardState RecordStateList[RecordStateCnt]; // 记录列表 };