妖兽来袭
parent
5d0fa091f2
commit
d7f1a51324
|
@ -10,7 +10,7 @@ import "CommonProto.proto";
|
|||
message FightStartRequest {
|
||||
// 战斗类型(手动,自动)
|
||||
optional int32 fightType = 1;
|
||||
optional int32 type = 2; // 类型 1: 关卡 2:地图 3:精英怪 4:爬塔副本
|
||||
optional int32 type = 2; // 类型 1: 关卡 2:地图 3:精英怪 4:爬塔副本 5 :妖兽
|
||||
optional int32 fightId = 3;
|
||||
optional int32 teamId = 4; //队伍id
|
||||
|
||||
|
@ -27,7 +27,7 @@ import "CommonProto.proto";
|
|||
// 战斗序列帧 14#1#0|14#1#0|14#1#0|...|14#1#0
|
||||
optional string frames = 2;
|
||||
optional int32 fightId = 3;
|
||||
optional int32 type = 4; // 类型 1: 关卡 2:地图 3:精英怪 4:爬塔副本
|
||||
optional int32 type = 4; // 类型 1: 关卡 2:地图 3:精英怪 4:爬塔副本 5:妖兽
|
||||
optional int32 dropout = 5 ;// 是否退出 1 :退出
|
||||
}
|
||||
message FightEndResponse {
|
||||
|
|
|
@ -281,9 +281,3 @@ import "CommonProto.proto";
|
|||
optional int32 fightCount = 1;//战斗次数
|
||||
optional int32 consumeExecution = 2;//消耗行动力
|
||||
}
|
||||
//妖兽来袭
|
||||
message monsterAttackIndication
|
||||
{
|
||||
optional int32 monsterAttackTime = 1;
|
||||
}
|
||||
|
|
@ -400,8 +400,6 @@ enum MessageType{
|
|||
MODIFY_HEAD_FRAME_REQUEST = 11233;
|
||||
MODIFY_HEAD_FRAME_RESPONSE = 11234;
|
||||
|
||||
MONSTER_ATTACK_INDICATION = 11235;
|
||||
|
||||
// N 11300
|
||||
// O 11400
|
||||
// P 11500
|
||||
|
|
|
@ -55,6 +55,7 @@ import "CommonProto.proto";
|
|||
optional int32 hadBuyTreasure = 16; // 是否购买孙龙的宝藏
|
||||
optional SignInInfo SignInInfo =17;//签到
|
||||
optional int32 firstTenth = 18;//首次十连是否用过
|
||||
optional int32 monsterAttackTime = 19;//妖潮
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue