Update proto 3.3

This commit is contained in:
Akbar Yahya
2022-12-05 20:02:30 +08:00
parent 9b5321c106
commit 67789137ff
3726 changed files with 95316 additions and 5249 deletions

View File

@@ -19,20 +19,25 @@ syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
// CmdId: 281
// EnetChannelId: 0
// EnetIsReliable: true
message GetScenePointRsp {
repeated uint32 not_explored_dungeon_entry_list = 11;
repeated uint32 to_be_explore_dungeon_entry_list = 15;
repeated uint32 locked_point_list = 2;
repeated uint32 unhide_point_list = 5;
int32 retcode = 9;
// enum CmdId {
// option allow_alias = true;
// NONE = 0;
// CMD_ID = 225;
// ENET_CHANNEL_ID = 0;
// ENET_IS_RELIABLE = 1;
// }
repeated uint32 Unk3300_NFDMMIOFECO = 9;
repeated uint32 Unk3300_FKANNCGJEFJ = 15;
int32 retcode = 13;
repeated uint32 Unk3300_FGPKDGFLJOF = 3;
repeated uint32 Unk3300_PIGCABAAMMB = 10;
repeated uint32 Unk3300_NAPMOOABHLJ = 1;
repeated uint32 Unk3300_JFBPMPADAPA = 11;
repeated uint32 Unk3300_IJJGKIAMEJA = 6;
repeated uint32 Unk3300_JCGMJCEODCM = 7;
uint32 belong_uid = 12;
repeated uint32 unlocked_point_list = 13;
repeated uint32 unlock_area_list = 1;
repeated uint32 hide_point_list = 4;
uint32 scene_id = 14;
repeated uint32 not_interact_dungeon_entry_list = 6;
repeated uint32 group_unlimit_point_list = 10;
repeated uint32 Unk3300_GEDEFAIHKMH = 2;
uint32 scene_id = 8;
}