| ClientPack/ClientToMapServer/CA5_Function/ActivateMasterPlusLV | 补丁 | 查看 | 原始文档 | blame | 历史 | |
| ClientPack/ClientToMapServer/CA5_Function/ActivateMasterPlusLV.des | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
| ClientPack/ClientToMapServer/CA5_Function/ActivateMasterPlusLV.h | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
| ServerPack/MapServerPack/HA3_Function/MasterPlusLVInfo | 补丁 | 查看 | 原始文档 | blame | 历史 | |
| ServerPack/MapServerPack/HA3_Function/MasterPlusLVInfo.des | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
| ServerPack/MapServerPack/HA3_Function/MasterPlusLVInfo.h | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
ClientPack/ClientToMapServer/CA5_Function/ActivateMasterPlusLV
ClientPack/ClientToMapServer/CA5_Function/ActivateMasterPlusLV.des
New file @@ -0,0 +1 @@ A5 C7 激活大师强化等级 #tagCMActivateMasterPlusLV ClientPack/ClientToMapServer/CA5_Function/ActivateMasterPlusLV.h
New file @@ -0,0 +1,8 @@ // A5 C7 激活大师强化等级 #tagCMActivateMasterPlusLV struct tagCMActivateMasterPlusLV { tagHead Head; BYTE ClassLV; // 所属装备阶 WORD MasterPlusLV; // 大师强化等级 }; ServerPack/MapServerPack/HA3_Function/MasterPlusLVInfo
ServerPack/MapServerPack/HA3_Function/MasterPlusLVInfo.des
New file @@ -0,0 +1 @@ A3 C2 大师强化等级激活信息 #tagMCMasterPlusLVInfo ServerPack/MapServerPack/HA3_Function/MasterPlusLVInfo.h
New file @@ -0,0 +1,14 @@ // A3 C2 大师强化等级激活信息 #tagMCMasterPlusLVInfo struct tagMCMasterPlusLV { BYTE ClassLV; WORD MasterPlusLV; // 已经激活的最高大师强化等级,向下兼容 }; struct tagMCMasterPlusLVInfo { tagHead Head; BYTE Count; // 信息个数 tagMCMasterPlusLV MasterPlusLVInfoList[Count]; // 信息列表 };