| ClientPack/ClientToMapServer/CA5_Function/SelectSkillElement | 补丁 | 查看 | 原始文档 | blame | 历史 | |
| ClientPack/ClientToMapServer/CA5_Function/SelectSkillElement.des | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
| ClientPack/ClientToMapServer/CA5_Function/SelectSkillElement.h | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
| ServerPack/MapServerPack/HA3_Function/SkillElementInfo | 补丁 | 查看 | 原始文档 | blame | 历史 | |
| ServerPack/MapServerPack/HA3_Function/SkillElementInfo.des | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
| ServerPack/MapServerPack/HA3_Function/SkillElementInfo.h | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
ClientPack/ClientToMapServer/CA5_Function/SelectSkillElement
ClientPack/ClientToMapServer/CA5_Function/SelectSkillElement.des
New file @@ -0,0 +1 @@ A5 16 选择技能五行专精 #tagCMSelectSkillElement ClientPack/ClientToMapServer/CA5_Function/SelectSkillElement.h
New file @@ -0,0 +1,7 @@ // A5 16 选择技能五行专精 #tagCMSelectSkillElement struct tagCMSelectSkillElement { tagHead Head; DWORD SkillTypeID; // 专精技能ID }; ServerPack/MapServerPack/HA3_Function/SkillElementInfo
ServerPack/MapServerPack/HA3_Function/SkillElementInfo.des
New file @@ -0,0 +1 @@ A3 09 技能五行专精信息 #tagMCSkillElementInfo ServerPack/MapServerPack/HA3_Function/SkillElementInfo.h
New file @@ -0,0 +1,15 @@ // A3 09 技能五行专精信息 #tagMCSkillElementInfo struct tagMCSkillElementData { DWORD MainSkillID; // 主技能ID DWORD ElementSkillID; // 专精技能ID }; struct tagMCSkillElementInfo { tagHead Head; BYTE Cnt; // 数量 tagMCSkillElementData InfoList[Cnt]; };