Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

Release Aion Emulator 5.1 Full Source

Experienced Elementalist
Joined
Jul 18, 2014
Messages
266
Reaction score
7
Starting Aion German Login Server.19:07:08.468 INFO [main]: - Using default implementation for ThreadExecutor19:07:08.563 INFO [main]: - Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl19:07:08.567 INFO [main]: - Quartz Scheduler v.2.1.7 created.19:07:08.569 INFO [main]: - RAMJobStore initialized.19:07:08.571 INFO [main]: - Scheduler meta-data: Quartz Scheduler (v2.1.7) 'QuartzScheduler' with instanceId 'NON_CLUSTERED' Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally. NOT STARTED. Currently in standby mode. Number of jobs executed: 0 Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 1 threads. Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered.19:07:08.572 INFO [main]: - Quartz scheduler 'QuartzScheduler' initialized from an externally provided properties instance.19:07:08.572 INFO [main]: - Quartz scheduler version: 2.1.719:07:08.573 INFO [main]: - Scheduler QuartzScheduler_$_NON_CLUSTERED started.19:07:08.574 INFO [main]: - 2017-09-18 19-07-08 19:07:08.578 INFO [main]: - Loading: myls.properties19:07:08.579 INFO [main]: - No override properties found19:07:08.597 INFO [main]: - Loading: ./config/network/network.properties19:07:08.717 INFO [main]: - Loading: ./config/network/svstats.properties19:07:08.719 INFO [main]: - Loading: ./config/network/commons.properties19:07:08.724 INFO [main]: - Loading: ./config/network/database.propertiesException in thread "main" java.lang.Error: DatabaseFactory not initialized! at com.aionemu.commons.database.DatabaseFactory.init(DatabaseFactory.java:107) at com.aionemu.loginserver.LoginServer.main(LoginServer.java:121)Caused by: java.sql.SQLException: Unable to open a test connection to the given database. JDBC url = jdbc:mysql://localhost:3336/tearsnovo_ls?useUnicode=true&characterEncoding=UTF-8, username = root. Terminating connection pool. Original Exception: ------com.mysql.jdbc.exceptions.jdbc4.CommunicationsException: Communications link failureThe last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server. at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source) at java.lang.reflect.Constructor.newInstance(Unknown Source) at com.mysql.jdbc.Util.handleNewInstance(Util.java:411) at com.mysql.jdbc.SQLError.createCommunicationsException(SQLError.java:1116) at com.mysql.jdbc.MysqlIO.<init>(MysqlIO.java:344) at com.mysql.jdbc.ConnectionImpl.coreConnect(ConnectionImpl.java:2332) at com.mysql.jdbc.ConnectionImpl.connectOneTryOnly(ConnectionImpl.java:2369) at com.mysql.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:2153) at com.mysql.jdbc.ConnectionImpl.<init>(ConnectionImpl.java:792) at com.mysql.jdbc.JDBC4Connection.<init>(JDBC4Connection.java:47) at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source) at java.lang.reflect.Constructor.newInstance(Unknown Source) at com.mysql.jdbc.Util.handleNewInstance(Util.java:411) at com.mysql.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:381) at com.mysql.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:305) at java.sql.DriverManager.getConnection(Unknown Source) at java.sql.DriverManager.getConnection(Unknown Source) at com.jolbox.bonecp.BoneCP.obtainRawInternalConnection(BoneCP.java:256) at com.jolbox.bonecp.BoneCP.<init>(BoneCP.java:305) at com.aionemu.commons.database.DatabaseFactory.init(DatabaseFactory.java:104) at com.aionemu.loginserver.LoginServer.main(LoginServer.java:121)Caused by: java.net.ConnectException: Connection refused: connect at java.net.DualStackPlainSocketImpl.connect0(Native Method) at java.net.DualStackPlainSocketImpl.socketConnect(Unknown Source) at java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) at java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) at java.net.AbstractPlainSocketImpl.connect(Unknown Source) at java.net.PlainSocketImpl.connect(Unknown Source) at java.net.SocksSocketImpl.connect(Unknown Source) at java.net.Socket.connect(Unknown Source) at java.net.Socket.connect(Unknown Source) at java.net.Socket.<init>(Unknown Source) at java.net.Socket.<init>(Unknown Source) at com.mysql.jdbc.StandardSocketFactory.connect(StandardSocketFactory.java:257) at com.mysql.jdbc.MysqlIO.<init>(MysqlIO.java:294) ... 18 more------ at com.jolbox.bonecp.BoneCP.<init>(BoneCP.java:312) at com.aionemu.commons.database.DatabaseFactory.init(DatabaseFactory.java:104) ... 1 moreCaused by: com.mysql.jdbc.exceptions.jdbc4.CommunicationsException: Communications link failureThe last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server. at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source) at java.lang.reflect.Constructor.newInstance(Unknown Source) at com.mysql.jdbc.Util.handleNewInstance(Util.java:411) at com.mysql.jdbc.SQLError.createCommunicationsException(SQLError.java:1116) at com.mysql.jdbc.MysqlIO.<init>(MysqlIO.java:344) at com.mysql.jdbc.ConnectionImpl.coreConnect(ConnectionImpl.java:2332) at com.mysql.jdbc.ConnectionImpl.connectOneTryOnly(ConnectionImpl.java:2369) at com.mysql.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:2153) at com.mysql.jdbc.ConnectionImpl.<init>(ConnectionImpl.java:792) at com.mysql.jdbc.JDBC4Connection.<init>(JDBC4Connection.java:47) at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source) at java.lang.reflect.Constructor.newInstance(Unknown Source) at com.mysql.jdbc.Util.handleNewInstance(Util.java:411) at com.mysql.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:381) at com.mysql.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:305) at java.sql.DriverManager.getConnection(Unknown Source) at java.sql.DriverManager.getConnection(Unknown Source) at com.jolbox.bonecp.BoneCP.obtainRawInternalConnection(BoneCP.java:256) at com.jolbox.bonecp.BoneCP.<init>(BoneCP.java:305) ... 2 moreCaused by: java.net.ConnectException: Connection refused: connect at java.net.DualStackPlainSocketImpl.connect0(Native Method) at java.net.DualStackPlainSocketImpl.socketConnect(Unknown Source) at java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) at java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) at java.net.AbstractPlainSocketImpl.connect(Unknown Source) at java.net.PlainSocketImpl.connect(Unknown Source) at java.net.SocksSocketImpl.connect(Unknown Source) at java.net.Socket.connect(Unknown Source) at java.net.Socket.connect(Unknown Source) at java.net.Socket.<init>(Unknown Source) at java.net.Socket.<init>(Unknown Source) at com.mysql.jdbc.StandardSocketFactory.connect(StandardSocketFactory.java:257) at com.mysql.jdbc.MysqlIO.<init>(MysqlIO.java:294) ... 18 more



