Added: Rerun promotion

This commit is contained in:
Kenta420 2024-01-16 15:39:07 +07:00
parent a09907615b
commit a0334ca60e
13 changed files with 14745 additions and 39 deletions

View file

@ -53,6 +53,10 @@ Var From15THBPro = 0
Var MyMintEnable = 0
Var FromMyMintPro = 0
; Enable pro Rerun, Jan 22-26/29-31
Var RerunProEnable = 0
Var FromRerunPro = 0
Var NewCollectPoint = 1
If SystemDateMonthInt = 10 Then
@ -85,14 +89,25 @@ If SystemDateMonthInt = 1 Then
If SystemDateDayInt < 15 Then
Var MyMintEnable = 1
EndIf
If SystemDateDayInt >= 22 Then
If SystemDateDayInt <= 26 Then
Var RerunProEnable = 1
Else
If SystemDateDayInt >= 29 Then
If SystemDateDayInt <= 31 Then
Var RerunProEnable = 1
EndIf
EndIf
EndIf
EndIf
EndIf
If BoxID = 173149 Then
Var MyMintEnable = 1
Var pro15THBEnable = 0
Var RerunProEnable = 1
EndIf
If BoxID = 176757 Then
@ -126,8 +141,19 @@ EndIf
If BoxID = 105005 Then
Var NewCollectPoint = 1
Var MyMintEnable = 1
Var pro15THBEnable = 0
Var RerunProEnable = 1
EndIf
If BoxID = 175668 Then
Var RerunProEnable = 1
EndIf
If BoxID = 173969 Then
Var RerunProEnable = 1
EndIf
If BoxID = 176128 Then
Var RerunProEnable = 1
EndIf
Var GameEnableFromTrickerEv = 1
@ -158,6 +184,7 @@ If InternationalEnable = 1 Then
Var PepsiProCodeEnable = 0
Var MysteryProEnable = 0
Var PepweenEnable = 0
Var RerunProEnable = 0
EndIf