aion start local help

Results 1 to 2 of 2
  1. #1
    Apprentice deej12 is offline
    MemberRank
    Feb 2013 Join Date
    9Posts

    ! aion start local help

    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.
    )


  2. #2
    Enthusiast KornvN is offline
    MemberRank
    Nov 2011 Join Date
    Guarulhos, BrazLocation
    28Posts

    Re: aion start local help

    Quote Originally Posted by deej12 View Post
    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



Advertisement