THAI & AUS: Super update promotion & image menus

This commit is contained in:
Kenta420 2024-12-06 15:08:20 +07:00
parent 2cb72fc7b1
commit bce3edf85e
197 changed files with 86174 additions and 29402 deletions

View file

@ -169,6 +169,7 @@ Var WinterWonderPro = 0
; ThickTeaByBrewer, start 1 Dec
Var ThickTeaByBrewerPro = 0
Var ThickTeaByBrewerBanner = 0
Var NewCollectPoint = 1
Var PayMentCodeShouldCollectPromotionPoint = 0
@ -183,6 +184,11 @@ Var LuckyDrawCampaign = 0
If SystemDateMonthInt = 1 Then
Var LuckyDrawCampaign = 1
If SystemDateDayInt <= 6 Then
Var ThickTeaByBrewerPro = 1
Var ThickTeaByBrewerBanner = 1
EndIf
EndIf
@ -320,11 +326,12 @@ EndIf
If SystemDateMonthInt = 12 Then
Var WinterWonderPro = 1
EndIf
If SystemDateMonthInt >= 12 Then
Var ThickTeaByBrewerPro = 1
If SystemDateDayInt >= 16 Then
Var ThickTeaByBrewerBanner = 1
EndIf
EndIf