GC-Proto/proto/PlayerLoginRsp.proto

50 lines
1.5 KiB
Protocol Buffer
Raw Normal View History

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-01-28 17:00:48 +03:00
import "BlockInfo.proto";
2023-02-28 06:08:38 +03:00
import "FeatureBlockInfo.proto";
import "ResVersionConfig.proto";
2022-11-06 15:30:21 +03:00
import "ShortAbilityHashPair.proto";
2023-04-11 11:18:47 +03:00
// CmdId: 176
// Name: DKIPBAAHKJM
2022-11-06 15:30:21 +03:00
message PlayerLoginRsp {
2023-04-11 11:18:47 +03:00
int32 ability_hash_code = 4;
2023-04-15 18:14:00 +03:00
bytes sc_info = 858;
2023-04-11 11:18:47 +03:00
string country_code = 286; // AAEIDEMEKFF
repeated ShortAbilityHashPair short_ability_hash_map = 401;
string client_version_suffix = 309;
string clientSilenceMd5 = 1149;
2023-04-11 11:18:47 +03:00
bool is_data_need_relogin = 1063;
2023-04-15 18:14:00 +03:00
bool is_use_ability_hash = 2; // HKINPODGHHH
2023-04-11 11:18:47 +03:00
ResVersionConfig res_version_config = 1241;
bool HKHOCPFCPAM = 242;
uint32 DCFPMMCBEAD = 6;
map<string, int32> ability_hash_map = 11;
bool is_transfer = 1162;
uint32 client_data_version = 10;
repeated FeatureBlockInfo feature_block_info_list = 1613;
double total_tick_time = 1940;
string client_silence_version_suffix = 889;
ResVersionConfig next_res_version_config = 670;
bool FCJHOMPHEON = 741;
string register_cps = 1152;
2023-04-11 11:18:47 +03:00
int32 retcode = 5;
string game_biz = 3;
2023-04-15 18:14:00 +03:00
bool BMLPDBNDAIJ = 15;
2023-04-11 11:18:47 +03:00
bool is_sc_open = 1257; // FLEDDLEFFLK
uint64 login_rand = 1;
string birthday = 1129;
bool is_audit = 461;
string clientMd5 = 625;
2023-04-11 11:18:47 +03:00
bool BJLCFHHIGJD = 8;
uint32 client_silence_data_version = 9;
uint32 FMOKLFNAOOK = 892;
2023-04-15 18:14:00 +03:00
bytes JLDGJOPFALG = 7;
2023-04-11 11:18:47 +03:00
string next_resource_url = 300;
uint32 target_uid = 12;
map<uint32, BlockInfo> block_info_map = 771;
2022-11-06 15:30:21 +03:00
}
2023-02-28 06:08:38 +03:00