公会副本协议提交

master_huanxiang
lvxinran 2020-08-21 16:52:44 +08:00
parent 023d56a5a1
commit 6d1c5336bd
2 changed files with 20 additions and 0 deletions

View File

@ -544,4 +544,18 @@ import "CommonProto.proto";
message GuildHelpLogIndication{//
optional GuildHelpLog guildHelpLog = 1;
}
message GetGuildChallengeInfoResponse{
optional int32 curBoss = 1;//bossId
optional int32 blood = 2;//
optional int32 canSweep = 3;//boss
}
message GuildChallengeRequest{
optional int32 bossId = 1;//bossId
optional int32 type = 2;//0 1
}
message GuildChallengeResponse{
optional int32 kill = 1;//boss
optional Drop drop = 2;
optional FightData fightData = 3;//
}

View File

@ -484,7 +484,13 @@ enum MessageType{
GET_CAR_GRAP_RECORD_REQUEST = 16674; //
GET_CAR_GRAP_RECORD_RESPONSE = 16675;
GET_GUILD_CHALLENGE_INFO_REQUEST = 16676;//
GET_GUILD_CHALLENGE_INFO_RESPONSE = 16677;
GUILD_CHALLENGE_REQUEST = 16678;//
GUILD_CHALLENGE_RESPONSE = 16679;
// H 10700
HERO_RAND_REQQUEST = 10701;
HERO_RAND_RESPONSE = 10702;