THAI: Added Jemila promotion collect point and random reward
This commit is contained in:
parent
73effb090c
commit
bfbaac6752
44 changed files with 1988 additions and 0 deletions
75
xml/event/jemila/page_not_member.xml
Normal file
75
xml/event/jemila/page_not_member.xml
Normal file
|
|
@ -0,0 +1,75 @@
|
|||
<Popup>
|
||||
<Cache> "Enable" </Cache>
|
||||
<Width> 1080 </Width>
|
||||
<Height> 1920 </Height>
|
||||
<Volume> SoundVolume </Volume>
|
||||
;<Background> "0xeae6e1" </Background>
|
||||
|
||||
<EventOpen>
|
||||
Var Timeout = 0
|
||||
|
||||
If show_eng = "true" Then
|
||||
Var RegisterLineImg = "ROOT/taobin_project/image/event/jemila/not_member_en.png"
|
||||
Var CloseBtn = "ROOT/taobin_project/image/event/jemila/bn_close_en.png"
|
||||
Else
|
||||
Var RegisterLineImg = "ROOT/taobin_project/image/event/jemila/not_member_th.png"
|
||||
Var CloseBtn = "ROOT/taobin_project/image/event/jemila/bn_close_th.png"
|
||||
EndIf
|
||||
</EventOpen>
|
||||
|
||||
|
||||
<Timeout> 1000 </Timeout>
|
||||
<EventTimeout>
|
||||
DEBUGVAR Timeout
|
||||
|
||||
If Timeout > 8 Then
|
||||
If Seeker.CodeChannel = 1 Then
|
||||
If Seeker.CollectPointMain = 1 Then
|
||||
GETACCEXT Param1 23
|
||||
Open "ROOT/taobin_project/xml/page_collect_point_2.xml"
|
||||
Else
|
||||
Open "ROOT/taobin_project/xml/page_lid_straw.xml"
|
||||
EndIf
|
||||
Else
|
||||
GETACCEXT Param1 23
|
||||
Open "ROOT/taobin_project/xml/page_collect_point_2.xml"
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
|
||||
Var Timeout = Timeout + 1
|
||||
|
||||
TimerReset
|
||||
Refresh
|
||||
</EventTimeout>
|
||||
|
||||
;include="ROOT/taobin_project/inc/video.inc"
|
||||
|
||||
|
||||
<Image>
|
||||
<X> 0 </X>
|
||||
<Y> 478 </Y>
|
||||
<Filename> RegisterLineImg </Filename>
|
||||
</Image>
|
||||
|
||||
<Button>
|
||||
<X> 393 </X>
|
||||
<Y> 1796 </Y>
|
||||
<Filename> CloseBtn </Filename>
|
||||
<FilenamePress> CloseBtn </FilenamePress>
|
||||
<EventClick>
|
||||
If Seeker.CodeChannel = 1 Then
|
||||
If Seeker.CollectPointMain = 1 Then
|
||||
GETACCEXT Param1 23
|
||||
Open "ROOT/taobin_project/xml/page_collect_point_2.xml"
|
||||
Else
|
||||
Open "ROOT/taobin_project/xml/page_lid_straw.xml"
|
||||
EndIf
|
||||
Else
|
||||
GETACCEXT Param1 23
|
||||
Open "ROOT/taobin_project/xml/page_collect_point_2.xml"
|
||||
EndIf
|
||||
</EventClick>
|
||||
</Button>
|
||||
|
||||
</Popup>
|
||||
Loading…
Add table
Add a link
Reference in a new issue