Update v1

This commit is contained in:
Akbar Yahya
2023-04-11 16:18:47 +08:00
parent 54c575d7d7
commit 3b816eb297
1278 changed files with 24250 additions and 15187 deletions

View File

@@ -4,17 +4,17 @@ option java_package = "emu.grasscutter.net.proto";
import "ItemParam.proto";
// Name: BKPBJLHMEIG
// CmdId: 637
// CmdId: 606
// Name: GFKHDFNBKIC
message CombineRsp {
repeated ItemParam result_item_list = 9; //NOBMIMNDGLA
repeated ItemParam totalRandomItemList = 13; // AKCCLGFBJMD
uint64 avatar_guid = 10;
repeated ItemParam total_return_item_list = 6; //LOCKHJBEGDL
repeated ItemParam totalExtraItemList = 14; // INKENHANDMB
repeated ItemParam cost_item_list = 5;
uint32 combine_count = 1;
int32 retcode = 7;
uint32 combine_id = 2;
uint64 avatar_guid = 13;
uint32 combine_count = 6;
uint32 combine_id = 7;
int32 retcode = 2;
repeated ItemParam result_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
}