Task【ID1006213】【新战斗版本】大闹天宫(猎妖之路功能优化)

master_huanxiang
zhangshanxue 2020-05-18 21:01:01 +08:00
parent d7eb01e38b
commit 0890629260
3 changed files with 38 additions and 4 deletions

View File

@ -25,7 +25,7 @@ import "CommonProto.proto";
message TakeExpeditionBoxRewardResponse{
optional Drop drop = 1;
repeated int32 leve = 2; //id 3
repeated int32 leve = 2; //id 3
}
@ -70,6 +70,15 @@ import "CommonProto.proto";
}
message EndConfirmExpeditionBattleRequest{
optional int32 nodeId = 1; //id
}
message EndConfirmExpeditionBattleResponse {
}
message TakeHolyEquipRequest{
optional int32 nodeId = 1; //id
optional int32 type = 2; //
@ -108,6 +117,20 @@ import "CommonProto.proto";
optional int32 score =1 ;
repeated TreasureRewardState treasureRewardState=2;
}
message StoreNodeRequest{
optional int32 nodeId =1;//id -1
}
message StoreNodeResponse{
}
message HeroNodeRequest{
optional int32 nodeId =1;//
optional int32 heroId =2;//id
}
message HeroNodeResponse{
}

View File

@ -958,6 +958,17 @@ enum MessageType{
GuildGetHelpLogResponse = 303315;
GuildHelpLogIndication = 303316; //
//303400 303500
EndConfirmExpeditionBattleRequest = 303400;//
EndConfirmExpeditionBattleResponse = 303401;
StoreNodeRequest = 303402;
StoreNodeResponse = 303403;
HeroNodeRequest = 303404;
HeroNodeResponse = 303405;
}

View File

@ -67,7 +67,7 @@ import "CommonProto.proto";
optional int32 missingRefreshCount = 28;//
repeated MonthCardInfo monthinfos = 29;//
repeated int32 dailyChallengeInfo = 30;//
optional int32 expeditionLeve =31 ; //
optional int32 expeditionLeve =31 ; // -1
}
@ -381,7 +381,7 @@ import "CommonProto.proto";
repeated int32 MonthDailyTake=10;//id
optional int32 lastFeteType =11 ; // // 5
repeated int32 takeFeteReward =12 ; //
optional int32 expeditionLeve =13 ; //
optional int32 expeditionLeve =13 ; // -1
}