Update v1

This commit is contained in:
Akbar Yahya
2023-04-11 16:18:47 +08:00
parent 54c575d7d7
commit 3b816eb297
1278 changed files with 24250 additions and 15187 deletions

View File

@@ -3,21 +3,21 @@ syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
// Name: ODCLFBBMOFA
// CmdId: 229
// CmdId: 299
// Name: GKBGCPGCPAE (3.5, help)
message GetScenePointRsp {
repeated uint32 notInteractDungeonEntryList = 3; //LHGAOJELAMA
repeated uint32 toBeExploreDungeonEntryList = 13; //FKDLJELPPOJ
int32 retcode = 2;
repeated uint32 hide_point_list = 12;
repeated uint32 locked_point_list = 7; //LLLIACPHNEH
uint32 belong_uid = 8;
repeated uint32 notExploredDungeonEntryList = 11; //KBGDANIJLFK
repeated uint32 unlockAreaList = 14; //LEAMLBEEBMN
bool PGBKOMBKBKG = 5; // new field
repeated uint32 unhide_point_list = 10; //JOMDNANCHND
repeated uint32 groupUnlimitPointList = 15; //HJLALADBFAC
uint32 scene_id = 6;
repeated uint32 unlocked_point_list = 4;
uint32 scene_id = 3;
repeated uint32 notInteractDungeonEntryList = 9; // JECOFNNDAJP
repeated uint32 toBeExploreDungeonEntryList = 14; // ELNACLNNKIO
uint32 belong_uid = 4;
repeated uint32 hide_point_list = 11; // GNNBFLNNODN
repeated uint32 locked_point_list = 2; // OLIIBIKADBB
repeated uint32 notExploredDungeonEntryList = 1; // CBNONONIPKH
repeated uint32 unlockAreaList = 7; // MLBGHEBJAOH
bool BJLCFHHIGJD = 10;
repeated uint32 unhide_point_list = 13; // BHLFAJLFEGC
repeated uint32 groupUnlimitPointList = 8; // MNOLEGHOAOB
int32 retcode = 6;
repeated uint32 unlocked_point_list = 12;
}