Update proto MapLayerInfo

This commit is contained in:
Yuuki 2023-08-24 06:25:36 +08:00
parent 30c4fdcb94
commit 896884bd46
3 changed files with 7 additions and 7 deletions

View File

@ -16,8 +16,8 @@
syntax = "proto3"; syntax = "proto3";
option java_package = "emu.grasscutter.net.proto"; option java_package = "emu.grasscutter.net.proto";
message NHFPBBLCHKH { message MapLayerInfo {
repeated uint32 PAIGHFEEELO = 11; repeated uint32 unlocked_map_layer_id_list = 11;
repeated uint32 DIDEMJFOGLD = 15; repeated uint32 DIDEMJFOGLD = 15;
repeated uint32 JBNJGMIGFFJ = 3; repeated uint32 unlocked_map_layer_group_id_list = 3;
} }

View File

@ -16,14 +16,14 @@
syntax = "proto3"; syntax = "proto3";
option java_package = "emu.grasscutter.net.proto"; option java_package = "emu.grasscutter.net.proto";
import "NHFPBBLCHKH.proto"; import "MapLayerInfo.proto";
import "Vector.proto"; import "Vector.proto";
import "EnterType.proto"; import "EnterType.proto";
// CmdId: 2783 // CmdId: 2783
// Obf: PBJBDNIOMBF // Obf: PBJBDNIOMBF
message PlayerEnterSceneNotify { message PlayerEnterSceneNotify {
string scene_transaction = 1319; string scene_transaction = 1319;
NHFPBBLCHKH DCGPONECHMM = 897; MapLayerInfo map_layer_info = 897;
bool is_skip_ui = 3; bool is_skip_ui = 3;
uint32 prev_scene_id = 9; uint32 prev_scene_id = 9;
bool is_first_login_enter_scene = 164; bool is_first_login_enter_scene = 164;

View File

@ -16,10 +16,10 @@
syntax = "proto3"; syntax = "proto3";
option java_package = "emu.grasscutter.net.proto"; option java_package = "emu.grasscutter.net.proto";
import "NHFPBBLCHKH.proto"; import "MapLayerInfo.proto";
// Obf: FCGGGBEOFIJ // Obf: FCGGGBEOFIJ
message PlayerWorldSceneInfo { message PlayerWorldSceneInfo {
NHFPBBLCHKH DCGPONECHMM = 1; MapLayerInfo map_layer_info = 1;
uint32 scene_id = 12; uint32 scene_id = 12;
bool is_locked = 2; bool is_locked = 2;
repeated uint32 scene_tag_id_list = 7; repeated uint32 scene_tag_id_list = 7;