master_huanxiang
lvxinran 2019-10-09 20:00:30 +08:00
commit d66afb32d0
5 changed files with 64 additions and 1 deletions

View File

@ -91,6 +91,7 @@ option optimize_for = SPEED;
repeated string especialEquip = 11;//穿
repeated SoulPos soulPos = 12;//
optional int32 lockState = 13;// 1 0
}
@ -669,4 +670,15 @@ option optimize_for = SPEED;
repeated int32 taskIds = 2;
}
message MainLevelRankInfo{
optional int32 uid = 1;
optional int32 level =2;
optional string name =3;
optional int32 fightId = 4;
optional int32 head =5;
optional int32 rank =6; //
optional int32 totalForce =7;
optional int32 headFrame = 8;
}

View File

@ -197,5 +197,25 @@ import "CommonProto.proto";
optional AdventureBossSimpleInfo adventureBossInfo =1; // bosss
}
message QuickStartMonsterFightRequest{
optional int32 fightId = 1;
optional int32 teamId = 2; //id
}
message QuickStartMonsterFightResponse{
//
optional int32 result = 1;
//
optional Drop enventDrop = 2;
}
message MainLevelRankInfoResponse{
repeated MainLevelRankInfo MainLevelRankInfo = 1;
optional MainLevelRankInfo myMainLevelRankInfo =2;
}

View File

@ -162,3 +162,16 @@ import "CommonProto.proto";
optional Drop drop = 1;//
optional int32 pos = 2;
}
message HeroReturnRequest{
optional string heroId = 1;
}
message HeroReturnResponse{
optional Drop drop =1;
}
message HeroLockChangeRequest{
optional string heroId =1;
optional int32 lockState = 2 ; // 1 0
}

View File

@ -313,6 +313,9 @@ enum MessageType{
FAMILY_REFUSE_JOIN_INDICATION = 10583;//indication
FRIEND_BLACK_OPT_REQUEST = 10584; //
FRIEND_BLACK_OPT_RESPONSE = 10585;
// G 10600
GET_PLAYERINFO_REQUEST = 10600; //
GET_PLAYERINFO_RESPONSE = 10601;
@ -404,6 +407,12 @@ enum MessageType{
HERO_COMPOSE_REQUEST = 10703; //
HERO_COMPOSE_RESPONSE = 10704;
HERO_RETURN_REQUEST = 10705; //
HERO_RETURN_RESPONSE = 10706;
HERO_LOCK_CHANGE_REQUEST = 10707 ;//
HERO_LOCK_CHANGE_RESPONSE = 10708;
// I 10800
// J 10900
// K 11000
@ -476,6 +485,8 @@ enum MessageType{
MAIN_LEVEL_TAKE_STATE_REWARD_REQUEST = 11238; //
MAIN_LEVEL_TAKE_STATE_REWARD_RESPONSE = 11239;
MAIN_LEVEL_GET_RANK_REQUEST = 11240 ; //
MAIN_LEVEL_GET_RANK_RESPONSE = 11241 ; //
// N 11300
@ -495,6 +506,8 @@ enum MessageType{
// Q 11600
QUESTION_INDICATION = 11600;//
QUICK_START_MONSTERFIGHTER_REQUEST = 11601;//
QUICK_START_MONSTERFIGHTER_REPONSE = 11602;
// R 11700
RECONNECT_REQUEST = 11700; //
RECONNECT_RESPONSE = 11701;

View File

@ -283,7 +283,7 @@ import "CommonProto.proto";
}
message GetFriendInfoRequest{
optional int32 type = 1; //1:, 2: 3:
optional int32 type = 1; //1:, 2: 3: 4
}
message GetFriendInfoResponse{
@ -355,6 +355,11 @@ import "CommonProto.proto";
repeated int32 friendIds = 1;
}
message FriendBlackOptRequest{
optional int32 type =1 ; // 1 2
optional int32 blackUid =2;// uid
}
message FivePlayerUpdateIndication{
optional int32 hadTakeDailyBox = 1 ;// 1vip -1
repeated Privilege privilege =2 ; //使