Fix gacha by hiro

This commit is contained in:
Akbar Yahya 2023-04-16 23:36:43 +08:00
parent bf35656214
commit 8ffdbacf0e
2 changed files with 43 additions and 45 deletions

View File

@ -7,24 +7,23 @@ import "GachaItem.proto";
// CmdId: 1576 // CmdId: 1576
// Name: BIMBGHFINGO // Name: BIMBGHFINGO
message DoGachaRsp { message DoGachaRsp {
bool HFEKPDOKLDK = 823; // HFEKPDOKLDK bool Unk3300_HFEKPDOKLDK = 823;
uint32 gachaType = 7; uint32 gacha_type = 7;
uint32 dailyGachaTimes = 5; // KDFPKENAIOJ uint32 wishProgress = 5;
bool PKOIBFIOLAO = 651; // PKOIBFIOLAO bool Unk3300_PKOIBFIOLAO = 651;
uint32 newGachaRandom = 8; // DKCIEKFPMCG uint32 tenCostItemNum = 8;
repeated GachaItem gacha_item_list = 4; repeated GachaItem gacha_item_list = 4;
int32 retcode = 10; int32 retcode = 10;
uint32 gachaTimes = 9; uint32 gacha_times = 9;
uint32 costItemId = 1; // JICLMBKMGCG uint32 gachaTimesLimit = 1;
uint32 wishMaxProgress = 845; // PELOHDIKFAM uint32 curScheduleDailyGachaTimes = 845;
uint32 tenCostItemId = 14; // FBIDPNFLBJL uint32 costItemId = 14;
uint32 tenCostItemNum = 3; // EAGFIDHCDPD uint32 leftGachaTimes = 3;
uint32 wishProgress = 15; // BIPHOPJBNHC uint32 tenCostItemId = 15;
uint32 gachaScheduleId = 2; uint32 gacha_schedule_id = 2;
uint32 wishItemId = 12; // KKDFKKEMEBA uint32 wishItemId = 12;
uint32 curScheduleDailyGachaTimes = 965; // PKPENDLDPKI uint32 newGachaRandom = 965; //PKPENDLDPKI
uint32 leftGachaTimes = 11; // FIHHLGMNIDM uint32 daily_gacha_times = 11; //FIHHLGMNIDM
uint32 costItemNum = 6; // OKKJEHDBIHK uint32 costItemNum = 6;
uint32 gachaTimesLimit = 13; // FBILBJNNIKE uint32 wishMaxProgress = 13;
} }

View File

@ -6,31 +6,30 @@ import "GachaUpInfo.proto";
// Name: INCDGNIDDAE // Name: INCDGNIDDAE
message GachaInfo { message GachaInfo {
uint32 tenCostItemId = 578; // FBILBJNNIKE uint32 wishMaxProgress = 578; //FBILBJNNIKE
uint32 wishMaxProgress = 9; // BIPHOPJBNHC uint32 tenCostItemId = 9; //ok
uint32 leftGachaTimes = 7; // FBIDPNFLBJL uint32 costItemId = 7; //ok
string gachaProbUrl = 3; // OMGFPIJPPGH string gachaPreviewPrefabPath = 3; //ok
uint32 gachaTimesLimit = 316; // PELOHDIKFAM uint32 curScheduleDailyGachaTimes = 316; //ok
uint32 begin_time = 1; uint32 begin_time = 1; //ok
uint32 gachaSortId = 4; // DINELKJLAPI uint32 gachaSortId = 4; //ok
uint32 end_time = 10; uint32 end_time = 10; //ok
uint32 curScheduleDailyGachaTimes = 12; // JICLMBKMGCG uint32 gachaTimesLimit = 12; //ok
string gachaPrefabPath = 908; // PEFGGCAMAJE string titleTextmap = 908; //ok
uint32 costItemNum = 11; // OKKJEHDBIHK uint32 costItemNum = 11; //ok
uint32 schedule_id = 13; uint32 schedule_id = 13; //ok
uint32 wishItemId = 2003; // KKDFKKEMEBA uint32 wishItemId = 2003; //KKDFKKEMEBA
string gachaProbUrlOversea = 883; // JAHGGIJLMCD string gachaProbUrlOversea = 883; //ok
string gachaPreviewPrefabPath = 15; // FGLBHLDAFAM string gachaProbUrl = 15; //ok
repeated GachaUpInfo gacha_up_info_list = 771; repeated GachaUpInfo gacha_up_info_list = 771; //ok
string gachaRecordUrl = 8; // LAMBGJLFDCN string gachaRecordUrl = 8; //ok
string titleTextmap = 1371; // AMGOIFHFKIE string gachaRecordUrlOversea = 1371; //ok
repeated uint32 displayUp5ItemList = 793; repeated uint32 displayUp5ItemList = 793; //ok
bool is_new_wish = 1748; bool is_new_wish = 1748; //ok
uint32 gachaType = 6; uint32 gachaType = 6; //ok
uint32 costItemId = 5; // DKCIEKFPMCG uint32 tenCostItemNum = 5; //ok
uint32 tenCostItemNum = 14; // EAGFIDHCDPD uint32 leftGachaTimes = 14; //ok
uint32 wishProgress = 1986; // KDFPKENAIOJ uint32 wishProgress = 1986; //ok? KDFPKENAIOJ
repeated uint32 displayUp4ItemList = 565; // LIBFHKDFHLG repeated uint32 displayUp4ItemList = 565; //ok
string gachaRecordUrlOversea = 2; string gachaPrefabPath = 2; //ok
} }