
Originally Posted by
geekos86
Hello thank you very much for you work.
I have a little issue : whenever i try to connect to the gameserver, it displays: no game server is available to the authorization server (6).
I've checked on the internet, and my config files (network.properties host set on 127.0.0.1, ipconfig set on 127.0.0.1, passwords are correct) and my sql database (id of gameserver and mask are correct, set on 127.0.0.1) seems good: i run my server locally. I launch my server with ncsoft client so cc is set to 2 in both the file gameserver.properties and in my launch bat file
(@echo off
echo Starting Aion Server...
start bin32\aion.bin -ip:127.0.0.1 -port:2106 -cc:1 -lang:enu -noweb -nowebshop -nokicks -ncg -noauthgg -charnamemenu -ingameshop -DEVMODE "con_disable_console 0" -DEVMODE "g_chatlog 1" -DEVMODE "g_auto_disconnect 0")
Do i get this error because this version is not compatible with the last-to-date version of ncsoft server ?
I'm a beginner, thank you in advance for your help.