mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-08-02 18:40:12 +03:00
Update proto 3.3
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user