| ServerPack/MapServerPack/HA3_Function/GubaoItemEffInfo | 补丁 | 查看 | 原始文档 | blame | 历史 | |
| ServerPack/MapServerPack/HA3_Function/GubaoItemEffInfo.des | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
| ServerPack/MapServerPack/HA3_Function/GubaoItemEffInfo.h | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
ServerPack/MapServerPack/HA3_Function/GubaoItemEffInfo
ServerPack/MapServerPack/HA3_Function/GubaoItemEffInfo.des
New file @@ -0,0 +1 @@ A3 CA 古宝物品特殊效果信息 #tagMCGubaoItemEffInfo ServerPack/MapServerPack/HA3_Function/GubaoItemEffInfo.h
New file @@ -0,0 +1,15 @@ // A3 CA 古宝物品特殊效果信息 #tagMCGubaoItemEffInfo struct tagMCGubaoItemEff { WORD GubaoID; BYTE EffType; // 不同古宝ID允许拥有相同效果类型,进度值每个古宝ID单独统计 DWORD EffValue; // 该效果目前累加值 }; struct tagMCGubaoItemEffInfo { tagHead Head; WORD Count; tagMCGubaoItemEff ItemEffInfoList[Count]; };