From 221b88985288cbaab4a527c55e42483c44259bc2 Mon Sep 17 00:00:00 2001 From: Yuuki Date: Mon, 22 May 2023 17:54:27 +0800 Subject: [PATCH] last sync proto hiro part 3 (maybe) --- proto/ActivityInfo.proto | 2 +- proto/ChatInfo.proto | 2 +- proto/CombineRsp.proto | 8 ++++---- proto/CoopChapter.proto | 4 ++-- proto/DataResVersionNotify.proto | 4 ++-- proto/DungeonEntryInfo.proto | 2 +- proto/DungeonSettleNotify.proto | 4 ++-- proto/ForgeQueueManipulateRsp.proto | 6 +++--- proto/HomeLimitedShopInfo.proto | 10 +++++----- proto/InvestigationMonster.proto | 2 +- proto/PlayerCookReq.proto | 4 ++-- proto/PlayerCookRsp.proto | 4 ++-- proto/PullRecentChatReq.proto | 4 ++-- 13 files changed, 28 insertions(+), 28 deletions(-) diff --git a/proto/ActivityInfo.proto b/proto/ActivityInfo.proto index 6f2af838..a723c490 100644 --- a/proto/ActivityInfo.proto +++ b/proto/ActivityInfo.proto @@ -98,7 +98,7 @@ message ActivityInfo { uint32 begin_time = 15; uint32 JAFIBAJIAFF = 540; bool is_finished = 12; - bool DMCFNBNECAN = 202; + bool is_starting = 202; repeated ActivityWatcherInfo watcher_info_list = 4; oneof detail { SeaLampActivityDetailInfo sam_lamp_info = 9; diff --git a/proto/ChatInfo.proto b/proto/ChatInfo.proto index d9f87896..b6ade38f 100644 --- a/proto/ChatInfo.proto +++ b/proto/ChatInfo.proto @@ -12,7 +12,7 @@ message ChatInfo { uint32 to_uid = 4; uint32 time = 15; - uint32 LHKGJHPFJKA = 2; + uint32 sequence = 2; uint32 uid = 11; bool is_read = 12; oneof content { diff --git a/proto/CombineRsp.proto b/proto/CombineRsp.proto index 073d7172..877a2130 100644 --- a/proto/CombineRsp.proto +++ b/proto/CombineRsp.proto @@ -11,10 +11,10 @@ message CombineRsp { uint32 combine_count = 6; uint32 combine_id = 7; 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 totalExtraItemList = 12; // INKBGEBHDDN - repeated ItemParam totalRandomItemList = 11; // OIJHNBLLBGE - repeated ItemParam total_return_item_list = 10; // DIBLNNKANMM + repeated ItemParam total_random_item_list = 12; + repeated ItemParam total_extra_item_list = 11; + repeated ItemParam result_item_list = 10; // DIBLNNKANMM } diff --git a/proto/CoopChapter.proto b/proto/CoopChapter.proto index 0f8d0b10..cc30d1a6 100644 --- a/proto/CoopChapter.proto +++ b/proto/CoopChapter.proto @@ -17,11 +17,11 @@ message CoopChapter { } uint32 finished_end_count = 4; - repeated uint32 KAKALNAGLGJ = 7; + repeated uint32 lock_reason_list = 7; //KAKALNAGLGJ map seen_ending_map = 14; repeated CoopReward coop_reward_list = 5; repeated CoopPoint coop_point_list = 8; - repeated uint32 LNOCPBNPHIE = 12; + repeated uint32 finish_dialog_list = 12; //LNOCPBNPHIE uint32 id = 1; uint32 total_end_count = 6; State state = 2; diff --git a/proto/DataResVersionNotify.proto b/proto/DataResVersionNotify.proto index be35c646..650de5fd 100644 --- a/proto/DataResVersionNotify.proto +++ b/proto/DataResVersionNotify.proto @@ -14,12 +14,12 @@ message DataResVersionNotify { OP_TYPE_MP_RELOGIN = 2; } - string next_res_version_config = 8; + string client_md5 = 8; uint32 client_silence_data_version = 6; string client_silence_version_suffix = 9; ResVersionConfig res_version_config = 7; bool is_data_need_relogin = 3; - string client_md5 = 5; + string client_silence_md5 = 5; DataResVersionOpType op_type = 1; uint32 client_data_version = 2; string client_version_suffix = 14; diff --git a/proto/DungeonEntryInfo.proto b/proto/DungeonEntryInfo.proto index 40543e08..9a4841cf 100644 --- a/proto/DungeonEntryInfo.proto +++ b/proto/DungeonEntryInfo.proto @@ -10,7 +10,7 @@ message DungeonEntryInfo { uint32 dungeon_id = 6; uint32 start_time = 11; WeeklyBossResinDiscountInfo weekly_boss_resin_discount_info = 10; - uint32 HKBNEBOAMDI = 2; + uint32 maxBossChestNum = 2; bool is_passed = 1; uint32 NBLOOGCGMEE = 15; uint32 next_refresh_time = 9; diff --git a/proto/DungeonSettleNotify.proto b/proto/DungeonSettleNotify.proto index 5d23a011..8c18e4ef 100644 --- a/proto/DungeonSettleNotify.proto +++ b/proto/DungeonSettleNotify.proto @@ -23,7 +23,7 @@ import "WindFieldDungeonSettleInfo.proto"; // Name: ACFCCAJPEOP message DungeonSettleNotify { uint32 use_time = 5; - uint32 result = 9; // CHNDMCHIOON + uint32 create_player_uid = 9; // CHNDMCHIOON map settle_show = 14; map strengthen_point_data_map = 8; uint32 close_time = 13; @@ -31,7 +31,7 @@ message DungeonSettleNotify { repeated DungeonSettleExhibitionInfo exhibition_info_list = 11; bool is_success = 2; repeated uint32 fail_cond_list = 12; - uint32 create_player_uid = 10; // BBMMPMLBGJO + uint32 result = 10; // BBMMPMLBGJO oneof detail { TowerLevelEndNotify tower_level_end_notify = 1587; TrialAvatarFirstPassDungeonNotify trial_avatar_first_pass_dungeon_notify = 1512; diff --git a/proto/ForgeQueueManipulateRsp.proto b/proto/ForgeQueueManipulateRsp.proto index 4638d9e1..202632c2 100644 --- a/proto/ForgeQueueManipulateRsp.proto +++ b/proto/ForgeQueueManipulateRsp.proto @@ -9,9 +9,9 @@ import "ItemParam.proto"; // Name: MJAFJIOFNFE message ForgeQueueManipulateRsp { int32 retcode = 2; - repeated ItemParam output_item_list = 1; // MDJJBOAANKF - repeated ItemParam extra_output_item_list = 15; // BNCLNGJLJIA + repeated ItemParam return_item_list = 1; // MDJJBOAANKF + repeated ItemParam output_item_list = 15; // BNCLNGJLJIA ForgeQueueManipulateType manipulate_type = 6; - repeated ItemParam return_item_list = 8; // LEANPAODEGK + repeated ItemParam extra_output_item_list = 8; // LEANPAODEGK } diff --git a/proto/HomeLimitedShopInfo.proto b/proto/HomeLimitedShopInfo.proto index 550c9336..3aeee18e 100644 --- a/proto/HomeLimitedShopInfo.proto +++ b/proto/HomeLimitedShopInfo.proto @@ -6,11 +6,11 @@ import "Vector.proto"; // Name: ALCABPLHONH message HomeLimitedShopInfo { - fixed32 KILKJHNKDJB = 15; + fixed32 next_guest_open_time = 15; //KILKJHNKDJB uint32 uid = 2; - Vector PCIJFOPGEDO = 14; - fixed32 HEEGDABINMD = 8; - Vector NPFLGEPMDHD = 6; - fixed32 MBAMOPJCAHC = 13; + Vector djinn_pos = 14; + fixed32 next_open_time = 8; //HEEGDABINMD + Vector djinn_rot = 6; + fixed32 next_close_time = 13; //MBAMOPJCAHC } diff --git a/proto/InvestigationMonster.proto b/proto/InvestigationMonster.proto index 78268a54..71a50acb 100644 --- a/proto/InvestigationMonster.proto +++ b/proto/InvestigationMonster.proto @@ -21,7 +21,7 @@ message InvestigationMonster { bool is_alive = 14; uint32 level = 13; uint32 boss_chest_num = 9; // MGMCKOOBFBJ - uint32 DHMMIBILNEE = 11; + uint32 next_boss_chest_refresh_time = 11; Vector pos = 2; uint32 group_id = 1212; uint32 id = 7; diff --git a/proto/PlayerCookReq.proto b/proto/PlayerCookReq.proto index 84097ca8..9d90e94c 100644 --- a/proto/PlayerCookReq.proto +++ b/proto/PlayerCookReq.proto @@ -6,9 +6,9 @@ option java_package = "emu.grasscutter.net.proto"; // CmdId: 150 // Name: IMAKIKFJHOM message PlayerCookReq { - uint32 qte_quality = 13; // AIBLNBAFJOL + uint32 cook_count = 13; uint32 assist_avatar = 1; - uint32 cook_count = 6; // EHPKNEPMOAO + uint32 qte_quality = 6; uint32 recipe_id = 7; } diff --git a/proto/PlayerCookRsp.proto b/proto/PlayerCookRsp.proto index 7f6042f5..c7258afd 100644 --- a/proto/PlayerCookRsp.proto +++ b/proto/PlayerCookRsp.proto @@ -8,9 +8,9 @@ import "ItemParam.proto"; // CmdId: 148 // Name: GJBLIANJAOC message PlayerCookRsp { - uint32 qte_quality = 2; // AIBLNBAFJOL + uint32 cook_count = 2; int32 retcode = 12; - uint32 cook_count = 14; // EHPKNEPMOAO + uint32 qte_quality = 14; repeated ItemParam item_list = 8; repeated ItemParam extral_item_list = 15; CookRecipeData recipe_data = 9; diff --git a/proto/PullRecentChatReq.proto b/proto/PullRecentChatReq.proto index ec28b033..a8d36568 100644 --- a/proto/PullRecentChatReq.proto +++ b/proto/PullRecentChatReq.proto @@ -6,7 +6,7 @@ option java_package = "emu.grasscutter.net.proto"; // CmdId: 5022 // Name: NCFBCDPLLIG message PullRecentChatReq { - uint32 HNOFCJJHEAD = 1; - uint32 LMHJHHFEHOL = 15; + uint32 begin_sequence = 1; + uint32 pull_num = 15; }