Do many file
This commit is contained in:
parent
3e12cbfb27
commit
d17f87bf5d
9 changed files with 35 additions and 25 deletions
BIN
image/page_doing/brewing_txt_adv4.png
Normal file
BIN
image/page_doing/brewing_txt_adv4.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 35 KiB |
BIN
image/page_doing/brewing_txt_adv4_en.png
Normal file
BIN
image/page_doing/brewing_txt_adv4_en.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 31 KiB |
BIN
video/brewing_txt_adv4.png
Normal file
BIN
video/brewing_txt_adv4.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 35 KiB |
BIN
video/brewing_txt_adv4_en.png
Normal file
BIN
video/brewing_txt_adv4_en.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 31 KiB |
|
|
@ -5,26 +5,30 @@ If MayDayRunEnable = 1 Then
|
||||||
Var adver_brewing_play_index = 1
|
Var adver_brewing_play_index = 1
|
||||||
Var adver_brewing_count_down = 16
|
Var adver_brewing_count_down = 16
|
||||||
|
|
||||||
Var brew_vdo2 = "taobin_project/video/brewing_adv3.mp4"
|
Var brew_vdo2 = "ROOT/taobin_project/video/brewing_adv3.mp4"
|
||||||
Var brew_txt2 = "taobin_project/video/brewing_txt_adv3.png"
|
Var brew_txt2 = "ROOT/taobin_project/video/brewing_txt_adv3.png"
|
||||||
|
|
||||||
|
SAVELOG "Play adv3"
|
||||||
EndIf
|
EndIf
|
||||||
|
Else
|
||||||
|
|
||||||
|
; comment for change this file size
|
||||||
|
|
||||||
|
If TamatianEnable = 1 Then
|
||||||
|
GetFileSizeK "taobin_project/video/brewing_adv4.mp4" brewing_adv_size
|
||||||
|
DEBUGVAR brewing_adv_size
|
||||||
|
If brewing_adv_size = 9693030 Then
|
||||||
|
|
||||||
|
Var adver_brewing_play_index = 1
|
||||||
|
Var adver_brewing_count_down = 16
|
||||||
|
|
||||||
|
Var brew_vdo2 = "ROOT/taobin_project/video/brewing_adv4.mp4"
|
||||||
|
Var brew_txt2 = "ROOT/taobin_project/video/brewing_txt_adv4.png"
|
||||||
|
SAVELOG "Play adv4"
|
||||||
|
EndIf
|
||||||
|
EndIf
|
||||||
|
|
||||||
|
; comment for change this file size
|
||||||
|
|
||||||
EndIf
|
EndIf
|
||||||
|
|
||||||
; comment for change this file size
|
|
||||||
|
|
||||||
If TamatianEnable = 1 Then
|
|
||||||
GetFileSizeK "taobin_project/video/brewing_adv4.mp4" brewing_adv_size
|
|
||||||
DEBUGVAR brewing_adv_size
|
|
||||||
If brewing_adv_size = 9693030 Then
|
|
||||||
|
|
||||||
Var adver_brewing_play_index = 1
|
|
||||||
Var adver_brewing_count_down = 16
|
|
||||||
|
|
||||||
Var brew_vdo2 = "taobin_project/video/brewing_adv4.mp4"
|
|
||||||
Var brew_txt2 = "taobin_project/video/brewing_txt_adv4.png"
|
|
||||||
EndIf
|
|
||||||
EndIf
|
|
||||||
|
|
||||||
; comment for change this file size
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -98,7 +98,7 @@ EndIf
|
||||||
If BoxID = 172053 Then
|
If BoxID = 172053 Then
|
||||||
Var TamatianEnable = 1
|
Var TamatianEnable = 1
|
||||||
Var GameEnableFromTrickerEv = 1
|
Var GameEnableFromTrickerEv = 1
|
||||||
Var MayDayRunEnable = 0
|
Var MayDayRunEnable = 1
|
||||||
EndIf
|
EndIf
|
||||||
|
|
||||||
If BoxID = 172644 Then
|
If BoxID = 172644 Then
|
||||||
|
|
|
||||||
|
|
@ -1315,6 +1315,7 @@
|
||||||
|
|
||||||
If adver_brewing_playing = 1 Then
|
If adver_brewing_playing = 1 Then
|
||||||
|
|
||||||
|
DEBUGVAR adver_brewing_play_index
|
||||||
If adver_brewing_play_index = 2 Then
|
If adver_brewing_play_index = 2 Then
|
||||||
DEBUGVAR adver_brewing_count_down
|
DEBUGVAR adver_brewing_count_down
|
||||||
|
|
||||||
|
|
@ -1339,6 +1340,7 @@
|
||||||
|
|
||||||
If adver_brewing_play_index = 1 Then
|
If adver_brewing_play_index = 1 Then
|
||||||
DEBUGVAR adver_brewing_count_down
|
DEBUGVAR adver_brewing_count_down
|
||||||
|
DEBUGVAR brew_vdo2
|
||||||
|
|
||||||
If adver_brewing_count_down > 0 Then
|
If adver_brewing_count_down > 0 Then
|
||||||
Var adver_brewing_count_down = adver_brewing_count_down - 1
|
Var adver_brewing_count_down = adver_brewing_count_down - 1
|
||||||
|
|
@ -1346,7 +1348,7 @@
|
||||||
If brew_vdo2 = "" Then
|
If brew_vdo2 = "" Then
|
||||||
Var VideoPlayFile = "ROOT/taobin_project/video/brewing_adv3.mp4"
|
Var VideoPlayFile = "ROOT/taobin_project/video/brewing_adv3.mp4"
|
||||||
Else
|
Else
|
||||||
Var brew_vdo2 = VideoPlayFile
|
Var VideoPlayFile = brew_vdo2
|
||||||
EndIf
|
EndIf
|
||||||
Var PictureFile = brew_txt2
|
Var PictureFile = brew_txt2
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -9,12 +9,16 @@ If Seeker = "curr" Then
|
||||||
If BoxID = 173149 Then
|
If BoxID = 173149 Then
|
||||||
Var CountUpPlayMayDay = CountUpPlayMayDay + 3
|
Var CountUpPlayMayDay = CountUpPlayMayDay + 3
|
||||||
EndIf
|
EndIf
|
||||||
|
|
||||||
If BoxID = 176757 Then
|
If BoxID = 176757 Then
|
||||||
Var CountUpPlayMayDay = CountUpPlayMayDay + 3
|
Var CountUpPlayMayDay = CountUpPlayMayDay + 3
|
||||||
EndIf
|
EndIf
|
||||||
If BoxID = 172644 Then
|
If BoxID = 172644 Then
|
||||||
Var CountUpPlayMayDay = CountUpPlayMayDay + 3
|
Var CountUpPlayMayDay = CountUpPlayMayDay + 3
|
||||||
EndIf
|
EndIf
|
||||||
|
If BoxID = 172053 Then
|
||||||
|
Var CountUpPlayMayDay = CountUpPlayMayDay + 3
|
||||||
|
EndIf
|
||||||
|
|
||||||
DEBUGVAR CountUpPlayMayDay
|
DEBUGVAR CountUpPlayMayDay
|
||||||
If CountUpPlayMayDay > 3 Then
|
If CountUpPlayMayDay > 3 Then
|
||||||
|
|
|
||||||
|
|
@ -108,8 +108,8 @@
|
||||||
Var RandomPromotionMyworld = 0
|
Var RandomPromotionMyworld = 0
|
||||||
Var RandomSalePackage = 0
|
Var RandomSalePackage = 0
|
||||||
|
|
||||||
Var XMLPageVersion = "7.59"
|
Var XMLPageVersion = "7.60"
|
||||||
Var XMLPageVersionInt = 759
|
Var XMLPageVersionInt = 760
|
||||||
;Oreo
|
;Oreo
|
||||||
Var OreoGuarantee = 0
|
Var OreoGuarantee = 0
|
||||||
</EventOpen>
|
</EventOpen>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue