master_huanxiang
duhui 2023-03-27 16:57:55 +08:00
parent a434c0b1d0
commit 8ef5e1fefc
2 changed files with 27 additions and 7 deletions

View File

@ -1525,11 +1525,17 @@ enum MessageType{
MAGIC_SOLDIER_LOCATION_REQUEST = 3050213;//
MAGIC_SOLDIER_LOCATION_RESPONSE = 3050214;
MAGIC_SOLDIER_SPILT_REQUEST = 3050215;//
MAGIC_SOLDIER_SPILT_RESPONSE = 3050216;
MAGIC_SOLDIER_RETURN_REQUEST = 3050215;//
MAGIC_SOLDIER_RETURN_RESPONSE = 3050216;
MAGIC_SOLDIER_STRONG_REQUEST = 3050217;//
MAGIC_SOLDIER_STRONG_RESPONSE = 3050218;
MAGIC_SOLDIER_SPILT_REQUEST = 3050217;//
MAGIC_SOLDIER_SPILT_RESPONSE = 3050218;
MAGIC_SOLDIER_FRAGMENTS_SPILT_REQUEST = 3050219;//
MAGIC_SOLDIER_FRAGMENTS_RESPONSE = 3050220;
MAGIC_SOLDIER_STRONG_REQUEST = 3050221;//
MAGIC_SOLDIER_STRONG_RESPONSE = 3050222;
//==========================================================800000global ==========================================================

View File

@ -1304,14 +1304,28 @@ message MagicSoldierLocationRequest{
}
message MagicSoldierLocationResponse{
}
///
//
message MagicSoldierReturnRequest{
optional string id = 1;//id
}
message MagicSoldierReturnResponse{
optional Drop drop = 1;
}
//
message MagicSoldierSpiltRequest{
repeated string id = 1;//id
optional int32 type = 2;//1:2:
repeated string id = 1;//id
}
message MagicSoldierSpiltResponse{
optional Drop drop = 1;
}
//
message magicSoldierFragmentsSpiltRequest{
repeated int32 itemId = 1;//id
repeated int32 itemNum = 2;//
}
message MagicSoldierFragmentsSpiltResponse{
optional Drop drop = 1;
}
//
message MagicSoldierStrongRequest{
optional string id = 1;//id