THAI: Oreo Volcano and extend Matcha Every Day
This commit is contained in:
parent
5d29666002
commit
8fbed2ac9b
38 changed files with 43155 additions and 10386 deletions
|
|
@ -2,7 +2,76 @@ If BoostEnergyPro = 1 Then
|
|||
If Seeker.CodeChannel = 1 Then
|
||||
SAVELOG "[AFTER_COLLECT_POINT] BoostEnergyPro: Not get discount code because client use discount to buy drink."
|
||||
Else
|
||||
Open "ROOT/taobin_project/xml/event/boost_energy/page_got_discount_code.xml"
|
||||
|
||||
Var getDiscount = 0
|
||||
If Seeker.selected_a_drink = "12-05-02-0148" Then
|
||||
Var getDiscount = 1
|
||||
EndIf
|
||||
If Seeker.selected_a_drink = "12-05-02-0034" Then
|
||||
Var getDiscount = 1
|
||||
EndIf
|
||||
If Seeker.selected_a_drink = "12-05-03-0034" Then
|
||||
Var getDiscount = 1
|
||||
EndIf
|
||||
If Seeker.selected_a_drink = "12-05-02-0035" Then
|
||||
Var getDiscount = 1
|
||||
EndIf
|
||||
If Seeker.selected_a_drink = "12-05-03-0035" Then
|
||||
Var getDiscount = 1
|
||||
EndIf
|
||||
If Seeker.selected_a_drink = "12-05-02-0136" Then
|
||||
Var getDiscount = 1
|
||||
EndIf
|
||||
If Seeker.selected_a_drink = "12-05-03-0136" Then
|
||||
Var getDiscount = 1
|
||||
EndIf
|
||||
If Seeker.selected_a_drink = "12-05-02-0137" Then
|
||||
Var getDiscount = 1
|
||||
EndIf
|
||||
If Seeker.selected_a_drink = "12-05-03-0137" Then
|
||||
Var getDiscount = 1
|
||||
EndIf
|
||||
If Seeker.selected_a_drink = "12-05-02-0138" Then
|
||||
Var getDiscount = 1
|
||||
EndIf
|
||||
If Seeker.selected_a_drink = "12-05-03-0138" Then
|
||||
Var getDiscount = 1
|
||||
EndIf
|
||||
If Seeker.selected_a_drink = "12-05-02-0139" Then
|
||||
Var getDiscount = 1
|
||||
EndIf
|
||||
If Seeker.selected_a_drink = "12-05-03-0139" Then
|
||||
Var getDiscount = 1
|
||||
EndIf
|
||||
If Seeker.selected_a_drink = "12-05-02-0140" Then
|
||||
Var getDiscount = 1
|
||||
EndIf
|
||||
If Seeker.selected_a_drink = "12-05-03-0140" Then
|
||||
Var getDiscount = 1
|
||||
EndIf
|
||||
If Seeker.selected_a_drink = "12-05-02-0141" Then
|
||||
Var getDiscount = 1
|
||||
EndIf
|
||||
If Seeker.selected_a_drink = "12-05-03-0141" Then
|
||||
Var getDiscount = 1
|
||||
EndIf
|
||||
If Seeker.selected_a_drink = "12-05-02-0142" Then
|
||||
Var getDiscount = 1
|
||||
EndIf
|
||||
If Seeker.selected_a_drink = "12-05-03-0142" Then
|
||||
Var getDiscount = 1
|
||||
EndIf
|
||||
If Seeker.selected_a_drink = "12-05-02-0143" Then
|
||||
Var getDiscount = 1
|
||||
EndIf
|
||||
If Seeker.selected_a_drink = "12-05-03-0143" Then
|
||||
Var getDiscount = 1
|
||||
EndIf
|
||||
|
||||
If getDiscount = 1 Then
|
||||
Open "ROOT/taobin_project/xml/event/boost_energy/page_got_discount_code.xml"
|
||||
EndIf
|
||||
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue