少年修仙传服务端代码子仓库
hxp
2019-11-20 195e2265947cb7341ff21b1de1bb35a26d48ec92
8341 【恺英】【后端】强化进化系统优化(强化大师封包)
6个文件已添加
24 ■■■■■ 已修改文件
ClientPack/ClientToMapServer/CA5_Function/ActivateMasterPlusLV 补丁 | 查看 | 原始文档 | blame | 历史
ClientPack/ClientToMapServer/CA5_Function/ActivateMasterPlusLV.des 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
ClientPack/ClientToMapServer/CA5_Function/ActivateMasterPlusLV.h 8 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
ServerPack/MapServerPack/HA3_Function/MasterPlusLVInfo 补丁 | 查看 | 原始文档 | blame | 历史
ServerPack/MapServerPack/HA3_Function/MasterPlusLVInfo.des 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
ServerPack/MapServerPack/HA3_Function/MasterPlusLVInfo.h 14 ●●●●● 补丁 | 查看 | 原始文档 | 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];    // 信息列表
};