-
Enthusiast
Easy Private server 2.7 Client (novo's repack)
this credit Goes to Novo for making such a wonderful repack.... And it's 100% working and really easy :D
Here are the Things......
1. download Easy-Emu Community
now follow this tutorial....
Credits go to:
Novo @ Easy-Emu Community (c)2011 - 2012
AionCore Dev Team @ aioncore.com
AionUniqueEmu Dev Team @ aion-unique.com
AionLightning Dev Team @ aion-lightning.org
aionXemu Dev Team @ aionxemu.com
OpenAionXemu Dev Team @ open-aion.org
AionGalaxyEmu Dev Team @ aiongemu.com
You are ALLOWED to spread / post /copy / translate this tutorial!
HOW TO START AION WITH YOUR OWN IP:
To Start AION on localhost, make a start.bat file with notepad and write:
@echo off
echo Starting Aion ...
if exist L10N\1_enu\1_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 if exist L10N\1_deu\1_deu.pak (
start bin32\aion.bin -ip:127.0.0.1 -port:2106 -cc:2 -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\1_fra\1_fra.pak (
start bin32\aion.bin -ip:127.0.0.1 -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\1_rus\1_rus.pak (
start bin32\aion.bin -ip:127.0.0.1 -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.
)
and put it into your Aion Main Folder!
! Don't forget: !
You NEED to copy fyyre's "d3d8thk.dll" from "\Tools\Aion Launcher\Disable Login IP Check fix" to "Aion\bin32\" FOR LOGIN FIX !!
If you have Aion Patch 2.7.0.2, then you also need the modified "game.dll" from "\Tools\Aion Launcher\Disable Login IP Check fix\game.dll for 2.7.0.2" to "Aion\bin32\" FOR LOGIN FIX !!!
Tutorial HowTo download, compile and start and the AionEmu Emulator:
1.
download and unpack "Novos_Easy_AionGalaxyEmu_Repack"
2.
To start the Server, just click on: "Start AIONEmulator.bat"
If the Server is not installed (first run), it will start a first installation routine.
3.
Create an Account:
go to "http://127.0.0.1:8096/"
If you want to be "Admin/GM":
log out, open Navicat, open the "aionls" Database and look for
your Account the table "account_data".
Set the "access_level" column of your Account to "3" for admin
Relog your character to take effect.
(Database Login: User: root - Password: aion - Port: 3316)
!!! FINISH !!!
To Start the Server, do Step 2.
To update the Server by yourself,
go into the folder "SVN AIONEmu Source" and click on "1. SVN Update Source.bat" and follow all steps.
Warning: All existing character / Accounts from the Database get lost!
Backup of the old Database get saved in the folder "Database Installer".
Optional:
Go to the folder "Novo's EasyAion Emulator\AIONEmulator\gameserver\config\"
Open the "default.config" with Notepad.
Set other Options if you want, like: Rates, Drops, Skill AutoLearn, and so on.
Make the Aion Server public:
Edit the file "ipconfig.xml" of "Novo's EasyAion Emulator\AIONEmulator\gameserver\config" with notepad:
Default:
<ipconfig default="127.0.0.1">
# If you want to connect from an other computer (make it public)
# then change the IP to your IP from "http://whatismyip.com/"
# now open the Ports 7777, 2106, 8096 (TCP)
-