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 };