MYS: add promotion mystery cup
This commit is contained in:
parent
fa49f87ae3
commit
4e79d45ebc
26 changed files with 22429 additions and 32 deletions
|
|
@ -8,28 +8,6 @@
|
|||
|
||||
Var Propepsi99Enable = 0
|
||||
|
||||
; FruityRaya Promo
|
||||
Var FruityRayaEnable = 0
|
||||
Var FromFruityRaya = 0
|
||||
|
||||
; ThaiTea Promo
|
||||
Var ProThaiTeaEnable = 0
|
||||
Var FromProThaiTea = 0
|
||||
|
||||
; Yuzu Promo
|
||||
Var ProYuzuEnable = 0
|
||||
Var FromProYuzu = 0
|
||||
|
||||
; Yuzu Promo
|
||||
Var IgnoreProfileFromRunEV = 0
|
||||
Var FromProYuzu250 = 0
|
||||
|
||||
; Melon Promo
|
||||
Var ProMelonEnable = 0
|
||||
Var FromProMelon = 0
|
||||
|
||||
|
||||
|
||||
; Pro free oreo topping
|
||||
Var PromotionOreoToppingFreeEnable = 0
|
||||
|
||||
|
|
@ -37,6 +15,22 @@ Var PromotionOreoToppingFreeEnable = 0
|
|||
Var SetProReduceByBO = 0
|
||||
Var ProReducedPriceEnable = 0
|
||||
|
||||
Var ProMysteryCup = 0
|
||||
|
||||
If SystemDateMonthInt = 6 Then
|
||||
|
||||
If SystemDateDayInt >= 17 Then
|
||||
Var ProMysteryCup = 1
|
||||
EndIf
|
||||
|
||||
EndIf
|
||||
|
||||
If SystemDateMonthInt = 7 Then
|
||||
Var ProMysteryCup = 1
|
||||
EndIf
|
||||
|
||||
|
||||
|
||||
If XMLProfile = "PromoReduced" Then
|
||||
Var SetProReduceByBO = 1
|
||||
EndIf
|
||||
|
|
@ -76,6 +70,8 @@ If BoxID = 177746 Then
|
|||
|
||||
;Var ProReducedPriceEnable = 0
|
||||
;Var IgnoreProfileFromRunEV = 1
|
||||
|
||||
Var ProMysteryCup = 1
|
||||
EndIf
|
||||
|
||||
If ProMelonEnable = 1 Then
|
||||
|
|
@ -98,3 +94,10 @@ EndIf
|
|||
; Var EnablePayLaterMode = 1
|
||||
;
|
||||
;EndIf
|
||||
|
||||
|
||||
If ProMysteryCup = 1 Then
|
||||
TRY "/mnt/sdcard/coffeevending/taobin_project/inter/mys/xml/event/mystery_cup/random_list.ev"
|
||||
TRY "/mnt/sdcard/coffeevending/taobin_project/inter/mys/xml/event/mystery_cup/check_menu.ev"
|
||||
DEBUGVAR "Syncing Pool Done!"
|
||||
EndIf
|
||||
Loading…
Add table
Add a link
Reference in a new issue