| ClientPack/ClientToMapServer/CA3_Item/EquipPlusEvolve | 补丁 | 查看 | 原始文档 | blame | 历史 | |
| ClientPack/ClientToMapServer/CA3_Item/EquipPlusEvolve.des | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
| ClientPack/ClientToMapServer/CA3_Item/EquipPlusEvolve.h | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
| ServerPack/MapServerPack/HA3_Function/MCEquipPartPlusInfo | 补丁 | 查看 | 原始文档 | blame | 历史 | |
| ServerPack/MapServerPack/HA3_Function/MCEquipPartPlusInfo.des | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
| ServerPack/MapServerPack/HA3_Function/MCEquipPartPlusInfo.h | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
| ServerPack/MapServerPack/HA3_Function/MCEquipPartStarLVInfo.des | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
| ServerPack/MapServerPack/HA3_Function/MCEquipPartStarLVInfo.h | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
ClientPack/ClientToMapServer/CA3_Item/EquipPlusEvolve
ClientPack/ClientToMapServer/CA3_Item/EquipPlusEvolve.des
New file @@ -0,0 +1 @@ A3 16 装备强化进化 #tagCMEquipPlusEvolve ClientPack/ClientToMapServer/CA3_Item/EquipPlusEvolve.h
New file @@ -0,0 +1,6 @@ // A3 16 装备强化进化 #tagCMEquipPlusEvolve struct tagCMEquipPlusEvolve { tagHead Head; WORD ItemIndex; //装备在背包中索引 }; ServerPack/MapServerPack/HA3_Function/MCEquipPartPlusInfoBinary files differ
ServerPack/MapServerPack/HA3_Function/MCEquipPartPlusInfo.des
New file @@ -0,0 +1,2 @@ A3 B3 装备部位强化信息 #tagMCEquipPartPlusInfo ServerPack/MapServerPack/HA3_Function/MCEquipPartPlusInfo.h
New file @@ -0,0 +1,17 @@ // A3 B3 装备部位强化信息 #tagMCEquipPartPlusInfo struct tagMCEquipPartPlusLV { BYTE PackType; BYTE EquipIndex; WORD EquipPartStarLV; DWORD Proficiency; BYTE EvolveLV; }; struct tagMCEquipPartPlusInfo { tagHead Head; BYTE Count; // 信息个数 tagMCEquipPartPlusLV InfoList[Count]; // 信息列表 }; ServerPack/MapServerPack/HA3_Function/MCEquipPartStarLVInfo.des
File was deleted ServerPack/MapServerPack/HA3_Function/MCEquipPartStarLVInfo.h
File was deleted