Starting Aion German Login Server.19:07:08.468 INFO [main]: - Using default implementation for ThreadExecutor19:07:08.563 INFO [main]: - Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl19:07:08.567 INFO [main]: - Quartz Scheduler v.2.1.7 created.19:07:08.569 INFO [main]: - RAMJobStore initialized.19:07:08.571 INFO [main]: - Scheduler meta-data: Quartz Scheduler (v2.1.7) 'QuartzScheduler' with instanceId 'NON_CLUSTERED' Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally. NOT STARTED. Currently in standby mode. Number of jobs executed: 0 Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 1 threads. Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered.19:07:08.572 INFO [main]: - Quartz scheduler 'QuartzScheduler' initialized from an externally provided properties instance.19:07:08.572 INFO [main]: - Quartz scheduler version: 2.1.719:07:08.573 INFO [main]: - Scheduler QuartzScheduler_$_NON_CLUSTERED started.19:07:08.574 INFO [main]: - 2017-09-18 19-07-0819:07:08.578 INFO [main]: - Loading: myls.properties19:07:08.579 INFO [main]: - No override properties found19:07:08.597 INFO [main]: - Loading: ./config/network/network.properties19:07:08.717 INFO [main]: - Loading: ./config/network/svstats.properties19:07:08.719 INFO [main]: - Loading: ./config/network/commons.properties19:07:08.724 INFO [main]: - Loading: ./config/network/database.propertiesException in thread "main" java.lang.Error: DatabaseFactory not initialized! at com.aionemu.commons.database.DatabaseFactory.init(DatabaseFactory.java:107) at com.aionemu.loginserver.LoginServer.main(LoginServer.java:121)Caused by: java.sql.SQLException: Unable to open a test connection to the given database. JDBC url = jdbc:mysql://localhost:3336/tearsnovo_ls?useUnicode=true&characterEncoding=UTF-8, username = root. Terminating connection pool. Original Exception: ------com.mysql.jdbc.exceptions.jdbc4.CommunicationsException: Communications link failureThe last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server. at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source) at java.lang.reflect.Constructor.newInstance(Unknown Source) at com.mysql.jdbc.Util.handleNewInstance(Util.java:411) at com.mysql.jdbc.SQLError.createCommunicationsException(SQLError.java:1116) at com.mysql.jdbc.MysqlIO.<init>(MysqlIO.java:344) at com.mysql.jdbc.ConnectionImpl.coreConnect(ConnectionImpl.java:2332) at com.mysql.jdbc.ConnectionImpl.connectOneTryOnly(ConnectionImpl.java:2369) at com.mysql.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:2153) at com.mysql.jdbc.ConnectionImpl.<init>(ConnectionImpl.java:792) at com.mysql.jdbc.JDBC4Connection.<init>(JDBC4Connection.java:47) at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source) at java.lang.reflect.Constructor.newInstance(Unknown Source) at com.mysql.jdbc.Util.handleNewInstance(Util.java:411) at com.mysql.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:381) at com.mysql.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:305) at java.sql.DriverManager.getConnection(Unknown Source) at java.sql.DriverManager.getConnection(Unknown Source) at com.jolbox.bonecp.BoneCP.obtainRawInternalConnection(BoneCP.java:256) at com.jolbox.bonecp.BoneCP.<init>(BoneCP.java:305) at com.aionemu.commons.database.DatabaseFactory.init(DatabaseFactory.java:104) at com.aionemu.loginserver.LoginServer.main(LoginServer.java:121)Caused by: java.net.ConnectException: Connection refused: connect at java.net.DualStackPlainSocketImpl.connect0(Native Method) at java.net.DualStackPlainSocketImpl.socketConnect(Unknown Source) at java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) at java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) at java.net.AbstractPlainSocketImpl.connect(Unknown Source) at java.net.PlainSocketImpl.connect(Unknown Source) at java.net.SocksSocketImpl.connect(Unknown Source) at java.net.Socket.connect(Unknown Source) at java.net.Socket.connect(Unknown Source) at java.net.Socket.<init>(Unknown Source) at java.net.Socket.<init>(Unknown Source) at com.mysql.jdbc.StandardSocketFactory.connect(StandardSocketFactory.java:257) at com.mysql.jdbc.MysqlIO.<init>(MysqlIO.java:294) ... 18 more------ at com.jolbox.bonecp.BoneCP.<init>(BoneCP.java:312) at com.aionemu.commons.database.DatabaseFactory.init(DatabaseFactory.java:104) ... 1 moreCaused by: com.mysql.jdbc.exceptions.jdbc4.CommunicationsException: Communications link failureThe last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server. at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source) at java.lang.reflect.Constructor.newInstance(Unknown Source) at com.mysql.jdbc.Util.handleNewInstance(Util.java:411) at com.mysql.jdbc.SQLError.createCommunicationsException(SQLError.java:1116) at com.mysql.jdbc.MysqlIO.<init>(MysqlIO.java:344) at com.mysql.jdbc.ConnectionImpl.coreConnect(ConnectionImpl.java:2332) at com.mysql.jdbc.ConnectionImpl.connectOneTryOnly(ConnectionImpl.java:2369) at com.mysql.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:2153) at com.mysql.jdbc.ConnectionImpl.<init>(ConnectionImpl.java:792) at com.mysql.jdbc.JDBC4Connection.<init>(JDBC4Connection.java:47) at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source) at java.lang.reflect.Constructor.newInstance(Unknown Source) at com.mysql.jdbc.Util.handleNewInstance(Util.java:411) at com.mysql.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:381) at com.mysql.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:305) at java.sql.DriverManager.getConnection(Unknown Source) at java.sql.DriverManager.getConnection(Unknown Source) at com.jolbox.bonecp.BoneCP.obtainRawInternalConnection(BoneCP.java:256) at com.jolbox.bonecp.BoneCP.<init>(BoneCP.java:305) ... 2 moreCaused by: java.net.ConnectException: Connection refused: connect at java.net.DualStackPlainSocketImpl.connect0(Native Method) at java.net.DualStackPlainSocketImpl.socketConnect(Unknown Source) at java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) at java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) at java.net.AbstractPlainSocketImpl.connect(Unknown Source) at java.net.PlainSocketImpl.connect(Unknown Source) at java.net.SocksSocketImpl.connect(Unknown Source) at java.net.Socket.connect(Unknown Source) at java.net.Socket.connect(Unknown Source) at java.net.Socket.<init>(Unknown Source) at java.net.Socket.<init>(Unknown Source) at com.mysql.jdbc.StandardSocketFactory.connect(StandardSocketFactory.java:257) at com.mysql.jdbc.MysqlIO.<init>(MysqlIO.java:294) ... 18 more
 
