Do many file

This commit is contained in:
kong 2023-09-05 15:21:43 +07:00
parent 3e12cbfb27
commit d17f87bf5d
9 changed files with 35 additions and 25 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 35 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 31 KiB

BIN
video/brewing_txt_adv4.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 35 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 31 KiB

View file

@ -5,14 +5,16 @@ If MayDayRunEnable = 1 Then
Var adver_brewing_play_index = 1
Var adver_brewing_count_down = 16
Var brew_vdo2 = "taobin_project/video/brewing_adv3.mp4"
Var brew_txt2 = "taobin_project/video/brewing_txt_adv3.png"
Var brew_vdo2 = "ROOT/taobin_project/video/brewing_adv3.mp4"
Var brew_txt2 = "ROOT/taobin_project/video/brewing_txt_adv3.png"
SAVELOG "Play adv3"
EndIf
EndIf
Else
; comment for change this file size
; comment for change this file size
If TamatianEnable = 1 Then
If TamatianEnable = 1 Then
GetFileSizeK "taobin_project/video/brewing_adv4.mp4" brewing_adv_size
DEBUGVAR brewing_adv_size
If brewing_adv_size = 9693030 Then
@ -20,11 +22,13 @@ If TamatianEnable = 1 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"
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
; comment for change this file size

View file

@ -98,7 +98,7 @@ EndIf
If BoxID = 172053 Then
Var TamatianEnable = 1
Var GameEnableFromTrickerEv = 1
Var MayDayRunEnable = 0
Var MayDayRunEnable = 1
EndIf
If BoxID = 172644 Then

View file

@ -1315,6 +1315,7 @@
If adver_brewing_playing = 1 Then
DEBUGVAR adver_brewing_play_index
If adver_brewing_play_index = 2 Then
DEBUGVAR adver_brewing_count_down
@ -1339,6 +1340,7 @@
If adver_brewing_play_index = 1 Then
DEBUGVAR adver_brewing_count_down
DEBUGVAR brew_vdo2
If adver_brewing_count_down > 0 Then
Var adver_brewing_count_down = adver_brewing_count_down - 1
@ -1346,7 +1348,7 @@
If brew_vdo2 = "" Then
Var VideoPlayFile = "ROOT/taobin_project/video/brewing_adv3.mp4"
Else
Var brew_vdo2 = VideoPlayFile
Var VideoPlayFile = brew_vdo2
EndIf
Var PictureFile = brew_txt2

View file

@ -9,12 +9,16 @@ If Seeker = "curr" Then
If BoxID = 173149 Then
Var CountUpPlayMayDay = CountUpPlayMayDay + 3
EndIf
If BoxID = 176757 Then
Var CountUpPlayMayDay = CountUpPlayMayDay + 3
EndIf
If BoxID = 172644 Then
Var CountUpPlayMayDay = CountUpPlayMayDay + 3
EndIf
If BoxID = 172053 Then
Var CountUpPlayMayDay = CountUpPlayMayDay + 3
EndIf
DEBUGVAR CountUpPlayMayDay
If CountUpPlayMayDay > 3 Then

View file

@ -108,8 +108,8 @@
Var RandomPromotionMyworld = 0
Var RandomSalePackage = 0
Var XMLPageVersion = "7.59"
Var XMLPageVersionInt = 759
Var XMLPageVersion = "7.60"
Var XMLPageVersionInt = 760
;Oreo
Var OreoGuarantee = 0
</EventOpen>