ro-webgl/ProtocolGen/document/角色伙伴.txt
2021-12-21 09:40:39 +08:00

44 lines
1.1 KiB
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.

//用户基础数据变更通知
SCRoleBaseInfoNtf
//角色等级提升通知(用来显示弹窗)
SCBaseLevelUpNtf
//伙伴信息变更,如果有就替换信息,没有就增加
SCRoleHeroInfoNtf
//消耗属性点
CSAddAttrPointReq[错误回复SCAddAttrPointAck,成功回复SCRoleBaseInfoNtf]
//重置属性点
CSResetAttrPointReq[错误回复SCResetAttrPointAck,成功回复SCRoleBaseInfoNtf]
//伙伴培养
CSHeroLevelUpReq[SCHeroLevelUpAck]
//伙伴突破
CSHeroAdvanceReq[SCHeroAdvanceAck]
//伙伴上阵处理
CSHeroBattleReq
//GM添加baseexp
//GM添加金币
AddRes[SCGMAddCoinAck]
//GM添加伙伴
AddHero[成功后收到消息SCRoleHeroInfoNtf]
//添加装备
AddEquip
//伙伴碎片合成
CSChipComposeReq
//成功失败回复
SCChipComposeAck[碎片数量变更SCChipChangeNtf合成英雄后走英雄变化通知]
消息格式变更只需要填写profession_id
CSCreateRoleReq
错误码暂时都没加后续处理
GM命令添加升级石: AddRes [type资源类型][id资源配置id][value资源数量]
AddRes 7 100 2000
GM命令添加碎片:
AddREs 8 10000 200