update proto 3.3

This commit is contained in:
Akbar Yahya 2022-12-07 12:38:18 +08:00
parent e90d6d4aa3
commit 38986d02a6
11 changed files with 34 additions and 34 deletions

View File

@ -20,7 +20,7 @@ syntax = "proto3";
import "AnchorPointData.proto"; import "AnchorPointData.proto";
import "ClientCollectorData.proto"; import "ClientCollectorData.proto";
import "LunchBoxData.proto"; import "LunchBoxData.proto";
import "OneofGatherPointDetectorData.proto"; import "OneoffGatherPointDetectorData.proto";
import "SkyCrystalDetectorData.proto"; import "SkyCrystalDetectorData.proto";
import "WeatherWizardData.proto"; import "WeatherWizardData.proto";
import "WidgetCoolDownData.proto"; import "WidgetCoolDownData.proto";
@ -39,7 +39,7 @@ message AllWidgetDataNotify {
uint32 next_anchor_point_usable_time = 5; uint32 next_anchor_point_usable_time = 5;
LunchBoxData lunch_box_data = 1; LunchBoxData lunch_box_data = 1;
repeated OneofGatherPointDetectorData oneof_gather_point_detector_data_list = 14; repeated OneoffGatherPointDetectorData oneoff_gather_point_detector_data_list = 14;
repeated WidgetSlotData slot_list = 6; repeated WidgetSlotData slot_list = 6;
repeated uint32 background_active_widget_list = 9; repeated uint32 background_active_widget_list = 9;
repeated WidgetCoolDownData cool_down_group_data_list = 3; repeated WidgetCoolDownData cool_down_group_data_list = 3;

View File

@ -18,13 +18,13 @@
syntax = "proto3"; syntax = "proto3";
import "ChannelerSlabChallenge.proto"; import "ChannelerSlabChallenge.proto";
import "ChannelerSlabOneofDungeon.proto"; import "ChannelerSlabOneoffDungeon.proto";
option java_package = "emu.grasscutter.net.proto"; option java_package = "emu.grasscutter.net.proto";
message ChannelerSlabChallengeStage { message ChannelerSlabChallengeStage {
bool is_open = 4; bool is_open = 4;
ChannelerSlabOneofDungeon dungeon_info = 12; ChannelerSlabOneoffDungeon dungeon_info = 12;
uint32 open_time = 13; uint32 open_time = 13;
uint32 stage_id = 1; uint32 stage_id = 1;
repeated ChannelerSlabChallenge challenge_list = 2; repeated ChannelerSlabChallenge challenge_list = 2;

View File

@ -19,7 +19,7 @@ syntax = "proto3";
option java_package = "emu.grasscutter.net.proto"; option java_package = "emu.grasscutter.net.proto";
message ChannelerSlabOneofDungeon { message ChannelerSlabOneoffDungeon {
uint32 dungeon_id = 6; uint32 dungeon_id = 6;
bool is_done = 1; bool is_done = 1;
uint32 reward_id = 5; uint32 reward_id = 5;

View File

@ -34,7 +34,7 @@ message GetPlayerTokenReq {
uint32 platform_type = 2; uint32 platform_type = 2;
bool is_guest = 14; bool is_guest = 14;
string online_id = 12; string online_id = 12;
uint32 Unk3300_FDNAJOFMOAK = 6; uint32 account_type = 6;
uint32 channel_id = 8; uint32 channel_id = 8;
string client_rand_key = 400; string client_rand_key = 400;
string Unk3300_PHNOHCKIHIA = 3; string Unk3300_PHNOHCKIHIA = 3;

View File

@ -37,7 +37,7 @@ message GetPlayerTokenRsp {
uint32 key_id = 134; uint32 key_id = 134;
string sign = 1666; string sign = 1666;
string secret_key = 15; string secret_key = 15;
uint32 Unk3300_FDNAJOFMOAK = 8; uint32 account_type = 8;
uint32 channel_id = 676; uint32 channel_id = 676;
bytes extra_bin_data = 5; bytes extra_bin_data = 5;
uint64 secret_key_seed = 3; uint64 secret_key_seed = 3;

View File

@ -28,16 +28,16 @@ message GetScenePointRsp {
// ENET_IS_RELIABLE = 1; // ENET_IS_RELIABLE = 1;
// } // }
repeated uint32 Unk3300_NFDMMIOFECO = 9; repeated uint32 unlock_area_list = 9;
repeated uint32 Unk3300_FKANNCGJEFJ = 15; repeated uint32 locked_point_list = 15;
int32 retcode = 13; int32 retcode = 13;
repeated uint32 Unk3300_FGPKDGFLJOF = 3; repeated uint32 unhide_point_list = 3;
repeated uint32 Unk3300_PIGCABAAMMB = 10; repeated uint32 hide_point_list = 10;
repeated uint32 Unk3300_NAPMOOABHLJ = 1; repeated uint32 group_unlimit_point_list = 1;
repeated uint32 Unk3300_JFBPMPADAPA = 11; repeated uint32 not_interact_dungeon_entry_list = 11;
repeated uint32 Unk3300_IJJGKIAMEJA = 6; repeated uint32 to_be_explore_dungeon_entry_list = 6;
repeated uint32 Unk3300_JCGMJCEODCM = 7; repeated uint32 not_explored_dungeon_entry_list = 7;
uint32 belong_uid = 12; uint32 belong_uid = 12;
repeated uint32 Unk3300_GEDEFAIHKMH = 2; repeated uint32 unlocked_point_list = 2;
uint32 scene_id = 8; uint32 scene_id = 8;
} }

View File

@ -39,6 +39,6 @@ message MarkMapReq {
} }
Operation op = 3; Operation op = 3;
MapMarkPoint Unk3300_IEBKBPOBECB = 6; MapMarkPoint old = 6;
MapMarkPoint Unk3300_BGFDGKONNBI = 13; MapMarkPoint mark = 13;
} }

View File

@ -21,7 +21,7 @@ import "Vector.proto";
option java_package = "emu.grasscutter.net.proto"; option java_package = "emu.grasscutter.net.proto";
message OneofGatherPointDetectorData { message OneoffGatherPointDetectorData {
uint32 hint_radius = 4; uint32 hint_radius = 4;
uint32 config_id = 3; uint32 config_id = 3;
bool is_hint_valid = 11; bool is_hint_valid = 11;

View File

@ -36,25 +36,25 @@ message PlayerLoginReq {
uint32 target_uid = 10; uint32 target_uid = 10;
bytes extra_bin_data = 2046; bytes extra_bin_data = 2046;
string platform = 4; string platform = 4;
string Unk3300_LNPPCJMBOMN = 1334; string checksum = 1334;
uint32 channel_id = 1565; uint32 channel_id = 1565;
string Unk3300_EJBMMPBPDBE = 2040; string client_verison_hash = 2040;
uint32 language_type = 11; uint32 language_type = 11;
uint32 client_data_version = 847; uint32 client_data_version = 847;
uint32 Unk3300_FDNAJOFMOAK = 7; uint32 account_type = 7;
string Unk3300_BBAABEHNFOE = 868; string Unk3300_BBAABEHNFOE = 868;
string online_id = 577; string online_id = 577;
uint32 Unk3300_PMGFBMJNNCL = 82; uint32 Unk3300_PMGFBMJNNCL = 82;
string Unk3300_EAMDLGIILGK = 12; string device_name = 12;
string birthday = 875; string birthday = 875;
uint32 tag = 525; uint32 tag = 525;
string account_uid = 14; string account_uid = 14;
string Unk3300_NALKBABGLDG = 15; string device_info = 15;
uint32 Unk3300_IADFJHNFKIB = 1458; uint32 Unk3300_IADFJHNFKIB = 1458;
bool is_editor = 1; bool is_editor = 1;
string token = 8; string token = 8;
uint32 reg_platform = 424; uint32 reg_platform = 424;
string Unk3300_CHDCMLIBMPO = 581; string checksum_client_version = 581;
uint32 Unk3300_OOBHAIIIPHH = 85; uint32 Unk3300_OOBHAIIIPHH = 85;
uint32 Unk3300_NDLANBEIGEG = 1320; uint32 Unk3300_NDLANBEIGEG = 1320;
string country_code = 104; string country_code = 104;
@ -64,14 +64,14 @@ message PlayerLoginReq {
string Unk3300_BIAKNIALBFJ = 828; string Unk3300_BIAKNIALBFJ = 828;
string client_version = 2; string client_version = 2;
bool is_guest = 13; bool is_guest = 13;
string Unk3300_OBJKBHMKJGM = 6; string system_version = 6;
uint32 target_home_owner_uid = 899; uint32 target_home_owner_uid = 899;
string psn_id = 1146; string psn_id = 1146;
bytes Unk3300_ILHAIPDJIMH = 874; bytes security_cmd_reply = 874;
uint32 Unk3300_OFFHPAFIFGD = 1028; uint32 Unk3300_OFFHPAFIFGD = 1028;
uint64 login_rand = 9; uint64 login_rand = 9;
AdjustTrackingInfo adjust_tracking_info = 64; AdjustTrackingInfo adjust_tracking_info = 64;
bytes Unk3300_FCDEBMBICIJ = 256; bytes environment_error_code = 256;
uint32 platform_type = 3; uint32 platform_type = 3;
string Unk3300_CFLCCIICKDE = 1983; string cps = 1983;
} }

View File

@ -18,7 +18,7 @@
syntax = "proto3"; syntax = "proto3";
import "ClientCollectorData.proto"; import "ClientCollectorData.proto";
import "OneofGatherPointDetectorData.proto"; import "OneoffGatherPointDetectorData.proto";
import "SkyCrystalDetectorQuickUseResult.proto"; import "SkyCrystalDetectorQuickUseResult.proto";
option java_package = "emu.grasscutter.net.proto"; option java_package = "emu.grasscutter.net.proto";
@ -35,7 +35,7 @@ message QuickUseWidgetRsp {
uint32 material_id = 11; uint32 material_id = 11;
int32 retcode = 12; int32 retcode = 12;
oneof param { oneof param {
OneofGatherPointDetectorData detector_data = 14; OneoffGatherPointDetectorData detector_data = 14;
ClientCollectorData client_collector_data = 10; ClientCollectorData client_collector_data = 10;
SkyCrystalDetectorQuickUseResult sky_crystal_detector_quick_use_result = 172322; SkyCrystalDetectorQuickUseResult sky_crystal_detector_quick_use_result = 172322;
} }

View File

@ -28,9 +28,9 @@ message ScenePointUnlockNotify {
// ENET_IS_RELIABLE = 1; // ENET_IS_RELIABLE = 1;
// } // }
repeated uint32 Unk3300_PIGCABAAMMB = 10; repeated uint32 hide_point_list = 10;
repeated uint32 Unk3300_FKANNCGJEFJ = 5; repeated uint32 locked_point_list = 5;
uint32 scene_id = 11; uint32 scene_id = 11;
repeated uint32 point_list = 6; repeated uint32 point_list = 6;
repeated uint32 Unk3300_FGPKDGFLJOF = 1; repeated uint32 unhide_point_list = 1;
} }