2021-12-21 09:40:39 +08:00

28 lines
859 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

//角色登陆时会有初始装备信息下发
SCStartupInfoNtf[RoleEquip]
//装备锻造
CSEquipForgeReq
//锻造成功失败ack用来客户端显示使用
SCEquipForgeAck
//一键锻造数据通知
SCEquipAllNtf
//部分装备信息变更例如数量变化如果数量为0表示删除客户端需要移除该装备
SCEquipChangeNtf
//坑位装备(一键装备只处理没有装备的位置),具体字段看协议说明
CSEquipUpReq
//成功失败回复用作客户端显示使用
SCEquipUpAck
//坑位信息变更信息(坑位上装备了装备后,下发坑位变更信息)
SCSlotDataNtf
//一键卸下装备(装备变更信息用SCEquipChangeNtf坑位信息变更用SCSlotDataNtf)
CSEquipDownReq
//GM命令添加装备
AddEquip [configID] [num],例如:AddEquip 101 1
成功后回复消息:SCAddEquipNtf