master_huanxiang
zhangshanxue 2020-05-07 16:42:38 +08:00
commit 88d9f17f20
3 changed files with 36 additions and 0 deletions

View File

@ -21,6 +21,15 @@ import "CommonProto.proto";
optional int32 lastFeteGuildId =14 ; // id
optional int32 lastFeteType =15 ; // // 5
}
message CarDelayProgressIndication{
optional int32 progress = 1; // -1 1 2
optional int32 endTime = 2; //
optional int32 bossIndexId = 3; //bossid
optional int32 battleStartTime = 4 ;// boss
optional int32 grabStartTime = 5 ;//
}
message FamilyLogInfo{
@ -92,6 +101,7 @@ import "CommonProto.proto";
optional FamilyUserInfo familyUserInfo =2; //
repeated FamilyWalkIndicaiton familyWalkIndicaiton =3;//
optional int32 guildBossId = 4; // bossId 0
optional CarDelayProgressIndication carDelayProgressIndication = 5 ;//
}
@ -374,6 +384,12 @@ import "CommonProto.proto";
optional Drop drop = 1;
}
message GetCarChallenegListResponse{
repeated RankInfo rankInfo = 1;
optional int32 myRank = 2; //
optional int32 myScore = 3 ;//
}
message FamilyFeteRequest{
optional int32 type = 1; //
}
@ -417,3 +433,4 @@ import "CommonProto.proto";
optional Drop drop = 3;
}

View File

@ -216,6 +216,16 @@ import "CommonProto.proto";
optional int32 fightId = 1;//id
optional int32 state =2;//
}
message FastFightChallengeRequest{
optional int32 type = 1 ; // 1boss 2
optional int32 challeageId = 2 ; //id
}
message FastFightChallengeResponse{
optional int32 score = 1; //
optional int32 hurt = 2 ;//
}

View File

@ -150,6 +150,9 @@ enum MessageType{
CHAMPION_VIEW_FINAL_RESPONSE = 10219;
CHAMPION_GUESS_SUCCESS_INDICATION = 10220; //
CAR_DELAY_PROGRESS_INDICATION = 10221; //
@ -359,6 +362,9 @@ enum MessageType{
FRIEND_BLACK_OPT_REQUEST = 10584; //
FRIEND_BLACK_OPT_RESPONSE = 10585;
FAST_FIGHT_CHALLENGE_REQUEST = 10586; //
FAST_FIGHT_CHALLENGE_RESPONSE = 10587;
// G 10600
GET_PLAYERINFO_REQUEST = 10600; //
@ -456,6 +462,9 @@ enum MessageType{
GET_ALL_GUILD_SKILL_REQUEST = 16670;//
GET_ALL_GUILD_SKILL_RESPONSE = 16671;
GET_CAR_CHALLENEG_LIST_REQUEST = 16672 ;//
GET_CAR_CHALLENEG_LIST_RESPONSE = 16673;
// H 10700
HERO_RAND_REQQUEST = 10701;
HERO_RAND_RESPONSE = 10702;