Novo's EasyAIONEmulator Repack 0.1.4+FAQ

Results 1 to 5 of 5
  1. #1
    Member caspaas is offline
    MemberRank
    Sep 2008 Join Date
    74Posts

    Novo's EasyAIONEmulator Repack 0.1.4+FAQ

    Credits:
    Novo @ http://www.easy-emu.de (c)2010 (for the repack, tools and FAQ)
    jangan (MySQL fix for Novo's Easy Aion Emulator)
    AionUniqueEmu Dev Team @ http://www.aion-unique.com
    Zhira for the tip how to backup your player data
    Patsuriku (Compiling a new guide)
    Caspaas spreading the guide on ragezone

    You are ALLOWED to spread / post /copy / translate this tutorial!
    --------------------------------------------------------------------------------------------------
    1.
    Download Novos_Easy_AionUnique_Emulator_Repack_0.1.4:
    http://rapidshare.com/files/36341583...pack_0.1.4.rar
    and unpack it to your choice of destination.

    2.
    MySQL fix for Novo's Easy Aion Emulator:

    go to something similar to this directory:
    Novos_Easy_AionUnique_Emulator_Repack_0.1.4\Novos_ Easy_AionUnique_Emulator_Repack_0.1.3\AIONEmulator \usr\local\mysql

    edit

    Code: Select all
    my.cnf


    replace

    Code: Select all
    set-variable = max_allowed_packet=1M

    with

    Code: Select all
    set-variable = max_allowed_packet=10M

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

    4.
    after that start
    "Build Aion LoginServer.bat" and after that "Build Aion GameServer.bat"

    5.
    unpack the ZIP File "ae_login.zip" from "AION Emulator source SVN\aion-emu\AE-go_LoginServer\build"
    to "Novo's EasyAion Emulator\AIONEmulator\loginserver"
    (delete the old folder before copy the new one!)

    6.
    unpack the ZIP File "ae_gameserver.zip" from "AION Emulator source SVN\aion-emu\AE-go_GameServer\build"
    to "Novo's EasyAion Emulator\AIONEmulator\gameserver"
    (delete the old folder before copy the new one!)

    7.
    Now click "Start MySQL only.bat" from the main folder.
    Now go into the folder "SVN AIONEmu Source" and click on "Install_Database.bat"
    And install the new Database Files!
    Warning: All existing character / Accounts from the Database get lost!
    Make a Backup and update manually or don't care about it
    (Database Login: User: root - Password: aion - Port: 3316)

    In Novos_Easy_AionUnique_Emulator_Repack_0.1.4 use the MySQL start only.bat

    Open SQLyog and connect to MySQL database

    In

    aiongs

    double click on aiongs, open Tables

    Right click on player_apperance to bring up menu

    Press -> Backup -> Backup Table as a SQL Dump

    Tick in

    player_appearance
    player_macrosses
    player_quests
    player_settings
    player_skills
    player_titles
    players

    Then press Export

    Name your Backup Revxxxaiongs (xxx = revision number)

    In

    aionls

    double click on aionls, open Tables

    Tick in

    account_data
    account_time

    Name your Backup Revxxxaionls (xxx = revision number)

    then you can import the backups to aiongs and aionls

    8.
    Now, you have to edit the config files of LoginServer and GameServer.

    Edit the file "database.properties" of "Novo's EasyAion Emulator\AIONEmulator\loginserver\config" with Notepad:

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

    # Database user
    database.user=root

    # Database password
    database.password=aion



    Now edit the file "loginserver.properties" of "Novo's EasyAion Emulator\AIONEmulator\loginserver\config" with Notepad:

    # (if you want to use the Account creation Page at: "http://127.0.0.1:8096/"
    # Create accounts automatically or not?
    loginserver.accounts.autocreate=false

    # (if you want to automatically create Accounts on Login:

    # Create accounts automatically or not?
    loginserver.accounts.autocreate=true



    Now edit the file "database.properties" of "Novo's EasyAion Emulator\AIONEmulator\gameserver\config" with Notepad:

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

    # Database user
    database.user=root

    # Database password
    database.password=aion



    Edit the file "gameserver.properties" of "Novo's EasyAion Emulator\AIONEmulator\gameserver\config" with Notepad:

    # Maximum online players on the server
    gameserver.network.client.maxplayers=100

    # Open the Database with Navicat, look at Database "aionls" at table "gameservers"
    # Here you have to put the same information as in the "gameserver.properties"
    # (Default is gsid=**** Password=aion, Mask=127.0.0.1)

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

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

    # Name of gameserver
    gameserver.name=Novos EasyAionEmu

    # (CountryCode has to be the same as in start.bat Launcher)
    # (cc:1 is for NA Client, cc:2 is for EU Client, cc:7 is for RUS Client)
    # Server Country Code (cc)
    gameserver.country.code=2

    # Set other Options if you want, like: Rates, Drops, Skil lAutoLearn, and so on.

    Now 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/"

    9.
    HOW TO START AION WITH YOUR OWN IP:

    To Start AION on localhost, make a start.bat file with notepad and write:

    start bin32\aion.bin -ip:127.0.0.1 -port:2106 -cc:1 -lang:enu -noauthgg -noweb
    or
    start bin32\aion.bin -ip:127.0.0.1 -port:2106 -cc:2 -lang:enu -noauthgg -noweb

    and put it into your Aion Main Folder!

    (if you have german installed, use: lang:deu; if you have french installed, use: lang:fra)
    (if you have EU Client use cc:2, if you have NA Client, use cc:1 if you have RUS Client, use cc:7)

    !! COPY "d3dx9_38.dll" from "\Tools\Aion Launcher\Disable Login IP Check fix" to "Aion\bin32\" FOR LOGIN FIX !!

    That should do it. All you need to have your own Novo's EasyAIONEmulator at the latest Rev.

    Want to say thank you to Novo for the really nice and easy to use repack. Keep up the good work.

    I didnt make this i am just posting it here since it isnt here.

    Please thank me XD
    Last edited by caspaas; 09-04-10 at 05:03 PM. Reason: link is fixed now


  2. #2
    Member 5even is offline
    MemberRank
    Nov 2008 Join Date
    USALocation
    59Posts

    Re: Novo's EasyAIONEmulator Repack 0.1.4+FAQ

    link broke :-(

  3. #3
    Member caspaas is offline
    MemberRank
    Sep 2008 Join Date
    74Posts

    Re: Novo's EasyAIONEmulator Repack 0.1.4+FAQ

    Link is fixed now XD sorry

    btw i am just spreading his work cypher...

    and i use the server with hamachi so it didnt bother me.
    Last edited by caspaas; 24-04-10 at 01:10 PM.

  4. #4
    The Cat in the Hat cypher is offline
    MemberRank
    Oct 2005 Join Date
    IrelandLocation
    5,073Posts

    Re: Novo's EasyAIONEmulator Repack 0.1.4+FAQ

    Why you use 2 databases for 1 server? I mean it`s not like three extra tables can overfill a db...

    Plus you didn't tell the people about the ip filtering that is by default set to only allow LAN and, or VPN access.
    Last edited by cypher; 09-04-10 at 09:30 PM.

  5. #5
    Apprentice zanakinz is offline
    MemberRank
    Oct 2008 Join Date
    9Posts

    Re: Novo's EasyAIONEmulator Repack 0.1.4+FAQ

    NICE! Cant even copy and paste right I salute you!



Advertisement