少年修仙传服务端代码子仓库
hxp
2021-07-02 691641bb02d989f075d9f824b22e19f5a6cff8b3
9046 【主干】【BT2】【BT3】【后端】培养功能
1个文件已修改
15个文件已添加
52 ■■■■■ 已修改文件
ClientPack/ClientToMapServer/CA3_Item/LingQiTrain 补丁 | 查看 | 原始文档 | blame | 历史
ClientPack/ClientToMapServer/CA3_Item/LingQiTrain.des 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
ClientPack/ClientToMapServer/CA3_Item/LingQiTrain.h 9 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
ClientPack/ClientToMapServer/CA5_Function/HorseTrain 补丁 | 查看 | 原始文档 | blame | 历史
ClientPack/ClientToMapServer/CA5_Function/HorseTrain.des 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
ClientPack/ClientToMapServer/CA5_Function/HorseTrain.h 8 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
ClientPack/ClientToMapServer/CA7_Pet/PetTrain 补丁 | 查看 | 原始文档 | blame | 历史
ClientPack/ClientToMapServer/CA7_Pet/PetTrain.des 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
ClientPack/ClientToMapServer/CA7_Pet/PetTrain.h 8 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
ServerPack/MapServerPack/HA3_Function/TrainHorseData.h 3 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
ServerPack/MapServerPack/HA8_Item/LingQiTrainInfo 补丁 | 查看 | 原始文档 | blame | 历史
ServerPack/MapServerPack/HA8_Item/LingQiTrainInfo.des 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
ServerPack/MapServerPack/HA8_Item/LingQiTrainInfo.h 10 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
ServerPack/MapServerPack/HA8_Item/PetTrainInfo 补丁 | 查看 | 原始文档 | blame | 历史
ServerPack/MapServerPack/HA8_Item/PetTrainInfo.des 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
ServerPack/MapServerPack/HA8_Item/PetTrainInfo.h 9 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
ClientPack/ClientToMapServer/CA3_Item/LingQiTrain
ClientPack/ClientToMapServer/CA3_Item/LingQiTrain.des
New file
@@ -0,0 +1 @@
A3 27 灵器培养 #tagCMLingQiTrain
ClientPack/ClientToMapServer/CA3_Item/LingQiTrain.h
New file
@@ -0,0 +1,9 @@
// A3 27 灵器培养 #tagCMLingQiTrain
struct    tagCMLingQiTrain
{
    tagHead        Head;
    BYTE        EquipPlace;        //灵器装备位
    BYTE        TrainType;        //培养类型: 1-基础培养,2-特殊培养,3-百分比培养
    WORD        UseItemCnt;        //消耗材料个数
};
ClientPack/ClientToMapServer/CA5_Function/HorseTrain
ClientPack/ClientToMapServer/CA5_Function/HorseTrain.des
New file
@@ -0,0 +1 @@
A5 31 坐骑培养 #tagCMHorseTrain
ClientPack/ClientToMapServer/CA5_Function/HorseTrain.h
New file
@@ -0,0 +1,8 @@
// A5 31 坐骑培养 #tagCMHorseTrain
struct    tagCMHorseTrain
{
    tagHead        Head;
    BYTE        TrainType;        //培养类型: 1-基础培养,2-特殊培养,3-百分比培养
    WORD        UseItemCnt;        //消耗材料个数
};
ClientPack/ClientToMapServer/CA7_Pet/PetTrain
ClientPack/ClientToMapServer/CA7_Pet/PetTrain.des
New file
@@ -0,0 +1 @@
A7 05 宠物培养 #tagCMPetTrain
ClientPack/ClientToMapServer/CA7_Pet/PetTrain.h
New file
@@ -0,0 +1,8 @@
// A7 05 宠物培养 #tagCMPetTrain
struct    tagCMPetTrain
{
    tagHead        Head;
    BYTE        TrainType;        //培养类型: 1-基础培养,2-特殊培养,3-百分比培养
    WORD        UseItemCnt;        //消耗材料个数
};
ServerPack/MapServerPack/HA3_Function/TrainHorseData.h
@@ -6,4 +6,7 @@
    BYTE        LV;        //等阶
    DWORD        EatItemCount;    //当前阶已吃丹个数
    DWORD        SkinPlusState;    //幻化激活状态,按位存储是否激活,幻化编号ID对应位
    BYTE        TrainTypes;    //培养类型数
    DWORD        TrainLVList[TrainTypes];    //培养等阶列表,索引为培养类型减1
    DWORD        TrainItemCountList[TrainTypes];    //培养当前阶已吃培养丹个数列表,索引为培养类型减1
};
ServerPack/MapServerPack/HA8_Item/LingQiTrainInfo
ServerPack/MapServerPack/HA8_Item/LingQiTrainInfo.des
New file
@@ -0,0 +1 @@
A8 18 灵器培养信息 #tagMCLingQiTrainInfo
ServerPack/MapServerPack/HA8_Item/LingQiTrainInfo.h
New file
@@ -0,0 +1,10 @@
// A8 18 灵器培养信息 #tagMCLingQiTrainInfo
struct    tagMCLingQiTrainInfo
{
    tagHead        Head;
    BYTE        EquipPlace;    //灵器装备位
    BYTE        TrainTypes;    //培养类型数
    DWORD        TrainLVList[TrainTypes];    //培养等阶列表,索引为培养类型减1
    DWORD        TrainItemCountList[TrainTypes];    //培养当前阶已吃培养丹个数列表,索引为培养类型减1
};
ServerPack/MapServerPack/HA8_Item/PetTrainInfo
ServerPack/MapServerPack/HA8_Item/PetTrainInfo.des
New file
@@ -0,0 +1 @@
A8 17 宠物培养信息 #tagMCPetTrainInfo
ServerPack/MapServerPack/HA8_Item/PetTrainInfo.h
New file
@@ -0,0 +1,9 @@
// A8 17 宠物培养信息 #tagMCPetTrainInfo
struct    tagMCPetTrainInfo
{
    tagHead        Head;
    BYTE        TrainTypes;    //培养类型数
    DWORD        TrainLVList[TrainTypes];    //培养等阶列表,索引为培养类型减1
    DWORD        TrainItemCountList[TrainTypes];    //培养当前阶已吃培养丹个数列表,索引为培养类型减1
};