|
@@ -198,6 +198,84 @@
|
|
|
}
|
|
|
]
|
|
|
},
|
|
|
+ {
|
|
|
+ "name": "BattleProgressResponse",
|
|
|
+ "syntax": "proto2",
|
|
|
+ "fields": [
|
|
|
+ {
|
|
|
+ "rule": "optional",
|
|
|
+ "type": "int64",
|
|
|
+ "name": "gold_balance",
|
|
|
+ "id": 1,
|
|
|
+ "options": {
|
|
|
+ "default": 0
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "rule": "optional",
|
|
|
+ "type": "int64",
|
|
|
+ "name": "unclaimed_magic_guide_stone_balance",
|
|
|
+ "id": 2,
|
|
|
+ "options": {
|
|
|
+ "default": 0
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "rule": "optional",
|
|
|
+ "type": "int64",
|
|
|
+ "name": "magic_guide_stone_balance",
|
|
|
+ "id": 3,
|
|
|
+ "options": {
|
|
|
+ "default": 0
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "rule": "optional",
|
|
|
+ "type": "int64",
|
|
|
+ "name": "magic_guide_balance",
|
|
|
+ "id": 4,
|
|
|
+ "options": {
|
|
|
+ "default": 0
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "rule": "optional",
|
|
|
+ "type": "int64",
|
|
|
+ "name": "magic_array_id",
|
|
|
+ "id": 5,
|
|
|
+ "options": {
|
|
|
+ "default": 1001
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "rule": "optional",
|
|
|
+ "type": "string",
|
|
|
+ "name": "map_id",
|
|
|
+ "id": 6,
|
|
|
+ "options": {
|
|
|
+ "default": "1001"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "rule": "optional",
|
|
|
+ "type": "int64",
|
|
|
+ "name": "total_award_magic_guide_stone_balance",
|
|
|
+ "id": 7,
|
|
|
+ "options": {
|
|
|
+ "default": 0
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "rule": "optional",
|
|
|
+ "type": "int64",
|
|
|
+ "name": "current_boss_treasure_chest_reward",
|
|
|
+ "id": 8,
|
|
|
+ "options": {
|
|
|
+ "default": 0
|
|
|
+ }
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
{
|
|
|
"name": "ChooseMagicRequest",
|
|
|
"syntax": "proto2",
|
|
@@ -252,6 +330,81 @@
|
|
|
}
|
|
|
]
|
|
|
},
|
|
|
+ {
|
|
|
+ "name": "EnterGameResponse",
|
|
|
+ "syntax": "proto2",
|
|
|
+ "fields": [
|
|
|
+ {
|
|
|
+ "rule": "optional",
|
|
|
+ "type": "int64",
|
|
|
+ "name": "player_id",
|
|
|
+ "id": 1,
|
|
|
+ "options": {
|
|
|
+ "default": 0
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "rule": "optional",
|
|
|
+ "type": "int32",
|
|
|
+ "name": "vip_level",
|
|
|
+ "id": 2,
|
|
|
+ "options": {
|
|
|
+ "default": 1
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "rule": "optional",
|
|
|
+ "type": "int64",
|
|
|
+ "name": "gold_balance",
|
|
|
+ "id": 3,
|
|
|
+ "options": {
|
|
|
+ "default": 0
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "rule": "optional",
|
|
|
+ "type": "int64",
|
|
|
+ "name": "magic_guide_stone_balance",
|
|
|
+ "id": 4,
|
|
|
+ "options": {
|
|
|
+ "default": 0
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "rule": "optional",
|
|
|
+ "type": "int64",
|
|
|
+ "name": "magic_guide_balance",
|
|
|
+ "id": 5,
|
|
|
+ "options": {
|
|
|
+ "default": 0
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "rule": "optional",
|
|
|
+ "type": "int64",
|
|
|
+ "name": "not_receive_guide_stone_balance",
|
|
|
+ "id": 6,
|
|
|
+ "options": {
|
|
|
+ "default": 0
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "rule": "repeated",
|
|
|
+ "type": "int64",
|
|
|
+ "name": "magic_ids",
|
|
|
+ "id": 7
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "rule": "optional",
|
|
|
+ "type": "int64",
|
|
|
+ "name": "map_id",
|
|
|
+ "id": 8,
|
|
|
+ "options": {
|
|
|
+ "default": 0
|
|
|
+ }
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
{
|
|
|
"name": "MailListRequestMessage",
|
|
|
"syntax": "proto2",
|
|
@@ -426,6 +579,30 @@
|
|
|
}
|
|
|
]
|
|
|
},
|
|
|
+ {
|
|
|
+ "name": "UpgradeMagicResponse",
|
|
|
+ "syntax": "proto2",
|
|
|
+ "fields": [
|
|
|
+ {
|
|
|
+ "rule": "optional",
|
|
|
+ "type": "int32",
|
|
|
+ "name": "lockAward",
|
|
|
+ "id": 1,
|
|
|
+ "options": {
|
|
|
+ "default": 0
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "rule": "optional",
|
|
|
+ "type": "int64",
|
|
|
+ "name": "magicArrayId",
|
|
|
+ "id": 2,
|
|
|
+ "options": {
|
|
|
+ "default": 0
|
|
|
+ }
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
{
|
|
|
"name": "IndexDataRequest",
|
|
|
"syntax": "proto2",
|