taobin_project/xml/event/tricker.ev
2023-07-20 14:18:04 +07:00

196 lines
3.4 KiB
Text

;DEBUGVAR SystemDateMonthInt
;DEBUGVAR SystemDateDayInt
; Reset flag away.
Var OreoDueEnable = 0
Var OreoForFreeEnable = 0
Var SoundBackToSchoolEnable = 0
Var PromotionIDOreoBuyTwoSaveMore = 0
Var BackToSchoolForFreeEnable = 0
Var PepsiProEnable = 0
Var PepsiPromoteVideo = 0
Var PepsiProCodeEnable = 0
Var SoundBackToSchoolType = 0
; End
Var MysteryProEnable = 0
Var OreoWelcomeDrinkEnable = 0
Var Anniversary3VideoEnable = 0
If SystemDateMonthInt = 7 Then
If SystemDateDayInt = 3 Then
Var MysteryProEnable = 1
EndIf
If SystemDateDayInt = 4 Then
Var MysteryProEnable = 1
EndIf
If SystemDateDayInt = 5 Then
Var MysteryProEnable = 1
EndIf
If SystemDateDayInt = 6 Then
Var MysteryProEnable = 1
EndIf
If SystemDateDayInt = 7 Then
Var MysteryProEnable = 1
EndIf
If SystemDateDayInt = 8 Then
Var MysteryProEnable = 1
EndIf
If SystemDateDayInt = 9 Then
Var MysteryProEnable = 1
EndIf
If SystemDateDayInt = 10 Then
Var MysteryProEnable = 1
EndIf
If SystemDateDayInt = 11 Then
Var MysteryProEnable = 1
EndIf
If SystemDateDayInt = 12 Then
Var MysteryProEnable = 1
EndIf
If SystemDateDayInt = 13 Then
Var MysteryProEnable = 1
EndIf
If SystemDateDayInt = 14 Then
Var MysteryProEnable = 1
EndIf
EndIf
If BoxID = 200001 Then
Var OreoDueEnable = 0
Var OreoForFreeEnable = 0
Var PepsiProEnable = 0
Var PepsiProCodeEnable = 0
Var MysteryProEnable = 0
EndIf
If BoxID = 200000 Then
Var OreoDueEnable = 0
Var OreoForFreeEnable = 0
Var PepsiProEnable = 0
Var PepsiProCodeEnable = 0
Var MysteryProEnable = 0
EndIf
If SystemDateMonthInt = 7 Then
If SystemDateDayInt = 26 Then
Var OreoWelcomeDrinkEnable = 1
EndIf
If SystemDateDayInt = 27 Then
Var OreoWelcomeDrinkEnable = 1
EndIf
If SystemDateDayInt = 28 Then
Var OreoWelcomeDrinkEnable = 1
EndIf
If SystemDateDayInt = 29 Then
Var OreoWelcomeDrinkEnable = 1
EndIf
If SystemDateDayInt = 30 Then
Var OreoWelcomeDrinkEnable = 1
EndIf
If SystemDateDayInt = 31 Then
Var OreoWelcomeDrinkEnable = 1
EndIf
EndIf
If SystemDateMonthInt = 8 Then
If SystemDateDayInt = 1 Then
Var OreoWelcomeDrinkEnable = 1
EndIf
If SystemDateDayInt = 2 Then
Var OreoWelcomeDrinkEnable = 1
EndIf
If SystemDateDayInt = 3 Then
Var OreoWelcomeDrinkEnable = 1
EndIf
If SystemDateDayInt = 4 Then
Var OreoWelcomeDrinkEnable = 1
EndIf
If SystemDateDayInt = 5 Then
Var OreoWelcomeDrinkEnable = 1
EndIf
If SystemDateDayInt = 6 Then
Var OreoWelcomeDrinkEnable = 1
EndIf
EndIf
;/mnt/sdcard/oreo_for_free_limit
If SystemDateMonthInt = 7 Then
If SystemDateDayInt > 19 Then
If SystemDateDayInt < 30 Then
Var Anniversary3VideoEnable = 1
EndIf
If SystemDateDayInt = 30 Then
Var Anniversary3VideoEnable = 1
EndIf
EndIf
EndIf
If BoxID = 173149 Then
Var MysteryProEnable = 0
Var OreoWelcomeDrinkEnable = 1
EndIf
If BoxID = 172053 Then
Var MysteryProEnable = 1
Var OreoWelcomeDrinkEnable = 0
EndIf
If BoxID = 201092 Then
Var MysteryProEnable = 1
EndIf
If BoxID = 176757 Then
Var MysteryProEnable = 1
EndIf
If BoxID = 105005 Then
Var OreoWelcomeDrinkEnable = 1
EndIf
If SystemDateMonthInt = 7 Then
If SystemDateDayInt > 14 Then
Var MysteryProEnable = 0
Var OreoWelcomeDrinkEnable = 0
EndIf
EndIf
If SystemDateMonthInt > 7 Then
Var MysteryProEnable = 0
Var OreoWelcomeDrinkEnable = 0
EndIf
If InternationalEnable = 1 Then
Var PepsiProEnable = 0
Var PepsiPromoteVideo = 0
Var PepsiProCodeEnable = 0
Var MysteryProEnable = 0
EndIf