AUS: Added St Patrick's day promotion
This commit is contained in:
parent
dedf707a0e
commit
a5e207b2db
25 changed files with 7385 additions and 69 deletions
|
|
@ -1 +1 @@
|
|||
/event/promotion_anniversary_1st.lxml
|
||||
/event/promotion_st_patrick_day.lxml
|
||||
|
|
@ -1 +1 @@
|
|||
; Do nothing
|
||||
Open "ROOT/taobin_project/inter/aus/xml/page_catalog_group_pro_st_patrick.lxml"
|
||||
|
|
|
|||
5563
inter/aus/xml/event/promotion_st_patrick_day.lxml
Normal file
5563
inter/aus/xml/event/promotion_st_patrick_day.lxml
Normal file
File diff suppressed because it is too large
Load diff
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue