Saturday, December 26, 2009

Private server Repack

If you want to connect with EN/US Client instead of the Chinese, go to:
"SVN AIONEmu Source\aion-emu\sandbox\AE_GameServer\src\com\aionemu\gameserv er\network\aion\Version.java"

and change:

public final static boolean Chiness = true;

to:

public final static boolean Chiness = false;


==========================================


Version Information:
Novos_EasyAion_Emulator_Repack_0.0.2

portable Java Version: JDK jdk-6u14-windows-i586
AionEmu Compiled Version: rev 210

AION Client needed:
CHS version: 1.9.506.1187
Support for EU/US version: 1.9.601.1289 (with the fix)


==========================================


To Start AION on localhost, make a start.bat file with:
start bin32\aion.bin -ip:127.0.0.1 -ng
and put it into your Aion Main Folder!



==========================================
==========================================




ENGLISH (look down for German):
Tutorial HowTo download, compile and start and the AionEmu Emulator:

1. download and install "Novo's EasyAIONEmulator Repack"

2. look at "VersionInfo.txt". If you want to use this Version, just click on: "Start AIONEmulator.bat"
Then you can Login with every combination of login/password that you want.
Account is creating automatically on Login!

3. if you want to update your Server to a newer Version for yourself, go into the folder
"SVN AIONEmu Source" and click on "SVN Update Aion Source.bat"

4. after that go into the folder "SVN AIONEmu Source" and start
"Aion Build LoginServer.bat" and after that "Aion Build GameServer.bat"

6. unpack the ZIP File "ae_login.zip" from "AION Emulator source SVN\aion-emu\trunk\AE_LoginServer\build"
to "Novo's EasyAion Emulator\AIONEmulator\loginserver"

7. edit the "database.properties" of "Novo's EasyAion Emulator\AIONEmulator\loginserver\config" to:

# This is database url.
database.url=jdbc:mysql://localhost:3316/aiondb

# Database user
database.user=root

# Database password
database.password=aion


8. unpack the ZIP File "ae_gameserver.zip" from "AION Emulator source SVN\aion-emu\sandbox\AE_GameServer\build"
to "Novo's EasyAion Emulator\AIONEmulator\gameserver"

9. edit the "database.properties" of "Novo's EasyAion Emulator\AIONEmulator\gameserver\config" to:

# This is database url.
database.url=jdbc:mysql://localhost:3316/aiondb

# Database user
database.user=root

# Database password
database.password=aion


edit the "gameserver.properties" of "Novo's EasyAion Emulator\AIONEmulator\gameserver\config" to:

# Id of this game server
gameserver.network.login.gsid=1

# Password of this game server
gameserver.network.login.password=aion

(look for "gameserver" table in the Database to create / change GameServer configs)


10. import (if neccesary) the new Database from the SQL Folder
(mySQL Login is: Port: 3316; user: root; password: aion)
e.g. with "Navicat 8"
(stop and then start the Emulator again with "start / stop AIONEmulator.bat")