2023-05-23 09:48:59 +03:00
|
|
|
// https://github.com/SlushinPS/beach-simulator
|
|
|
|
// Copyright (C) 2023 Slushy 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/>.
|
|
|
|
|
2022-11-06 15:30:21 +03:00
|
|
|
syntax = "proto3";
|
2023-02-28 06:08:38 +03:00
|
|
|
|
2023-01-28 18:50:00 +03:00
|
|
|
option java_package = "emu.grasscutter.net.proto";
|
2022-11-06 15:30:21 +03:00
|
|
|
|
2023-05-23 09:48:59 +03:00
|
|
|
|
2023-02-28 06:08:38 +03:00
|
|
|
import "FeatureBlockInfo.proto";
|
2022-11-06 15:30:21 +03:00
|
|
|
import "ShortAbilityHashPair.proto";
|
2023-05-23 09:48:59 +03:00
|
|
|
import "ResVersionConfig.proto";
|
|
|
|
import "BlockInfo.proto";
|
|
|
|
// CmdId: 172
|
2023-05-23 13:12:42 +03:00
|
|
|
// Obf: EGNJOBMKBHK
|
2022-11-06 15:30:21 +03:00
|
|
|
message PlayerLoginRsp {
|
2023-05-23 09:48:59 +03:00
|
|
|
int32 retcode = 15;
|
|
|
|
string next_resource_url = 163;
|
|
|
|
int32 ability_hash_code = 14;
|
|
|
|
string client_version_suffix = 1903;
|
2023-05-23 13:12:42 +03:00
|
|
|
bool NENMBLFJAMC = 7;
|
2023-05-31 12:47:07 +03:00
|
|
|
bytes sc_info = 136;
|
2023-05-23 09:48:59 +03:00
|
|
|
string client_md5 = 715;
|
|
|
|
string game_biz = 10;
|
|
|
|
repeated FeatureBlockInfo feature_block_info_list = 114;
|
|
|
|
uint32 target_uid = 1;
|
|
|
|
string register_cps = 1149;
|
|
|
|
repeated ShortAbilityHashPair short_ability_hash_map = 130;
|
|
|
|
bool is_use_ability_hash = 11;
|
|
|
|
bool is_transfer = 705;
|
2023-05-23 13:12:42 +03:00
|
|
|
bool ALCEGKPMOHB = 902;
|
2023-05-23 09:48:59 +03:00
|
|
|
bool is_audit = 997;
|
2023-05-23 13:12:42 +03:00
|
|
|
ResVersionConfig res_version_config = 1912;
|
|
|
|
ResVersionConfig next_res_version_config = 915;
|
2023-05-23 09:48:59 +03:00
|
|
|
string client_silence_version_suffix = 702;
|
|
|
|
uint32 target_home_owner_uid = 1909;
|
|
|
|
string client_silence_md5 = 1123;
|
|
|
|
map<uint32, BlockInfo> block_info_map = 834;
|
|
|
|
bool is_sc_open = 1908;
|
|
|
|
map<string, int32> ability_hash_map = 8;
|
|
|
|
bool is_data_need_relogin = 252;
|
2023-05-23 13:12:42 +03:00
|
|
|
bool GIKDHIDHBEE = 1209;
|
2023-05-23 09:48:59 +03:00
|
|
|
uint64 login_rand = 9;
|
|
|
|
string birthday = 383;
|
|
|
|
double total_tick_time = 903;
|
|
|
|
string country_code = 1280;
|
|
|
|
uint32 client_data_version = 4;
|
2023-05-31 12:47:07 +03:00
|
|
|
bytes player_data = 3;
|
2023-05-23 13:12:42 +03:00
|
|
|
bool GPMHJGJLAFH = 13;
|
2023-05-23 09:48:59 +03:00
|
|
|
uint32 client_silence_data_version = 6;
|
|
|
|
uint32 player_data_version = 2;
|
2022-11-06 15:30:21 +03:00
|
|
|
}
|