last sync proto hiro part 3 (maybe)

This commit is contained in:
Yuuki 2023-05-22 17:54:27 +08:00
parent 9b236063a2
commit 221b889852
13 changed files with 28 additions and 28 deletions

View File

@ -98,7 +98,7 @@ message ActivityInfo {
uint32 begin_time = 15; uint32 begin_time = 15;
uint32 JAFIBAJIAFF = 540; uint32 JAFIBAJIAFF = 540;
bool is_finished = 12; bool is_finished = 12;
bool DMCFNBNECAN = 202; bool is_starting = 202;
repeated ActivityWatcherInfo watcher_info_list = 4; repeated ActivityWatcherInfo watcher_info_list = 4;
oneof detail { oneof detail {
SeaLampActivityDetailInfo sam_lamp_info = 9; SeaLampActivityDetailInfo sam_lamp_info = 9;

View File

@ -12,7 +12,7 @@ message ChatInfo {
uint32 to_uid = 4; uint32 to_uid = 4;
uint32 time = 15; uint32 time = 15;
uint32 LHKGJHPFJKA = 2; uint32 sequence = 2;
uint32 uid = 11; uint32 uid = 11;
bool is_read = 12; bool is_read = 12;
oneof content { oneof content {

View File

@ -11,10 +11,10 @@ message CombineRsp {
uint32 combine_count = 6; uint32 combine_count = 6;
uint32 combine_id = 7; uint32 combine_id = 7;
int32 retcode = 2; int32 retcode = 2;
repeated ItemParam result_item_list = 9; // IHDOKECEDDF repeated ItemParam total_return_item_list = 9; // IHDOKECEDDF
repeated ItemParam cost_item_list = 3; repeated ItemParam cost_item_list = 3;
repeated ItemParam totalExtraItemList = 12; // INKBGEBHDDN repeated ItemParam total_random_item_list = 12;
repeated ItemParam totalRandomItemList = 11; // OIJHNBLLBGE repeated ItemParam total_extra_item_list = 11;
repeated ItemParam total_return_item_list = 10; // DIBLNNKANMM repeated ItemParam result_item_list = 10; // DIBLNNKANMM
} }

View File

@ -17,11 +17,11 @@ message CoopChapter {
} }
uint32 finished_end_count = 4; uint32 finished_end_count = 4;
repeated uint32 KAKALNAGLGJ = 7; repeated uint32 lock_reason_list = 7; //KAKALNAGLGJ
map<uint32, uint32> seen_ending_map = 14; map<uint32, uint32> seen_ending_map = 14;
repeated CoopReward coop_reward_list = 5; repeated CoopReward coop_reward_list = 5;
repeated CoopPoint coop_point_list = 8; repeated CoopPoint coop_point_list = 8;
repeated uint32 LNOCPBNPHIE = 12; repeated uint32 finish_dialog_list = 12; //LNOCPBNPHIE
uint32 id = 1; uint32 id = 1;
uint32 total_end_count = 6; uint32 total_end_count = 6;
State state = 2; State state = 2;

View File

@ -14,12 +14,12 @@ message DataResVersionNotify {
OP_TYPE_MP_RELOGIN = 2; OP_TYPE_MP_RELOGIN = 2;
} }
string next_res_version_config = 8; string client_md5 = 8;
uint32 client_silence_data_version = 6; uint32 client_silence_data_version = 6;
string client_silence_version_suffix = 9; string client_silence_version_suffix = 9;
ResVersionConfig res_version_config = 7; ResVersionConfig res_version_config = 7;
bool is_data_need_relogin = 3; bool is_data_need_relogin = 3;
string client_md5 = 5; string client_silence_md5 = 5;
DataResVersionOpType op_type = 1; DataResVersionOpType op_type = 1;
uint32 client_data_version = 2; uint32 client_data_version = 2;
string client_version_suffix = 14; string client_version_suffix = 14;

View File

@ -10,7 +10,7 @@ message DungeonEntryInfo {
uint32 dungeon_id = 6; uint32 dungeon_id = 6;
uint32 start_time = 11; uint32 start_time = 11;
WeeklyBossResinDiscountInfo weekly_boss_resin_discount_info = 10; WeeklyBossResinDiscountInfo weekly_boss_resin_discount_info = 10;
uint32 HKBNEBOAMDI = 2; uint32 maxBossChestNum = 2;
bool is_passed = 1; bool is_passed = 1;
uint32 NBLOOGCGMEE = 15; uint32 NBLOOGCGMEE = 15;
uint32 next_refresh_time = 9; uint32 next_refresh_time = 9;

View File

@ -23,7 +23,7 @@ import "WindFieldDungeonSettleInfo.proto";
// Name: ACFCCAJPEOP // Name: ACFCCAJPEOP
message DungeonSettleNotify { message DungeonSettleNotify {
uint32 use_time = 5; uint32 use_time = 5;
uint32 result = 9; // CHNDMCHIOON uint32 create_player_uid = 9; // CHNDMCHIOON
map<uint32, ParamList> settle_show = 14; map<uint32, ParamList> settle_show = 14;
map<uint32, StrengthenPointData> strengthen_point_data_map = 8; map<uint32, StrengthenPointData> strengthen_point_data_map = 8;
uint32 close_time = 13; uint32 close_time = 13;
@ -31,7 +31,7 @@ message DungeonSettleNotify {
repeated DungeonSettleExhibitionInfo exhibition_info_list = 11; repeated DungeonSettleExhibitionInfo exhibition_info_list = 11;
bool is_success = 2; bool is_success = 2;
repeated uint32 fail_cond_list = 12; repeated uint32 fail_cond_list = 12;
uint32 create_player_uid = 10; // BBMMPMLBGJO uint32 result = 10; // BBMMPMLBGJO
oneof detail { oneof detail {
TowerLevelEndNotify tower_level_end_notify = 1587; TowerLevelEndNotify tower_level_end_notify = 1587;
TrialAvatarFirstPassDungeonNotify trial_avatar_first_pass_dungeon_notify = 1512; TrialAvatarFirstPassDungeonNotify trial_avatar_first_pass_dungeon_notify = 1512;

View File

@ -9,9 +9,9 @@ import "ItemParam.proto";
// Name: MJAFJIOFNFE // Name: MJAFJIOFNFE
message ForgeQueueManipulateRsp { message ForgeQueueManipulateRsp {
int32 retcode = 2; int32 retcode = 2;
repeated ItemParam output_item_list = 1; // MDJJBOAANKF repeated ItemParam return_item_list = 1; // MDJJBOAANKF
repeated ItemParam extra_output_item_list = 15; // BNCLNGJLJIA repeated ItemParam output_item_list = 15; // BNCLNGJLJIA
ForgeQueueManipulateType manipulate_type = 6; ForgeQueueManipulateType manipulate_type = 6;
repeated ItemParam return_item_list = 8; // LEANPAODEGK repeated ItemParam extra_output_item_list = 8; // LEANPAODEGK
} }

View File

@ -6,11 +6,11 @@ import "Vector.proto";
// Name: ALCABPLHONH // Name: ALCABPLHONH
message HomeLimitedShopInfo { message HomeLimitedShopInfo {
fixed32 KILKJHNKDJB = 15; fixed32 next_guest_open_time = 15; //KILKJHNKDJB
uint32 uid = 2; uint32 uid = 2;
Vector PCIJFOPGEDO = 14; Vector djinn_pos = 14;
fixed32 HEEGDABINMD = 8; fixed32 next_open_time = 8; //HEEGDABINMD
Vector NPFLGEPMDHD = 6; Vector djinn_rot = 6;
fixed32 MBAMOPJCAHC = 13; fixed32 next_close_time = 13; //MBAMOPJCAHC
} }

View File

@ -21,7 +21,7 @@ message InvestigationMonster {
bool is_alive = 14; bool is_alive = 14;
uint32 level = 13; uint32 level = 13;
uint32 boss_chest_num = 9; // MGMCKOOBFBJ uint32 boss_chest_num = 9; // MGMCKOOBFBJ
uint32 DHMMIBILNEE = 11; uint32 next_boss_chest_refresh_time = 11;
Vector pos = 2; Vector pos = 2;
uint32 group_id = 1212; uint32 group_id = 1212;
uint32 id = 7; uint32 id = 7;

View File

@ -6,9 +6,9 @@ option java_package = "emu.grasscutter.net.proto";
// CmdId: 150 // CmdId: 150
// Name: IMAKIKFJHOM // Name: IMAKIKFJHOM
message PlayerCookReq { message PlayerCookReq {
uint32 qte_quality = 13; // AIBLNBAFJOL uint32 cook_count = 13;
uint32 assist_avatar = 1; uint32 assist_avatar = 1;
uint32 cook_count = 6; // EHPKNEPMOAO uint32 qte_quality = 6;
uint32 recipe_id = 7; uint32 recipe_id = 7;
} }

View File

@ -8,9 +8,9 @@ import "ItemParam.proto";
// CmdId: 148 // CmdId: 148
// Name: GJBLIANJAOC // Name: GJBLIANJAOC
message PlayerCookRsp { message PlayerCookRsp {
uint32 qte_quality = 2; // AIBLNBAFJOL uint32 cook_count = 2;
int32 retcode = 12; int32 retcode = 12;
uint32 cook_count = 14; // EHPKNEPMOAO uint32 qte_quality = 14;
repeated ItemParam item_list = 8; repeated ItemParam item_list = 8;
repeated ItemParam extral_item_list = 15; repeated ItemParam extral_item_list = 15;
CookRecipeData recipe_data = 9; CookRecipeData recipe_data = 9;

View File

@ -6,7 +6,7 @@ option java_package = "emu.grasscutter.net.proto";
// CmdId: 5022 // CmdId: 5022
// Name: NCFBCDPLLIG // Name: NCFBCDPLLIG
message PullRecentChatReq { message PullRecentChatReq {
uint32 HNOFCJJHEAD = 1; uint32 begin_sequence = 1;
uint32 LMHJHHFEHOL = 15; uint32 pull_num = 15;
} }