Update proto 3.3

This commit is contained in:
Akbar Yahya
2022-12-05 20:02:30 +08:00
parent 9b5321c106
commit 67789137ff
3726 changed files with 95316 additions and 5249 deletions

View File

@@ -21,17 +21,22 @@ import "ItemParam.proto";
option java_package = "emu.grasscutter.net.proto";
// CmdId: 674
// EnetChannelId: 0
// EnetIsReliable: true
message CombineRsp {
repeated ItemParam cost_item_list = 3;
int32 retcode = 7;
repeated ItemParam total_extra_item_list = 6;
uint32 combine_id = 11;
repeated ItemParam total_random_item_list = 9;
repeated ItemParam result_item_list = 2;
uint32 combine_count = 13;
repeated ItemParam total_return_item_list = 12;
uint64 avatar_guid = 10;
// enum CmdId {
// option allow_alias = true;
// NONE = 0;
// CMD_ID = 634;
// ENET_CHANNEL_ID = 0;
// ENET_IS_RELIABLE = 1;
// }
repeated ItemParam Unk3300_IAMGGFHOMEC = 11;
repeated ItemParam Unk3300_BAKPEKIFJOA = 13;
repeated ItemParam Unk3300_CDAFJDFHLKI = 6;
uint64 avatar_guid = 7;
uint32 combine_count = 2;
uint32 combine_id = 10;
repeated ItemParam cost_item_list = 15;
int32 retcode = 1;
repeated ItemParam Unk3300_FLHNPFGNNBM = 4;
}