Hi !
I've got some trouble with a fresh new server AL 4.0.
Everytime I launch server and try to join it, the serveur is displayed as Down. But the server seems to start properly and yesterday, it worked. I follow instructions in in this post to configure network. Friends used to sucessfully log into server but it's not possible anymore.
My start.bat looks like this :
Obviously, my friend has not the same .bat. He has one with my external IP Adress inside it. And here is my ipconfig.xml :Code:@echo off echo Starting Aion ... if exist L10N\DEU\DEU.pak ( start bin32\aion.bin -ip:127.0.0.1 -port:2106 -cc:2 -lang:deu -noweb -nowebshop -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:127.0.0.1 -port:2106 -cc:2 -lang:eng -noweb -nowebshop -nokicks -ncg -noauthgg -ls -charnamemenu -ingameshop -DEVMODE "con_disable_console 0" -DEVMODE "g_chatlog 1" -DEVMODE "g_auto_disconnect 0" ) else if exist L10N\ENU\ENU.pak ( start bin32\aion.bin -ip:127.0.0.1 -port:2106 -cc:1 -lang:enu -noweb -nowebshop -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:127.0.0.1 -port:2106 -cc:2 -lang:fra -noweb -nowebshop -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:127.0.0.1 -port:2106 -cc:7 -lang:rus -noweb -nowebshop -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. )
xxx.xxx.xxx.xxx corresponds to my external IP Adress. My friend has got the file in bin32 modified by the NOIP FiX and... That's all !Code:<ipconfig default="xxx.xxx.xxx.xxx"> </ipconfig>
I don't know why this porblem happen and how to fix it.
Thank you for the further help !




Reply With Quote

