master_huanxiang
parent
90923b974c
commit
ac5eb1dbbe
|
|
@ -122,6 +122,7 @@ option optimize_for = SPEED;
|
|||
repeated HeroGodSoulInfo godSoulList=17;//神魂绑定数据
|
||||
optional int32 godSoulLv=18;//神将神魂等级
|
||||
optional int32 propertyId = 19;//阵营(人,佛,妖,道..)
|
||||
repeated SoulPos godSeals = 20;//神印
|
||||
}
|
||||
|
||||
message PokemonInfo{
|
||||
|
|
|
|||
|
|
@ -126,6 +126,11 @@ import "CommonProto.proto";
|
|||
repeated SoulEquipPos soulEquipIds =2 ; //装备id
|
||||
}
|
||||
|
||||
// 穿戴神印
|
||||
message WearGodSealRequest{
|
||||
optional int32 type = 1;//0:卸下,1:装备
|
||||
optional OptHeroSoul wearInfo = 2;
|
||||
}
|
||||
|
||||
message EquipUnLoadOptRequest{
|
||||
optional string heroId = 1;
|
||||
|
|
|
|||
|
|
@ -1414,7 +1414,7 @@ enum MessageType{
|
|||
EquipIntensifyResponse = 3050111;
|
||||
// 建筑解锁推送
|
||||
ArchitectureUnlockIndication = 3050112;
|
||||
|
||||
|
||||
|
||||
//探索地图
|
||||
ExplorerXMEventChallengeBeforeRequest = 3050036;
|
||||
|
|
@ -1431,8 +1431,7 @@ enum MessageType{
|
|||
ExplorerMapRewardResponse = 3050047;
|
||||
ExplorerMapIndicationResponse = 3050048;
|
||||
ExplorerMapIndicationEventResponse = 3050049;
|
||||
|
||||
|
||||
|
||||
|
||||
//森罗幻境自动挂机奖励展示
|
||||
TowerGetRewardInfoShowRequest = 3050050;
|
||||
|
|
@ -1440,6 +1439,19 @@ enum MessageType{
|
|||
//探索工会杀敌数
|
||||
ExploreActivityIndication = 3050052;
|
||||
|
||||
|
||||
//穿戴神印
|
||||
WearGodSealRequest = 3050060;
|
||||
WearGodSealResponse = 3050061;
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
//800000起为global 协议
|
||||
GetWorldServerRequest = 800001;//获取世界服ip
|
||||
GetWorldServerResponse = 800002;
|
||||
|
|
|
|||
Loading…
Reference in New Issue