mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-08-03 02:50:13 +03:00
Update 3.3 (wow, a lot changed)
This commit is contained in:
@@ -21,27 +21,32 @@ import "GachaItem.proto";
|
||||
|
||||
option java_package = "emu.grasscutter.net.proto";
|
||||
|
||||
// CmdId: 1535
|
||||
// EnetChannelId: 0
|
||||
// EnetIsReliable: true
|
||||
message DoGachaRsp {
|
||||
uint32 cur_schedule_daily_gacha_times = 155;
|
||||
uint32 cost_item_num = 10;
|
||||
uint32 wish_max_progress = 9;
|
||||
uint32 wish_item_id = 8;
|
||||
int32 retcode = 13;
|
||||
uint32 ten_cost_item_num = 3;
|
||||
uint32 wish_progress = 2;
|
||||
repeated GachaItem gacha_item_list = 15;
|
||||
uint32 ten_cost_item_id = 7;
|
||||
// enum CmdId {
|
||||
// option allow_alias = true;
|
||||
// NONE = 0;
|
||||
// CMD_ID = 1519;
|
||||
// ENET_CHANNEL_ID = 0;
|
||||
// ENET_IS_RELIABLE = 1;
|
||||
// }
|
||||
|
||||
bool Unk3300_OHFMHIHJHPJ = 1812;
|
||||
uint32 Unk3300_JLELMHELIDC = 3;
|
||||
repeated GachaItem gacha_item_list = 9;
|
||||
bool Unk3300_HBILIAEIHNK = 1887;
|
||||
uint32 gacha_type = 10;
|
||||
uint32 Unk3300_OPGAHAGHEPF = 6;
|
||||
uint32 Unk3300_NMOKGFGDFFC = 1;
|
||||
uint32 Unk3300_BLLMPAJNCPI = 5;
|
||||
uint32 gacha_times = 4;
|
||||
bool is_under_minors_restrict = 1435;
|
||||
bool is_under_general_restrict = 1868;
|
||||
uint32 gacha_type = 12;
|
||||
uint32 gacha_times_limit = 1;
|
||||
uint32 cost_item_id = 14;
|
||||
uint32 daily_gacha_times = 1240;
|
||||
uint32 left_gacha_times = 6;
|
||||
uint32 new_gacha_random = 11;
|
||||
uint32 gacha_schedule_id = 5;
|
||||
uint32 Unk3300_GLPMIEMBGGL = 15;
|
||||
uint32 Unk3300_KEIJFMKAKDH = 12;
|
||||
uint32 Unk3300_DBFMKAMNPCL = 13;
|
||||
uint32 Unk3300_JLBFLPEMAPP = 8;
|
||||
uint32 Unk3300_MEDMCPFCIOO = 2;
|
||||
uint32 Unk3300_HLANONBCBLM = 1550;
|
||||
uint32 Unk3300_PLFMMOFNGAG = 7;
|
||||
uint32 gacha_schedule_id = 14;
|
||||
uint32 daily_gacha_times = 467;
|
||||
int32 retcode = 11;
|
||||
}
|
||||
|
Reference in New Issue
Block a user