Quote:
Originally Posted by Cicciolo79
if u run EU version do a "aion32.cmd" file and copy/EDIT/paste this:
Code:
@echo off
start "" "PATH_TO_YOUR_AION_FOLDER\bin32\aion.bin" -ip:79.110.83.80 -port:2106 -cc:2 -noauthgg -ls -charnamemenu -lang:enu
|
And for the NA?
*Edit
For those having the process problem on NA, open in 32 bits.
To do that, creat a batch file on the aion folder if this information.
ECHO OFF
CLS
ECHO ***** Aion 32-bit launcher *****
ECHO ***** Launching Game... *****
ECHO OFF
PING 1.1.1.1 -n 1 -w 5000 >NULL
@start bin32\aion.bin -ip:64.25.35.103 -port:2106 -cc:1 -noauthgg -noweb -lang:enu -charnamemenu -lbox -f2p -loginex -nosatab -pwd16
end
should work.
Sorry off my english.