AUS: Added St Patrick's day promotion

This commit is contained in:
Kenta420 2025-02-25 10:51:57 +07:00
parent dedf707a0e
commit a5e207b2db
25 changed files with 7385 additions and 69 deletions

View file

@ -1 +1 @@
/event/promotion_anniversary_1st.lxml
/event/promotion_st_patrick_day.lxml

View file

@ -1 +1 @@
; Do nothing
Open "ROOT/taobin_project/inter/aus/xml/page_catalog_group_pro_st_patrick.lxml"

File diff suppressed because it is too large Load diff

View file

@ -10,6 +10,10 @@ If ValentinePro = 1 Then
Var RecommendPage = "ROOT/taobin_project/inter/aus/xml/event/promotion_valentine.lxml"
EndIf
If StPatrickDayPro = 1 Then
Var RecommendPage = "ROOT/taobin_project/inter/aus/xml/event/promotion_st_patrick_day.lxml"
EndIf
If OpenFromPageBoard = 1 Then
OpenInst 2 RecommendPage
Else

View file

@ -12,11 +12,16 @@ Var GameEnableFromTrickerEv = 0
Var NewCollectPointFlag = 1
Var ValentinePro = 0
Var StPatrickDayPro = 0
If SystemDateMonthInt = 2 Then
Var ValentinePro = 1
EndIf
If SystemDateMonthInt = 3 Then
Var StPatrickDayPro = 1
EndIf
Var XMLLiveInfoEnable = 1
DEBUGVAR Propepsi99Enable