MYS: promotion yuzu with double pro

This commit is contained in:
Pakin 2024-07-01 16:51:58 +07:00
parent c0fb028576
commit ceb9480332
14 changed files with 2196 additions and 75 deletions

View file

@ -725,14 +725,22 @@
Var TelephoneNumber = "0859586589"
WRITE_FILE "/mnt/sdcard/config_taobingame.yaml" ""
;APPEND_FILE "/mnt/sdcard/config_taobingame.yaml" "API_ENDPOINT: &#34http://10.0.16.233:30487/taobingame&#34\r\n"
If CountryName = "Australia" Then
APPEND_FILE "/mnt/sdcard/config_taobingame.yaml" "API_ENDPOINT: &#34http://game.au.taobin.local:26969&#34\r\n"
If InternationalEnable = 1 Then
If CountryName = "Australia" Then
APPEND_FILE "/mnt/sdcard/config_taobingame.yaml" "API_ENDPOINT: &#34http://game.au.taobin.local:26969&#34\r\n"
EndIf
If CountryName = "Malaysia" Then
APPEND_FILE "/mnt/sdcard/config_taobingame.yaml" "API_ENDPOINT: &#34http://game.my.taobin.local:26969&#34\r\n"
EndIf
Else
APPEND_FILE "/mnt/sdcard/config_taobingame.yaml" "API_ENDPOINT: &#34http://10.0.16.231:30460&#34\r\n"
EndIf
Var ACCString !assigned SprintFmt("ACC: &#34%s&#34\r\n", TelephoneNumber)
DEBUGVAR ACCString