Novo's EasyAIONEmulator Repack 0.1.4 FAQ

Results 1 to 12 of 12
  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; 08-04-10 at 12:42 PM.


  2. #2
    Apprentice shion is offline
    MemberRank
    Nov 2007 Join Date
    20Posts

    Re: Novo's EasyAIONEmulator Repack 0.1.4 FAQ

    wow nice work my friend^^

  3. #3
    Apprentice OriginGames is offline
    MemberRank
    Mar 2011 Join Date
    18Posts

    Re: Novo's EasyAIONEmulator Repack 0.1.4 FAQ

    Thanks =D

  4. #4
    Novice Heart123 is offline
    MemberRank
    Sep 2011 Join Date
    3Posts

    Re: Novo's EasyAIONEmulator Repack 0.1.4 FAQ

    i always got stuck on the server list screen and it freeze. i can't enter to create char. what is the problem of this? where should i fix this?

    more help much appreciated, thanks :)

  5. #5
    Apprentice Ridean is offline
    MemberRank
    Jun 2011 Join Date
    20Posts

    Re: Novo's EasyAIONEmulator Repack 0.1.4 FAQ

    Thank you so much :)

  6. #6
    Member SKi is offline
    MemberRank
    Feb 2007 Join Date
    61Posts

    Re: Novo's EasyAIONEmulator Repack 0.1.4 FAQ

    Quote Originally Posted by Heart123 View Post
    i always got stuck on the server list screen and it freeze. i can't enter to create char. what is the problem of this? where should i fix this?

    more help much appreciated, thanks :)
    I've got this same problem too, If you google the issue you'll find people will tell you to download the NoIPCheck .dll into your AION bin32 folder. I find that this is what causes the lock up; for me anyways. When you take that .dll out it says it can't connect to the server something (6). I apologize, I can't remember the exact verbiage of that error. I've messed with the naming conventions, settings and have yet to make any progress. I'll keep you posted if I find something out though.

    The download link is broken for me here.

  7. #7
    Member shunoai95 is offline
    MemberRank
    Nov 2011 Join Date
    70Posts

    Re: Novo's EasyAIONEmulator Repack 0.1.4 FAQ

    does this work for 2.7 clients as well?

  8. #8
    Valued Member Toysin is offline
    MemberRank
    Jul 2009 Join Date
    2.2180° S, 115Location
    114Posts

    Re: Novo's EasyAIONEmulator Repack 0.1.4 FAQ

    Quote Originally Posted by shunoai95 View Post
    does this work for 2.7 clients as well?
    I think its not, but why should give it try either?

  9. #9
    Kill all humans Bender is offline
    MemberRank
    Jul 2010 Join Date
    RomaniaLocation
    795Posts

    Re: Novo's EasyAIONEmulator Repack 0.1.4 FAQ

    Which client should i use with it?

  10. #10
    Member muridbayangan is offline
    MemberRank
    Apr 2011 Join Date
    54Posts

    Re: Novo's EasyAIONEmulator Repack 0.1.4 FAQ

    can you mirror it into mediafire?

  11. #11
    Member someonewhy is offline
    MemberRank
    Jun 2011 Join Date
    87Posts

    Re: Novo's EasyAIONEmulator Repack 0.1.4 FAQ

    can you upload to media fire please?

  12. #12
    Victus Mortuus Kreeate is offline
    LegendRank
    Aug 2010 Join Date
    2,364Posts

    Re: Novo's EasyAIONEmulator Repack 0.1.4 FAQ

    This is an old emulator. Goto aiongemu.com and look under Galaxy Toolbox for Novo's latest Emulator.



Advertisement