Register here and download these server files.
There is persons working on Aion development every day 24/7
Search this link google --> AION X EMU
Download and update your client and your set to go.
Take some time and learn.
Some searching and you will find the answers that you need for connection errors.
Last edited by archangel1969; 11-03-11 at 01:30 AM.
Remember is a stable version. Enjoy!
Changelog
Code:rev159: - Fixed stats Bosses Enraged Veille and Enraged Mastarius: - Due to this has been fixed as attackable. May only loot the opposite race. The only drawback is that it can be attacked by Elyos / Asmos, but this fixed the stats will not be exploited by the same race. - SM_STATS_INFO Attack Range Base Stat Fix and Boost Casting Time Current Stat Fix. - gameserver.skillengine.properties.TargetRelationProperty.set(TargetRelationProperty.java:93) IndexOutOfBoundsException Fix. - Description: This patch updates the npc_templates.xml: - Plenty of title_id's for Elyos guards implemented. - UPDATE: Added titles to Asmo Gelk Fortress guards aswell. - The basic vendors (broker, general goods, abyss distributors, etc.) - now also have titles in both Inggison and Gelkmaros. - Fixing npc_type of certain guards (both Asmo and Ely) to be NON_ATTACKABLE instead of ATTACKABLE. - This fixes the issue with certain guards being white and attackable by their own faction - still attackable by enemies. - Large HP update for the Balaurea mobs. - Most 2.0 NPC's had never been updated and simply had some default values which were totally off. - Players will find most normal mobs a lot easier, while harder mobs may be tougher than before (Padmarashka and Sematariux have 87kk HP xD). - Included Survey System Into the aion_gs.sql - Fixed mobs that stopped aggro after battle quit and/or resurrection - Advanced Compressed Item Fix. - Advanced Survey System Version 3 - Changed Version in Config File - Implementation towards Fortress Gate mechanic - Added templates for 123001100 and 123001100 - Added missing drops to Nexus 215783 (Update your droplist table) - Removed duplicate siege spawns in Inggison - NPC template fixes - Updated Morheim Rift spawn to proper coords - Added missing spawn for Queen Klawnickt 216514 - Proper Upper Udas Temple spawns - Last Fix To drops/droplist.sql - Fixed -- Sartemon the Insane drops/droplist.sql
want to give props to you dannybest this is great.
is crafting turned on, has it been developed, or Do I have an issue on my end?
trying to do weaponsmithing and nothing works.[COLOR="Silver"]
Last edited by mvalkar; 11-03-11 at 06:39 PM.
Changelog
Code:rev161: - Fix Campaign Sealing The Abyss Gate - Fix Error while loading static data - Abyss Entry Fix - Asmodian and Elyos
Danny why the revs backward? from rev514 beta to rev161? lol but thanks for the shares bro :) maybe i think it's beta 514? then now it's stable version?
Last edited by john007; 11-03-11 at 11:09 PM.
Yes first rev514 was a beta server, now stable version at rev161.
awesome bro hopes this new aion servers will be more and more stable in the future :)
EDIT :) i got it working wee so simple to install the database :)
Last edited by john007; 11-03-11 at 11:54 PM.
do we need to dump sql files from previous rev? since i got this error on aion_gs
[ERROR] 2011-03-12 17:21:05 - Unknown column 'legions.rank' in 'field list'
com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown column 'legions.rank' in 'field list'
[ERROR] 2011-03-12 17:21:20 - Unknown column 'abyss_rank.old_ranking' in 'field list'
com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown column 'abyss_rank.old_ranking' in 'field list'
[ERROR] 2011-03-12 17:21:20 - Unknown column 'abyss_rank.old_ranking' in 'field list'
com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown column 'abyss_rank.old_ranking' in 'field list'
[ERROR] 2011-03-12 17:21:20 - Unknown column 'abyss_rank.old_ranking' in 'field list'
com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown column 'abyss_rank.old_ranking' in 'field list'
[ERROR] 2011-03-12 17:21:20 - Unknown column 'abyss_rank.old_ranking' in 'field list'
com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown column 'abyss_rank.old_ranking' in 'field list'
This rev161 is not compatible with previous beta rev514
found the problem.. forgot about the sql file updating itself
purely my mistake... no more error in the console.
@DanyPL - they was, now need to make new tutorials, because are new files.
Oh, i was hoping i can get this server up and running, i need to wait for new tutorials, but anyway, thank you for help. =]
Last edited by DanyPL; 12-03-11 at 05:39 PM.
hi everyone i manage to start login server but when i try to start the game server its loads spawns and etc and in the end it shows this error
so ... some help here :D cause i dont have a clue what this error means[ERROR] 2011-03-13 03:20:02 - com.aionemu.commons.scripting.impl.javacompiler.ErrorListener:50 - Java Compiler WARNING: Cannot find annotation method 'value()' in type 'javax.xml.bind.annotation.XmlSeeAlso': class file for javax.xml.bind.annotation.XmlSeeAlso not found
Source: QuestScriptData.class
Line: -1
Column: -1
[ERROR] 2011-03-13 03:20:03 - com.aionemu.commons.scripting.impl.javacompiler.ErrorListener:50 - Java Compiler ERROR: cannot find symbol
symbol : method marshal(gameserver.dataholders.FlyRingData,java.io.File)
location: interface javax.xml.bind.Marshaller
Source: /D:/Aion Server/a_gameserver/gameserver/./data/scripts/system/handlers/admincommands/Ring.java
Line: 197
Column: 27
[ERROR] 2011-03-13 03:20:03 - gameserver.utils.ThreadUncaughtExceptionHandler:37 - Critical Error - Thread: main terminated abnormaly: gameserver.GameServerError: Can't initialize chat handlers.
gameserver.GameServerError: Can't initialize chat handlers.
at gameserver.utils.chathandlers.ChatHandlers.createChatHandlers(ChatHandlers.java:76)
at gameserver.utils.chathandlers.ChatHandlers.<init>(ChatHandlers.java:46)
at gameserver.utils.chathandlers.ChatHandlers.<init>(ChatHandlers.java:32)
at gameserver.utils.chathandlers.ChatHandlers$SingletonHolder.<clinit>(ChatHandlers.java:91)
at gameserver.utils.chathandlers.ChatHandlers.getInstance(ChatHandlers.java:40)
at gameserver.GameServer.main(GameServer.java:156)
Caused by: java.lang.RuntimeException: Error while compiling classes
at com.aionemu.commons.scripting.impl.javacompiler.ScriptCompilerImpl.doCompilation(ScriptCompilerImpl.java:181)
at com.aionemu.commons.scripting.impl.javacompiler.ScriptCompilerImpl.compile(ScriptCompilerImpl.java:151)
at com.aionemu.commons.scripting.impl.ScriptContextImpl.init(ScriptContextImpl.java:132)
at com.aionemu.commons.scripting.scriptmanager.ScriptManager.load(ScriptManager.java:86)
at gameserver.utils.chathandlers.ChatHandlers.createChatHandlers(ChatHandlers.java:73)
... 5 more
Last edited by energ; 13-03-11 at 02:25 AM.
Is rev161 still compatible with 1.2.0.3 Client?
@energ - download new revision
@martaino - no, update your client to 2.1.0.8
Changelog
Code:rev164: - Fixed Summoning Alacrity I - Corrected tradelist for Tacitus - Fixed q1555 Delivery to Arbolus Heaven - Fixed q3977 Expunge the Drana Fed - Changed few more quests to make them compatible with 2.1 quest reward changes - Modified charms xp boost to affect all - SM_ABYSS_RANKING_LEGIONS.writeImpl line 48 NullPointerException Fix
Last edited by dannybest; 13-03-11 at 02:20 PM.
So, is each server only for one client version??
As I updated my client to 2.1.0.8 and it doesn´t work with rev41 (the one I´m currently using).. it says error 1024 (failed to initialize).. is this server-related or just a client error?
@martaino - reinstall the game, don't use any patchs, download latest revision from first post, update your client to 2.1.0.8, download patched bin32 from first post and play.
loginserver/config/database settings:
if you use 1db(aion_db) this line should be changed to:database.url = jdbc:mysql://localhost:3306/aion_ls
or you'll have to make 2dbs (aion_ls and aion_gs).database.url = jdbc:mysql://localhost:3306/aion_db
The same goes for gameserver/config/database .
Good luck ^^
EDIT: danny again the same error.Im using windows server 2003
Last edited by energ; 13-03-11 at 05:50 PM.
@energ - Try new revision rev164 and if still continue, i will fix it.
Last edited by dannybest; 13-03-11 at 07:05 PM.
Cool thanks danny for the sharing... i just noticed there's no new updates to SQL folder
@john007 - I will announce when are sql files to update database.