update proto part 8

This commit is contained in:
Akbar Yahya
2023-03-07 10:02:26 +08:00
parent dcf7414b7e
commit aaececbf10
104 changed files with 12691 additions and 14569 deletions

View File

@@ -2,20 +2,22 @@ syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
// Name: ODCLFBBMOFA
// CmdId: 229
message GetScenePointRsp {
repeated uint32 LHGAOJELAMA = 3;
repeated uint32 FKDLJELPPOJ = 13;
repeated uint32 notInteractDungeonEntryList = 3; //LHGAOJELAMA
repeated uint32 toBeExploreDungeonEntryList = 13; //FKDLJELPPOJ
int32 retcode = 2;
repeated uint32 hide_point_list = 12;
repeated uint32 LLLIACPHNEH = 7;
repeated uint32 unhide_point_list = 7; //LLLIACPHNEH
uint32 belong_uid = 8;
repeated uint32 KBGDANIJLFK = 11;
repeated uint32 unlockAreaList = 14;
bool PGBKOMBKBKG = 5;
repeated uint32 unhidePointList = 10;
repeated uint32 HJLALADBFAC = 15;
repeated uint32 unlockAreaList = 11; //KBGDANIJLFK
repeated uint32 notExploredDungeonEntryList = 14; //LEAMLBEEBMN
bool PGBKOMBKBKG = 5; // new field
repeated uint32 locked_point_list = 10; //JOMDNANCHND
repeated uint32 groupUnlimitPointList = 15; //HJLALADBFAC
uint32 scene_id = 6;
repeated uint32 unlocked_point_list = 4;
}