Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

aion start local help

Status
Not open for further replies.
Newbie Spellweaver
Joined
Feb 27, 2013
Messages
9
Reaction score
0
what do i have to type in the aion_start_local.bat? when i use the North America?
because when i start it .. it just crash :/

@echo off
echo Starting Aion ...
if exist L10N\DEU\DEU.pak (
start bin32\aion.bin -ip:................ -port:2106 -cc:1 -lang:deu -noweb -nokicks -ncg -noauthgg -ls -charnamemenu -ingameshop -DEVMODE "con_disable_console 0" -DEVMODE "g_chatlog 1" -DEVMODE "g_auto_disconnect 0"
) else if exist L10N\ENG\ENG.pak (
start bin32\aion.bin -ip:.........-port:2106 -cc:1 -lang:enu -noweb -nokicks -ncg -noauthgg -ls -charnamemenu -ingameshop -DEVMODE "con_disable_console 0" -DEVMODE "g_chatlog 1" -DEVMODE "g_auto_disconnect 0"
) else if exist L10N\FRA\FRA.pak (
start bin32\aion.bin -ip:.................. -port:2106 -cc:2 -lang:fra -noweb -nokicks -ncg -noauthgg -ls -charnamemenu -ingameshop -DEVMODE "con_disable_console 0" -DEVMODE "g_chatlog 1" -DEVMODE "g_auto_disconnect 0"
) else if exist L10N\RUS\RUS.pak (
start bin32\aion.bin -ip:............ -port:2106 -cc:7 -lang:rus -noweb -nokicks -ncg -noauthgg -ls -charnamemenu -ingameshop -DEVMODE "con_disable_console 0" -DEVMODE "g_chatlog 1" -DEVMODE "g_auto_disconnect 0"
) else (
echo Aion folder not found or unsupported language.
pause.
)
 
Newbie Spellweaver
Joined
Nov 18, 2011
Messages
28
Reaction score
0
what do i have to type in the aion_start_local.bat? when i use the North America?
because when i start it .. it just crash :/

@echo off
echo Starting Aion ...
if exist L10N\DEU\DEU.pak (
start bin32\aion.bin -ip:................ -port:2106 -cc:1 -lang:deu -noweb -nokicks -ncg -noauthgg -ls -charnamemenu -ingameshop -DEVMODE "con_disable_console 0" -DEVMODE "g_chatlog 1" -DEVMODE "g_auto_disconnect 0"
) else if exist L10N\ENG\ENG.pak (
start bin32\aion.bin -ip:.........-port:2106 -cc:1 -lang:enu -noweb -nokicks -ncg -noauthgg -ls -charnamemenu -ingameshop -DEVMODE "con_disable_console 0" -DEVMODE "g_chatlog 1" -DEVMODE "g_auto_disconnect 0"
) else if exist L10N\FRA\FRA.pak (
start bin32\aion.bin -ip:.................. -port:2106 -cc:2 -lang:fra -noweb -nokicks -ncg -noauthgg -ls -charnamemenu -ingameshop -DEVMODE "con_disable_console 0" -DEVMODE "g_chatlog 1" -DEVMODE "g_auto_disconnect 0"
) else if exist L10N\RUS\RUS.pak (
start bin32\aion.bin -ip:............ -port:2106 -cc:7 -lang:rus -noweb -nokicks -ncg -noauthgg -ls -charnamemenu -ingameshop -DEVMODE "con_disable_console 0" -DEVMODE "g_chatlog 1" -DEVMODE "g_auto_disconnect 0"
) else (
echo Aion folder not found or unsupported language.
pause.
)
NCSoft client?
replace for
@echo off
echo Starting Aion ...

if exist L10N\enu\enu.pak (
start bin32\aion.bin -ip:127.0.0.1 -port:2106 -cc:1 -lang:enu -noweb -nokicks -ncg -noauthgg -ls -charnamemenu -ingameshop -DEVMODE "con_disable_console 0" -DEVMODE "g_chatlog 1" -DEVMODE "g_auto_disconnect 0"

) else (
echo Aion folder not found or unsupported language.
pause.
)

post your result
 
Upvote 0
Status
Not open for further replies.
Back
Top