少年修仙传服务端代码子仓库
xdh
2019-03-05 b9c1f5ec35e8020f41c26f9ea957e7299c44add2
6307 【后端】【2.0】多套装备开发单(强化)
1 文件已重命名
2个文件已删除
5个文件已添加
43 ■■■■■ 已修改文件
ClientPack/ClientToMapServer/CA3_Item/EquipPlusEvolve 补丁 | 查看 | 原始文档 | blame | 历史
ClientPack/ClientToMapServer/CA3_Item/EquipPlusEvolve.des 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
ClientPack/ClientToMapServer/CA3_Item/EquipPlusEvolve.h 6 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
ServerPack/MapServerPack/HA3_Function/MCEquipPartPlusInfo 补丁 | 查看 | 原始文档 | blame | 历史
ServerPack/MapServerPack/HA3_Function/MCEquipPartPlusInfo.des 2 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
ServerPack/MapServerPack/HA3_Function/MCEquipPartPlusInfo.h 17 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
ServerPack/MapServerPack/HA3_Function/MCEquipPartStarLVInfo.des 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
ServerPack/MapServerPack/HA3_Function/MCEquipPartStarLVInfo.h 16 ●●●●● 补丁 | 查看 | 原始文档 | 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/MCEquipPartPlusInfo
Binary 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