mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2024-12-24 15:39:25 +03:00
fix gacha stuk
This commit is contained in:
parent
6cfed16262
commit
ee358480f7
@ -4,33 +4,33 @@ option java_package = "emu.grasscutter.net.proto";
|
||||
|
||||
import "GachaUpInfo.proto";
|
||||
|
||||
// Name: LIBILADMDKG (3.3)
|
||||
// Name: LIBILADMDKG
|
||||
message GachaInfo {
|
||||
string gachaPrefabPath = 9;
|
||||
uint32 scheduleId = 2;
|
||||
repeated uint32 displayUp5ItemList = 1851;
|
||||
uint32 gachaSortId = 6;
|
||||
repeated uint32 displayUp4ItemList = 279;
|
||||
bool isNewWish = 869;
|
||||
uint32 gachaTimesLimit = 11;
|
||||
uint32 costItemNum = 14;
|
||||
string gachaRecordUrl = 7;
|
||||
string titleTextmap = 1228;
|
||||
repeated GachaUpInfo gachaUpInfoList = 1836;
|
||||
string gachaPreviewPrefabPath = 8;
|
||||
uint32 curScheduleDailyGachaTimes = 48;
|
||||
uint32 gachaType = 1;
|
||||
uint32 tenCostItemId = 4;
|
||||
uint32 leftGachaTimes = 12;
|
||||
string gachaProbUrl = 5;
|
||||
string gachaProbUrlOversea = 765;
|
||||
uint32 wishItemId = 309;
|
||||
uint32 tenCostItemNum = 10;
|
||||
uint32 wishMaxProgress = 1669;
|
||||
uint32 costItemId = 13;
|
||||
uint32 beginTime = 15;
|
||||
string gachaRecordUrlOversea = 1004;
|
||||
uint32 wishProgress = 246;
|
||||
uint32 endTime = 3;
|
||||
bool is_new_wish = 1693;
|
||||
uint32 gachaSortId = 4; // FLDFHFNHNFC
|
||||
repeated GachaUpInfo gacha_up_info_list = 1953;
|
||||
uint32 gachaTimesLimit = 911; // KJHBJPGBOFP
|
||||
uint32 curScheduleDailyGachaTimes = 10; // MGFKNHHNMAE
|
||||
string gachaPrefabPath = 8; // ABKGLLAGAIN
|
||||
uint32 costItemNum = 15; // DGIFMDIADJF
|
||||
string gachaRecordUrl = 5; // JENKDDLIKBK
|
||||
uint32 gachaType = 11; // MJPPIKFJBBF
|
||||
uint32 leftGachaTimes = 1245; // NOKMFFEIDNH
|
||||
uint32 tenCostItemId = 7; // GNIDAANOBDP
|
||||
repeated uint32 displayUp5ItemList = 1564; // GLGFIGNCBPL
|
||||
string titleTextmap = 1128; // NBGBMJJAICB
|
||||
string gachaProbUrl = 12; // LCHOOLMEHIN
|
||||
uint32 schedule_id = 2;
|
||||
string gachaPreviewPrefabPath = 1; // CINCAKDODOD
|
||||
uint32 end_time = 3;
|
||||
repeated uint32 displayUp4ItemList = 446; // IIGOCJAHJDO
|
||||
uint32 wishItemId = 9; // AINLBCOKANA
|
||||
uint32 wishMaxProgress = 1298; // DNGKJJJHNEN
|
||||
string gachaProbUrlOversea = 67; // ANPADHPPJNE
|
||||
uint32 costItemId = 14; // BCKMNIBIPHO
|
||||
uint32 tenCostItemNum = 13; // LMLCPMOOKKA
|
||||
uint32 begin_time = 6;
|
||||
string gachaRecordUrlOversea = 1718; // FGJKAIDJJEH
|
||||
uint32 wishProgress = 1755; // LJJKNKCHHFM
|
||||
}
|
||||
|
||||
|
@ -6,11 +6,11 @@ option java_package = "emu.grasscutter.net.proto";
|
||||
// Name: KCCCENPGEHL
|
||||
// CmdId: 1534
|
||||
message GachaWishRsp {
|
||||
uint32 wishProgress = 3;
|
||||
uint32 gachaScheduleId = 10;
|
||||
uint32 wishMaxProgress = 8;
|
||||
uint32 gachaType = 5;
|
||||
uint32 wishMaxProgress = 3; // DNGKJJJHNEN
|
||||
uint32 wishProgress = 10; // DGIFMDIADJF
|
||||
uint32 gachaType = 8; // KJHBJPGBOFP
|
||||
uint32 gachaScheduleId = 5; // NMKGGDOKHLF
|
||||
int32 retcode = 13;
|
||||
uint32 wishItemId = 9;
|
||||
uint32 wishItemId = 9; // LJJKNKCHHFM
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user