无尽副本小地图信息

lvxinran 2019-08-31 20:48:45 +08:00
parent c2e67f9668
commit 40ce4b02c0
3 changed files with 13 additions and 0 deletions

View File

@ -591,4 +591,9 @@ option optimize_for = SPEED;
message EndlessInfo{
optional int32 mapId = 1;
optional int32 worldLevel = 2;
}
//
message EndlessPoint{
optional int32 location = 1;
optional int32 monsterId = 2;
}

View File

@ -287,3 +287,8 @@ import "CommonProto.proto";
message EndlessTimeIndication{
repeated EndlessRefreshInfo infos = 1;
}
//
message EndlessMinMapResponse{
optional int32 myXY = 1;
repeated EndlessPoint points = 2;
}

View File

@ -151,6 +151,9 @@ enum MessageType{
ENDLESS_REFRESH_INDICAITON = 10420;//
ENDLESS_MIN_MAP_INFO_REQUEST = 10421;//
ENDLESS_MIN_MAP_INFO_RESPONSE = 10422;
// F 10500
FIGHT_START_REQUEST = 10500; //
FIGHT_START_RESPONSE = 10501;