Update 3.3 (wow, a lot changed)

This commit is contained in:
Akbar Yahya
2022-12-05 19:41:24 +08:00
parent 238dd43a77
commit cf717aa6a0
2949 changed files with 32506 additions and 43050 deletions

View File

@@ -22,24 +22,29 @@ import "Vector.proto";
option java_package = "emu.grasscutter.net.proto";
// CmdId: 272
// EnetChannelId: 0
// EnetIsReliable: true
message PlayerEnterSceneNotify {
uint32 prev_scene_id = 6;
uint32 dungeon_id = 12;
bool is_skip_ui = 1732;
uint32 scene_id = 15;
EnterType type = 13;
uint64 scene_begin_time = 14;
uint32 world_level = 11;
uint32 world_type = 1490;
uint32 target_uid = 4;
bool is_first_login_enter_scene = 3;
// enum CmdId {
// option allow_alias = true;
// NONE = 0;
// CMD_ID = 279;
// ENET_CHANNEL_ID = 0;
// ENET_IS_RELIABLE = 1;
// }
uint32 Unk3300_LIDGFMDDOOM = 1224;
bool Unk3300_LFFBNEBMAAG = 32;
uint32 world_level = 4;
Vector pos = 1;
bool Unk3300_OKMNOFOHKOB = 3;
uint32 Unk3300_LLHABHMLNAH = 13;
uint32 enter_scene_token = 6;
uint32 dungeon_id = 2;
uint32 scene_id = 11;
EnterType type = 12;
repeated uint32 scene_tag_id_list = 5;
string scene_transaction = 1842;
Vector prev_pos = 8;
uint32 enter_reason = 1828;
Vector pos = 7;
uint32 enter_scene_token = 2;
uint64 scene_begin_time = 9;
uint32 Unk3300_OOLKIEKNKKN = 287;
uint32 target_uid = 8;
Vector prev_pos = 10;
string scene_transaction = 370;
}