Experienced Elementalist
Joined
Oct 9, 2013
Messages
213
Reaction score
10
i have question for this emu+src..it 100% support bin64bit? I managed to do it at 64bit and there was a problem with animation against the characters skill that were mostly missing and some of the skills were delays, example; the sword has been hit by a mob, about 2 seconds of skill animation emerged.

*32bit works so far.
 
Junior Spellweaver
Joined
Feb 4, 2013
Messages
159
Reaction score
44
this my project launcher no need version.dll
modif your gameserver ip launcher.config
 
Legendary Battlemage
Top Poster Of Month
Joined
Feb 16, 2014
Messages
673
Reaction score
297
Onyen542 maybe you kan help me. why sometimes game freeze i click on some NPC and i wait 3~10 seconds how i can fix this lag. OK fixed no more problem with lag and big MS. At the moment MS between 25~90 from outside for ppl 100~200MS :D
 
Last edited:
Initiate Mage
Joined
Sep 18, 2017
Messages
2
Reaction score
0
anyone knows how to force to stop getting exp at level 65. 65 should be an archdeava attempt but it only intercepts 66 lvl..all adjustments to rate.properties do not fix the problem.

Well i found two ways to "circumvent" this issue.
The first is to go into the config files and change the max level you can reach to 65(66).
The second is to use the admin commands and just before you reach 66 boost to set your level to 65 with (targeting yourself) then typing //set level 65 (after that just port to a different map and the mail should arrive.) please note i have seen that if you do the set command after you were boosted it doesnt work so only use it before you reach 66. i hope this helps.



