少年修仙传服务端代码子仓库
hxp
2023-09-22 59fb43b7acf47602826bac40be6e225b699aa673
9936 【BT0.1】【主干】人族法宝(任务 进度)给予奖励
3个文件已添加
16 ■■■■■ 已修改文件
ServerPack/MapServerPack/HA3_Function/CustomAwardInfo 补丁 | 查看 | 原始文档 | blame | 历史
ServerPack/MapServerPack/HA3_Function/CustomAwardInfo.des 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
ServerPack/MapServerPack/HA3_Function/CustomAwardInfo.h 15 ●●●●● 补丁 | 查看 | 原始文档 | 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];    // 记录列表
};