taobin_project/xml/event/tricker.ev

228 lines
3.7 KiB
Text
Raw Normal View History

2023-04-27 22:20:59 +07:00
2023-09-14 14:49:27 +07:00
; Thailand
2023-04-27 22:20:59 +07:00
;DEBUGVAR SystemDateMonthInt
;DEBUGVAR SystemDateDayInt
2023-05-31 22:13:06 +07:00
; Reset flag away.
2023-07-21 16:47:08 +07:00
Var ChildrenFree = 0
2023-04-27 22:20:59 +07:00
Var OreoDueEnable = 0
2023-05-31 22:13:06 +07:00
Var OreoForFreeEnable = 0
Var SoundBackToSchoolEnable = 0
Var PromotionIDOreoBuyTwoSaveMore = 0
Var BackToSchoolForFreeEnable = 0
2023-05-01 21:39:17 +07:00
2023-05-31 22:13:06 +07:00
Var PepsiProEnable = 0
2023-06-07 17:05:43 +07:00
Var PepsiPromoteVideo = 0
2023-06-16 15:33:37 +07:00
Var PepsiProCodeEnable = 0
2023-08-25 21:27:45 +07:00
2023-07-12 22:17:28 +07:00
2023-06-23 12:45:40 +07:00
Var SoundBackToSchoolType = 0
; End
Var MysteryProEnable = 0
2023-06-29 14:36:56 +07:00
Var OreoWelcomeDrinkEnable = 0
2023-07-12 22:17:28 +07:00
Var Anniversary3VideoEnable = 0
2023-06-23 12:45:40 +07:00
2023-08-10 10:02:05 +07:00
Var MomDayEnable = 0
2023-06-13 13:23:22 +07:00
2023-09-05 09:09:08 +07:00
; September / Oct
; Enable app game
2023-08-25 21:27:45 +07:00
Var GameEnableFromTrickerEv = 0
2023-08-26 22:38:07 +07:00
2023-09-26 17:04:50 +07:00
; Enable pro Pepween
2023-10-09 14:59:58 +07:00
Var PepweenEnable = 0
2023-09-26 17:04:50 +07:00
2023-09-05 09:09:08 +07:00
; Enable pro Tamatian. 16-30 Sep
2023-08-25 21:27:45 +07:00
Var TamatianEnable = 0
2023-08-26 22:38:07 +07:00
; September 9 - 16
2023-08-25 21:27:45 +07:00
Var MayDayRunEnable = 0
2023-10-02 14:27:26 +07:00
; Enable Milk Choice Vegan
Var MilkChoiceVeganEnable = 0
2023-09-26 08:37:28 +07:00
2023-08-26 22:38:07 +07:00
2023-10-27 09:46:44 +07:00
; Enable pro 15 THB, November 1 - 30
Var pro15THBEnable = 0
2023-10-27 10:44:52 +07:00
Var From15THBPro = 0
2023-10-27 09:46:44 +07:00
2023-11-21 16:14:06 +07:00
; Enable pro My Mint My Moment, December 1 - 31
Var MyMintEnable = 0
Var FromMyMintPro = 0
2023-09-04 12:42:31 +07:00
2024-01-16 15:39:07 +07:00
; Enable pro Rerun, Jan 22-26/29-31
Var RerunProEnable = 0
Var FromRerunPro = 0
2024-01-29 12:01:55 +07:00
; Enable pro Peach, Feb 1 - 13
Var ProPeachEnable = 0
2024-02-07 18:24:42 +07:00
; Enable Bad valentine, Feb 14 - 29
Var ProBadValentineEnable = 0
2024-01-10 16:05:35 +07:00
Var NewCollectPoint = 1
2023-12-27 17:55:07 +07:00
2024-01-31 17:43:31 +07:00
Var NewFlowPaymentCode = 0
2023-08-26 22:38:07 +07:00
If SystemDateMonthInt = 10 Then
2023-09-04 12:42:31 +07:00
2023-09-26 08:37:28 +07:00
If SystemDateDayInt > 15 Then
2023-09-28 11:08:03 +07:00
Var PepweenEnable = 1
2023-09-26 08:37:28 +07:00
EndIf
2023-10-02 14:27:26 +07:00
If SystemDateDayInt >= 13 Then
If SystemDateDayInt <= 24 Then
Var MilkChoiceVeganEnable = 1
EndIf
EndIf
2023-08-26 22:38:07 +07:00
EndIf
2023-09-26 10:08:03 +07:00
2023-09-26 08:37:28 +07:00
If SystemDateMonthInt = 11 Then
2023-09-28 11:08:03 +07:00
Var PepweenEnable = 0
2023-10-27 09:46:44 +07:00
Var pro15THBEnable = 1
2023-10-14 09:04:22 +07:00
2023-08-26 22:38:07 +07:00
EndIf
2023-11-21 16:14:06 +07:00
If SystemDateMonthInt = 12 Then
Var MyMintEnable = 1
EndIf
2023-12-25 13:04:08 +07:00
If SystemDateMonthInt = 1 Then
If SystemDateDayInt < 15 Then
2023-12-20 12:00:40 +07:00
Var MyMintEnable = 1
EndIf
2024-01-16 15:39:07 +07:00
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
2023-12-20 12:00:40 +07:00
EndIf
2023-09-26 08:37:28 +07:00
2024-01-29 12:01:55 +07:00
If SystemDateMonthInt = 2 Then
If SystemDateDayInt >= 1 Then
If SystemDateDayInt <= 13 Then
Var ProPeachEnable = 1
EndIf
EndIf
2024-02-07 18:24:42 +07:00
If SystemDateDayInt >= 14 Then
Var ProBadValentineEnable = 1
EndIf
2024-01-29 12:01:55 +07:00
EndIf
2023-12-21 13:21:42 +07:00
2023-09-04 12:42:31 +07:00
2023-08-25 21:27:45 +07:00
If BoxID = 173149 Then
2024-02-08 16:17:12 +07:00
Var ProPeachEnable = 0
Var ProBadValentineEnable = 1
2024-01-31 17:43:31 +07:00
Var NewFlowPaymentCode = 1
EndIf
If BoxID = 200435 Then
Var ProPeachEnable = 1
Var NewFlowPaymentCode = 1
EndIf
If BoxID = 201316 Then
Var ProPeachEnable = 1
Var NewFlowPaymentCode = 1
2023-08-17 17:13:11 +07:00
EndIf
2023-10-09 18:06:36 +07:00
If BoxID = 105005 Then
2024-02-07 18:24:42 +07:00
Var ProBadValentineEnable = 1
2024-01-31 17:43:31 +07:00
Var NewFlowPaymentCode = 1
2024-01-16 15:39:07 +07:00
EndIf
2024-01-30 12:47:02 +07:00
If BoxID = 172644 Then
Var ProPeachEnable = 1
2024-01-18 14:55:27 +07:00
EndIf
2024-02-08 16:17:12 +07:00
; Exclusive Box
If BoxID = 174200 Then
Var ProPeachEnable = 0
Var ProBadValentineEnable = 1
EndIf
If BoxID = 175038 Then
Var ProPeachEnable = 0
Var ProBadValentineEnable = 1
EndIf
If BoxID = 174825 Then
Var ProPeachEnable = 0
Var ProBadValentineEnable = 1
EndIf
If BoxID = 200443 Then
Var ProPeachEnable = 0
Var ProBadValentineEnable = 1
EndIf
If BoxID = 173433 Then
Var ProPeachEnable = 0
Var ProBadValentineEnable = 1
EndIf
2024-01-18 14:55:27 +07:00
2023-10-06 14:01:26 +07:00
Var GameEnableFromTrickerEv = 1
2023-08-30 10:58:25 +07:00
2023-09-19 10:35:50 +07:00
Var MayDayRunEnable = 0
2023-06-29 14:36:56 +07:00
2023-08-04 15:29:38 +07:00
If BoxID = 33170 Then
Var PepsiProEnable = 0
Var PepsiPromoteVideo = 0
Var PepsiProCodeEnable = 0
Var MysteryProEnable = 0
Var OreoWelcomeDrinkEnable = 0
2024-01-17 11:10:37 +07:00
Var RerunProEnable = 0
2023-08-04 15:29:38 +07:00
EndIf
2023-10-14 09:04:22 +07:00
; This var for overide video play when brew
2023-09-14 14:49:27 +07:00
Var adver_brewing_video_full_file_name = ""
2023-10-06 14:01:26 +07:00
2023-09-14 14:49:27 +07:00
2023-07-21 12:10:52 +07:00
2023-06-13 13:23:22 +07:00
If InternationalEnable = 1 Then
2023-10-02 14:27:26 +07:00
Var MilkChoiceVeganEnable = 0
2023-08-17 17:13:11 +07:00
Var GameEnableFromTrickerEv = 0
2023-08-25 21:27:45 +07:00
Var TamatianEnable = 0
Var MayDayRunEnable = 0
2023-08-17 17:13:11 +07:00
Var MomDayEnable = 0
2023-06-13 13:23:22 +07:00
Var PepsiProEnable = 0
Var PepsiPromoteVideo = 0
2023-06-16 15:33:37 +07:00
Var PepsiProCodeEnable = 0
2023-06-23 12:45:40 +07:00
Var MysteryProEnable = 0
2023-09-28 11:08:03 +07:00
Var PepweenEnable = 0
2024-01-16 15:39:07 +07:00
Var RerunProEnable = 0
2024-01-29 12:01:55 +07:00
Var ProPeachEnable = 0
2024-02-07 18:24:42 +07:00
Var ProBadValentineEnable = 0
2023-06-13 13:23:22 +07:00
EndIf
If PeachSyrupEnable = "true" Then
Else
Var ProPeachEnable = 0
EndIf
2023-05-11 13:09:26 +07:00