THAI: PRO

This commit is contained in:
Kenta420 2024-07-10 19:21:33 +07:00
parent 0c39850ad1
commit a14ee93cc7
158 changed files with 23855 additions and 132 deletions

View file

@ -112,6 +112,10 @@ Var NamHomCoconutRewardOutOfStock = 0
Var Cocoa77Pro = 0
Var FromCocoa77Pro = 0
; Enable Passion Mint promotion, 15 - 17 Jul
Var PassionMintPro = 0
Var FromPassionMintPro = 0
; Enable 7UpLuckyDrawX2 promotion, 22 Jul - 9 Aus
Var 7UpLuckyDrawX2Pro = 0
@ -208,6 +212,12 @@ If SystemDateMonthInt = 7 Then
If SystemDateDayInt >= 22 Then
Var 7UpLuckyDrawX2Pro = 1
EndIf
If SystemDateDayInt >= 15 Then
If SystemDateDayInt <= 17 Then
Var PassionMintPro = 1
EndIf
EndIf
EndIf
If SystemDateMonthInt >= 7 Then
@ -242,6 +252,7 @@ If BoxID = 105005 Then
Var NamHomCoconutPro = 0
Var Cocoa77Pro = 0
Var 7UpLuckyDrawX2Pro = 1
Var PassionMintPro = 0
EndIf
@ -328,6 +339,10 @@ If taobin_nopro = "true" Then
Var WednesdayMelonPro = 0
Var NamHomCoconutPro = 0
Var Cocoa77Pro = 0
Var 7UpLuckyDrawX2Pro = 0
Var PassionMintPro = 0
Var AdvertiseProfile = "00/00/00/00/00/00/00/00/00/00/00/00/00/00/00/00/00/00/00/00/00/00"
@ -375,7 +390,13 @@ EndIf
If 7UpSyrupEnable = "true" Then
Else
Var 7UpLuckyDrawX2Pro = 1
Var 7UpLuckyDrawX2Pro = 0
EndIf
If MintSyrupEnable = "true" Then
Else
Var PassionMintPro = 0
EndIf