add skt multi-instance

This commit is contained in:
wanlop run 2024-05-09 10:29:58 +07:00
commit f5d8b03363
193 changed files with 124580 additions and 11885 deletions

View file

@ -99,6 +99,10 @@ Var FromEnergyDrink1BathPro = 0
Var CoffeeDrink1BathPro = 0
Var FromCoffeeDrink1BathPro = 0
; Enable Wednesday melon, 15, 22, 29 May - 5, 12 June
Var WednesdayMelonPro = 0
Var FromWednesdayMelonPro = 0
Var NewCollectPoint = 1
Var NewFlowPaymentCode = 0
@ -253,6 +257,39 @@ If SystemDateMonthInt = 5 Then
Var EnergyDrink1BathPro = 1
EndIf
If SystemDateDayInt = 15 Then
Var WednesdayMelonPro = 1
EndIf
If SystemDateDayInt = 22 Then
Var WednesdayMelonPro = 1
EndIf
If SystemDateDayInt = 29 Then
Var WednesdayMelonPro = 1
EndIf
If SystemDateDayInt = 13 Then
Var MondayBananaPro = 1
EndIf
If SystemDateDayInt = 20 Then
Var MondayBananaPro = 1
EndIf
If SystemDateDayInt = 27 Then
Var MondayBananaPro = 1
EndIf
EndIf
If SystemDateMonthInt = 6 Then
If SystemDateDayInt = 5 Then
Var WednesdayMelonPro = 1
EndIf
If SystemDateDayInt = 12 Then
Var WednesdayMelonPro = 1
EndIf
EndIf
@ -263,7 +300,7 @@ If BoxID = 173149 Then
Var PepsiSecondCup30DiscountEnable = 1
Var NewFlowPaymentCode = 1
;Var EnableFreeEnergyDrink = "true"
Var CoffeeDrink1BathPro = 1
Var WednesdayMelonPro = 1
EndIf
@ -352,6 +389,7 @@ If InternationalEnable = 1 Then
Var ProPeachEnable = 0
Var ProBadValentineEnable = 0
Var FreeEnergyDrink = 0
Var WednesdayMelonPro = 0
EndIf
STRCONTAIN "taobin_nopro" XMLProfile taobin_nopro
@ -384,11 +422,19 @@ If taobin_nopro = "true" Then
Var LipitPro = 0
Var WednesdayMelonPro = 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"
EndIf
If MelonSyrupEnable = "true" Then
Else
Var WednesdayMelonPro = 0
EndIf
If BananaSyrupEnable = "true" Then
Else