mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-08-03 02:50:13 +03:00
Update 3.3 (wow, a lot changed)
This commit is contained in:
@@ -22,24 +22,29 @@ import "RoguelikeRuneRecord.proto";
|
||||
|
||||
option java_package = "emu.grasscutter.net.proto";
|
||||
|
||||
// CmdId: 8652
|
||||
// EnetChannelId: 0
|
||||
// EnetIsReliable: true
|
||||
message EnterRoguelikeDungeonNotify {
|
||||
bool is_mist_clear = 14;
|
||||
uint32 dungeon_weight_config_id = 2;
|
||||
repeated RoguelikeRuneRecord rune_record_list = 6;
|
||||
repeated uint64 onstage_avatar_guid_list = 9;
|
||||
bool is_first_enter = 205;
|
||||
repeated uint32 explored_cell_list = 3;
|
||||
map<uint32, RogueCellInfo> cell_info_map = 11;
|
||||
uint32 dungeon_id = 1;
|
||||
uint32 refresh_cost_item_count = 1999;
|
||||
float bonus_resource_prop = 13;
|
||||
uint32 revise_monster_level = 1541;
|
||||
uint32 stage_id = 15;
|
||||
repeated uint64 backstage_avatar_guid_list = 10;
|
||||
uint32 cur_cell_id = 12;
|
||||
uint32 refresh_cost_item_id = 7;
|
||||
uint32 cur_level = 8;
|
||||
// enum CmdId {
|
||||
// option allow_alias = true;
|
||||
// NONE = 0;
|
||||
// CMD_ID = 8657;
|
||||
// ENET_CHANNEL_ID = 0;
|
||||
// ENET_IS_RELIABLE = 1;
|
||||
// }
|
||||
|
||||
float bonus_resource_prop = 11;
|
||||
uint32 Unk3300_DBDABNIINEL = 4;
|
||||
repeated RoguelikeRuneRecord rune_record_list = 12;
|
||||
uint32 cur_level = 9;
|
||||
uint32 dungeon_id = 5;
|
||||
uint32 revise_monster_level = 1188;
|
||||
bool Unk3300_PKPOKOAAOKF = 1469;
|
||||
repeated uint32 explored_cell_list = 2;
|
||||
repeated uint64 onstage_avatar_guid_list = 15;
|
||||
uint32 stage_id = 6;
|
||||
uint32 Unk3300_KLFDKOCGAHN = 2046;
|
||||
bool Unk3300_GBHHLEDAGAM = 3;
|
||||
uint32 Unk3300_IIIJDDNJEBB = 1;
|
||||
repeated uint64 backstage_avatar_guid_list = 7;
|
||||
uint32 Unk3300_PKDLOJADIPA = 10;
|
||||
map<uint32, RogueCellInfo> cell_info_map = 14;
|
||||
}
|
||||
|
Reference in New Issue
Block a user