I found some issues with questing and i wonder if anyone can share a fix for them the first i noticed was in NTC(Nochsana training camp) the quest where you have to use a siege weapon to break down the door to the fortress just before you kill the general the door isn't attack able so the quest never updates since it cant(i did manage to fix it myself by editing the door's attributes in the npc_templates.

The second one i noticed is one campaign quest in eltnen the one where you are teleported to the friendly krall camp and have to talk to the leader the quest doesnt update and i was forced to use the //quest set questid COMPLETE 0 1 command to get past it. The same with the stigma quest line the dialogue of the npc doesnt give the option to end the quest.(counts as the third issue i suppose) The next issues are with the asmodian campaign quests in morheim where you have to "teleport" to the mist mane with some sort of statue that isnt there where the quest indicates. The other one also teleport statue related is in beluslan where you have to go to the ice claw i think. The quest says use the statue but it isnt there. The last issue i noticed also with campaign quests on the asmodian side is where you have to escort the hoarfrost tribe survivors it doesnt work so only way i found to get past them was to use the //quest set commands.

Some side quests i found bugged was asmodian side in altgard at the mau camp near the lepharist cave those two npc's that stand there the shugo and the guy their quests dont work.

Lastly (sorry very long post) is in kromede's trial the rotan quest doesnt complete you do get the rotan but the quest has to be abandoned and/or //quest set to complete.
Hopefully all this made sense and someone has fixes i would really appreciate it.
 
Experienced Elementalist
Joined
Oct 9, 2013
Messages
213
Reaction score
10
@Chim do you test it, work on you .. so be an admin fix the problem.tested config max regular player to 65 buggy when entering world you can not even move get stuck where you stand..
 
Experienced Elementalist
Joined
Oct 9, 2013
Messages
213
Reaction score
10
anyone can share 5.1 bin64 file version.dll? .. i can not detect what's wrong with using 64bit, tested all character skills some missing animation (no animation skills) with 32bit animation skill looks fine..can someone tell what happened with 64bit?
 
Back
Top