THAI: update collect point promotion

This commit is contained in:
Kenta420 2024-06-04 16:53:30 +07:00
parent 8956e44973
commit e6f873e8eb
4 changed files with 20 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 13 KiB

After

Width:  |  Height:  |  Size: 13 KiB

Before After
Before After

View file

@ -6,10 +6,12 @@
; Reset flag away.
Var NewCollectPointFlag = 0
Var NewCollectPointFlag = 1
Var WinterWarmersCatalogFlag = 1
Var XMLLiveInfoEnable = 1
DEBUGVAR Propepsi99Enable
DEBUGVAR DisplayFormatFull

View file

@ -109,6 +109,7 @@ Var FromNamHomCoconutPro = 0
Var NamHomCoconutRewardOutOfStock = 0
Var NewCollectPoint = 1
Var ShouldCollectPromotionPoint = 0
Var NewFlowPaymentCode = 0
@ -439,3 +440,10 @@ EndIf
DEBUGVAR FreePowerup
; Control collect promotion point behavior
If NamHomCoconutPro = 1 Then
Var ShouldCollectPromotionPoint = 1
EndIf

View file

@ -231,8 +231,13 @@
If ShouldCollectPoint = 1 Then
Var Seeker.CollectPointMain = 1
If ShouldCollectPromotionPoint = 1 Then
Var Seeker.CollectPointPromotion = 1
EndIf
EndIf
;Open "ROOT/taobin_project/xml/page_payment_cash.xml"
Var Seeker.VendingCampaign = PayAmount
Var Seeker.FreeVendingCampaign = 1
@ -267,6 +272,10 @@
If ShouldCollectPoint = 1 Then
Var Seeker.CollectPointMain = 1
EndIf
If ShouldCollectPromotionPoint = 1 Then
Var Seeker.CollectPointPromotion = 1
EndIf
EndIf