少年修仙传服务端代码子仓库
xdh
2019-04-25 91ba261fcb747f9575591acaa72a004c1af5c478
6605 【2.0】【开发】技能升级功能改版(封包)
6个文件已添加
24 ■■■■■ 已修改文件
ClientPack/ClientToMapServer/CA5_Function/SelectSkillElement 补丁 | 查看 | 原始文档 | blame | 历史
ClientPack/ClientToMapServer/CA5_Function/SelectSkillElement.des 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
ClientPack/ClientToMapServer/CA5_Function/SelectSkillElement.h 7 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
ServerPack/MapServerPack/HA3_Function/SkillElementInfo 补丁 | 查看 | 原始文档 | blame | 历史
ServerPack/MapServerPack/HA3_Function/SkillElementInfo.des 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
ServerPack/MapServerPack/HA3_Function/SkillElementInfo.h 15 ●●●●● 补丁 | 查看 | 原始文档 | 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];
};