mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-04-05 08:36:06 +03:00
update 3.3
This commit is contained in:
parent
cec755eb30
commit
34997af801
@ -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;
|
||||||
|
@ -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;
|
||||||
|
@ -1,33 +0,0 @@
|
|||||||
// Proto has been converted from Sorapointa to Grasscutter format
|
|
||||||
// Sorapointa - A server software re-implementation for a certain anime game, and avoid sorapointa.
|
|
||||||
// Copyright (C) 2022 Sorapointa Team
|
|
||||||
//
|
|
||||||
// This program is free software: you can redistribute it and/or modify
|
|
||||||
// it under the terms of the GNU Affero General Public License as
|
|
||||||
// published by the Free Software Foundation, either version 3 of the
|
|
||||||
// License, or (at your option) any later version.
|
|
||||||
//
|
|
||||||
// This program is distributed in the hope that it will be useful,
|
|
||||||
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
// GNU Affero General Public License for more details.
|
|
||||||
//
|
|
||||||
// You should have received a copy of the GNU Affero General Public License
|
|
||||||
// along with this program. If not, see <https://www.gnu.org/licenses/>.
|
|
||||||
|
|
||||||
syntax = "proto3";
|
|
||||||
|
|
||||||
option java_package = "emu.grasscutter.net.proto";
|
|
||||||
|
|
||||||
message ChannelerSlabOneOfDungeonInfoRsp {
|
|
||||||
// enum CmdId {
|
|
||||||
// option allow_alias = true;
|
|
||||||
// NONE = 0;
|
|
||||||
// CMD_ID = 8270;
|
|
||||||
// ENET_CHANNEL_ID = 0;
|
|
||||||
// ENET_IS_RELIABLE = 1;
|
|
||||||
// }
|
|
||||||
|
|
||||||
repeated uint32 scheme_buff_id_list = 10;
|
|
||||||
int32 retcode = 5;
|
|
||||||
}
|
|
@ -19,9 +19,14 @@ syntax = "proto3";
|
|||||||
|
|
||||||
option java_package = "emu.grasscutter.net.proto";
|
option java_package = "emu.grasscutter.net.proto";
|
||||||
|
|
||||||
// CmdId: 8729
|
|
||||||
// EnetChannelId: 0
|
|
||||||
// EnetIsReliable: true
|
|
||||||
message ChannelerSlabOneOffDungeonInfoNotify {
|
message ChannelerSlabOneOffDungeonInfoNotify {
|
||||||
repeated uint32 scheme_buff_id_list = 6;
|
// enum CmdId {
|
||||||
|
// option allow_alias = true;
|
||||||
|
// NONE = 0;
|
||||||
|
// CMD_ID = 8015;
|
||||||
|
// ENET_CHANNEL_ID = 0;
|
||||||
|
// ENET_IS_RELIABLE = 1;
|
||||||
|
// }
|
||||||
|
|
||||||
|
repeated uint32 scheme_buff_id_list = 8;
|
||||||
}
|
}
|
||||||
|
@ -19,8 +19,13 @@ syntax = "proto3";
|
|||||||
|
|
||||||
option java_package = "emu.grasscutter.net.proto";
|
option java_package = "emu.grasscutter.net.proto";
|
||||||
|
|
||||||
// CmdId: 8409
|
message ChannelerSlabOneOffDungeonInfoReq {
|
||||||
// EnetChannelId: 0
|
// enum CmdId {
|
||||||
// EnetIsReliable: true
|
// option allow_alias = true;
|
||||||
// IsAllowClient: true
|
// NONE = 0;
|
||||||
message ChannelerSlabOneOffDungeonInfoReq {}
|
// CMD_ID = 8877;
|
||||||
|
// ENET_CHANNEL_ID = 0;
|
||||||
|
// ENET_IS_RELIABLE = 1;
|
||||||
|
// IS_ALLOW_CLIENT = 1;
|
||||||
|
// }
|
||||||
|
}
|
||||||
|
@ -19,10 +19,15 @@ syntax = "proto3";
|
|||||||
|
|
||||||
option java_package = "emu.grasscutter.net.proto";
|
option java_package = "emu.grasscutter.net.proto";
|
||||||
|
|
||||||
// CmdId: 8268
|
|
||||||
// EnetChannelId: 0
|
|
||||||
// EnetIsReliable: true
|
|
||||||
message ChannelerSlabOneOffDungeonInfoRsp {
|
message ChannelerSlabOneOffDungeonInfoRsp {
|
||||||
repeated uint32 scheme_buff_id_list = 3;
|
// enum CmdId {
|
||||||
int32 retcode = 15;
|
// option allow_alias = true;
|
||||||
|
// NONE = 0;
|
||||||
|
// CMD_ID = 8270;
|
||||||
|
// ENET_CHANNEL_ID = 0;
|
||||||
|
// ENET_IS_RELIABLE = 1;
|
||||||
|
// }
|
||||||
|
|
||||||
|
repeated uint32 scheme_buff_id_list = 10;
|
||||||
|
int32 retcode = 5;
|
||||||
}
|
}
|
||||||
|
@ -20,7 +20,7 @@ syntax = "proto3";
|
|||||||
option java_package = "emu.grasscutter.net.proto";
|
option java_package = "emu.grasscutter.net.proto";
|
||||||
|
|
||||||
message ChannelerSlabOneofDungeon {
|
message ChannelerSlabOneofDungeon {
|
||||||
uint32 dungeon_id = 6;
|
bool is_done = 8;
|
||||||
bool is_done = 1;
|
uint32 dungeon_id = 12;
|
||||||
uint32 reward_id = 5;
|
uint32 reward_id = 13;
|
||||||
}
|
}
|
||||||
|
@ -19,13 +19,8 @@ syntax = "proto3";
|
|||||||
|
|
||||||
option java_package = "emu.grasscutter.net.proto";
|
option java_package = "emu.grasscutter.net.proto";
|
||||||
|
|
||||||
message ChannelerSlabOneOfDungeonInfoReq {
|
message ChannelerSlabOneoffDungeon {
|
||||||
// enum CmdId {
|
uint32 dungeon_id = 6;
|
||||||
// option allow_alias = true;
|
bool is_done = 1;
|
||||||
// NONE = 0;
|
uint32 reward_id = 5;
|
||||||
// CMD_ID = 8877;
|
|
||||||
// ENET_CHANNEL_ID = 0;
|
|
||||||
// ENET_IS_RELIABLE = 1;
|
|
||||||
// IS_ALLOW_CLIENT = 1;
|
|
||||||
// }
|
|
||||||
}
|
}
|
@ -19,15 +19,10 @@ syntax = "proto3";
|
|||||||
|
|
||||||
option java_package = "emu.grasscutter.net.proto";
|
option java_package = "emu.grasscutter.net.proto";
|
||||||
|
|
||||||
|
// CmdId: 8203
|
||||||
|
// EnetChannelId: 0
|
||||||
|
// EnetIsReliable: true
|
||||||
message ChannelerSlabStageOneofDungeonNotify {
|
message ChannelerSlabStageOneofDungeonNotify {
|
||||||
// enum CmdId {
|
uint32 stage_id = 2;
|
||||||
// option allow_alias = true;
|
bool is_done = 8;
|
||||||
// NONE = 0;
|
|
||||||
// CMD_ID = 8692;
|
|
||||||
// ENET_CHANNEL_ID = 0;
|
|
||||||
// ENET_IS_RELIABLE = 1;
|
|
||||||
// }
|
|
||||||
|
|
||||||
bool is_done = 6;
|
|
||||||
uint32 stage_id = 13;
|
|
||||||
}
|
}
|
||||||
|
@ -19,14 +19,15 @@ syntax = "proto3";
|
|||||||
|
|
||||||
option java_package = "emu.grasscutter.net.proto";
|
option java_package = "emu.grasscutter.net.proto";
|
||||||
|
|
||||||
message ChannelerSlabOneOfDungeonInfoNotify {
|
message ChannelerSlabStageOneoffDungeonNotify {
|
||||||
// enum CmdId {
|
// enum CmdId {
|
||||||
// option allow_alias = true;
|
// option allow_alias = true;
|
||||||
// NONE = 0;
|
// NONE = 0;
|
||||||
// CMD_ID = 8015;
|
// CMD_ID = 8692;
|
||||||
// ENET_CHANNEL_ID = 0;
|
// ENET_CHANNEL_ID = 0;
|
||||||
// ENET_IS_RELIABLE = 1;
|
// ENET_IS_RELIABLE = 1;
|
||||||
// }
|
// }
|
||||||
|
|
||||||
repeated uint32 scheme_buff_id_list = 8;
|
bool is_done = 6;
|
||||||
|
uint32 stage_id = 13;
|
||||||
}
|
}
|
@ -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;
|
||||||
|
@ -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;
|
||||||
|
@ -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;
|
||||||
}
|
}
|
||||||
|
@ -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;
|
||||||
}
|
}
|
||||||
|
@ -22,11 +22,11 @@ import "Vector.proto";
|
|||||||
option java_package = "emu.grasscutter.net.proto";
|
option java_package = "emu.grasscutter.net.proto";
|
||||||
|
|
||||||
message OneofGatherPointDetectorData {
|
message OneofGatherPointDetectorData {
|
||||||
uint32 hint_radius = 4;
|
Vector hint_center_pos = 7;
|
||||||
uint32 config_id = 3;
|
uint32 hint_radius = 14;
|
||||||
bool is_hint_valid = 11;
|
uint32 material_id = 10;
|
||||||
Vector hint_center_pos = 12;
|
uint32 config_id = 6;
|
||||||
bool is_all_collected = 10;
|
uint32 group_id = 13;
|
||||||
uint32 group_id = 1;
|
bool is_all_collected = 4;
|
||||||
uint32 material_id = 9;
|
bool is_hint_valid = 15;
|
||||||
}
|
}
|
||||||
|
@ -21,14 +21,9 @@ import "OneofGatherPointDetectorData.proto";
|
|||||||
|
|
||||||
option java_package = "emu.grasscutter.net.proto";
|
option java_package = "emu.grasscutter.net.proto";
|
||||||
|
|
||||||
|
// CmdId: 4297
|
||||||
|
// EnetChannelId: 0
|
||||||
|
// EnetIsReliable: true
|
||||||
message OneofGatherPointDetectorDataNotify {
|
message OneofGatherPointDetectorDataNotify {
|
||||||
// enum CmdId {
|
repeated OneofGatherPointDetectorData oneof_gather_point_detector_data_list = 3;
|
||||||
// option allow_alias = true;
|
|
||||||
// NONE = 0;
|
|
||||||
// CMD_ID = 4293;
|
|
||||||
// ENET_CHANNEL_ID = 0;
|
|
||||||
// ENET_IS_RELIABLE = 1;
|
|
||||||
// }
|
|
||||||
|
|
||||||
repeated OneofGatherPointDetectorData oneof_gather_point_detector_data_list = 2;
|
|
||||||
}
|
}
|
||||||
|
@ -1,16 +1,32 @@
|
|||||||
// Proto has been converted from Sorapointa to Grasscutter format
|
// Proto has been converted from Sorapointa to Grasscutter format
|
||||||
syntax = "proto3";
|
// Sorapointa - A server software re-implementation for a certain anime game, and avoid sorapointa.
|
||||||
|
// Copyright (C) 2022 Sorapointa Team
|
||||||
|
//
|
||||||
|
// This program is free software: you can redistribute it and/or modify
|
||||||
|
// it under the terms of the GNU Affero General Public License as
|
||||||
|
// published by the Free Software Foundation, either version 3 of the
|
||||||
|
// License, or (at your option) any later version.
|
||||||
|
//
|
||||||
|
// This program is distributed in the hope that it will be useful,
|
||||||
|
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
// GNU Affero General Public License for more details.
|
||||||
|
//
|
||||||
|
// You should have received a copy of the GNU Affero General Public License
|
||||||
|
// along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
option java_package = "emu.grasscutter.net.proto";
|
syntax = "proto3";
|
||||||
|
|
||||||
import "Vector.proto";
|
import "Vector.proto";
|
||||||
|
|
||||||
|
option java_package = "emu.grasscutter.net.proto";
|
||||||
|
|
||||||
message OneoffGatherPointDetectorData {
|
message OneoffGatherPointDetectorData {
|
||||||
uint32 material_id = 1;
|
uint32 hint_radius = 4;
|
||||||
bool is_all_collected = 2;
|
uint32 config_id = 3;
|
||||||
bool is_hint_valid = 3;
|
bool is_hint_valid = 11;
|
||||||
Vector hint_center_pos = 4;
|
Vector hint_center_pos = 12;
|
||||||
uint32 hint_radius = 5;
|
bool is_all_collected = 10;
|
||||||
uint32 group_id = 6;
|
uint32 group_id = 1;
|
||||||
uint32 config_id = 7;
|
uint32 material_id = 9;
|
||||||
}
|
}
|
||||||
|
@ -1,18 +1,34 @@
|
|||||||
// Proto has been converted from Sorapointa to Grasscutter format
|
// Proto has been converted from Sorapointa to Grasscutter format
|
||||||
syntax = "proto3";
|
// Sorapointa - A server software re-implementation for a certain anime game, and avoid sorapointa.
|
||||||
|
// Copyright (C) 2022 Sorapointa Team
|
||||||
|
//
|
||||||
|
// This program is free software: you can redistribute it and/or modify
|
||||||
|
// it under the terms of the GNU Affero General Public License as
|
||||||
|
// published by the Free Software Foundation, either version 3 of the
|
||||||
|
// License, or (at your option) any later version.
|
||||||
|
//
|
||||||
|
// This program is distributed in the hope that it will be useful,
|
||||||
|
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
// GNU Affero General Public License for more details.
|
||||||
|
//
|
||||||
|
// You should have received a copy of the GNU Affero General Public License
|
||||||
|
// along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
option java_package = "emu.grasscutter.net.proto";
|
syntax = "proto3";
|
||||||
|
|
||||||
import "OneoffGatherPointDetectorData.proto";
|
import "OneoffGatherPointDetectorData.proto";
|
||||||
|
|
||||||
message OneoffGatherPointDetectorDataNotify {
|
option java_package = "emu.grasscutter.net.proto";
|
||||||
enum CmdId {
|
|
||||||
option allow_alias = true;
|
|
||||||
NONE = 0;
|
|
||||||
ENET_CHANNEL_ID = 0;
|
|
||||||
ENET_IS_RELIABLE = 1;
|
|
||||||
CMD_ID = 4262;
|
|
||||||
}
|
|
||||||
|
|
||||||
repeated OneoffGatherPointDetectorData oneoff_gather_point_detector_data_list = 6;
|
message OneoffGatherPointDetectorDataNotify {
|
||||||
|
// enum CmdId {
|
||||||
|
// option allow_alias = true;
|
||||||
|
// NONE = 0;
|
||||||
|
// CMD_ID = 4293;
|
||||||
|
// ENET_CHANNEL_ID = 0;
|
||||||
|
// ENET_IS_RELIABLE = 1;
|
||||||
|
// }
|
||||||
|
|
||||||
|
repeated OneoffGatherPointDetectorData oneoff_gather_point_detector_data_list = 2;
|
||||||
}
|
}
|
||||||
|
@ -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;
|
||||||
}
|
}
|
||||||
|
@ -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;
|
||||||
}
|
}
|
||||||
|
@ -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;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user