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!

Mobius AionEmu 5.1

Newbie Spellweaver
Joined
Jan 12, 2013
Messages
18
Reaction score
10
MobiusDEV - Mobius AionEmu 5.1 - RaGEZONE Forums


I spent a couple of weekends working on some cleaner/more l2j-like version of AionEmu.
The idea was to make something working that everyone could use, without much trouble.
So setting this up would be as easy as working with any l2j server.

Here are the full sources.


Client:
Launcher:
Geodata:


Changes:
-Added Eclipse settings.
-Use Ant build for compiling.
-Use Java 8.
-All separate projects merged as one project.
-Commons jar replaced with sources and merged with the project.
-Fixed problems that made the server unable to start.
-Added missing database tables.
-Replaced Base64 class with Java 8 import/version.
-Fixed package path on many classes.
-Code format/cleanup.
-Removed obsolete chat server.
-Enabling events by simple date change.
-Added config for bonus service buffs.
-Addition of eclipse launcher files.
-Fixed fly and teleport issues.
-Updated libraries to latest revisions.
-Fixed all code warnings.

Credits:
-Project was based on Aion-Unique 5.1 free release.
-Commons sources found on Aion Core 4.7.5 project by GiGatR00n.
-Item XMLs and game server SQL tables taken from Aion Project 5.1 by Onyen542.
-AionGeoDataBuilder by aancw.
 
Joined
Sep 21, 2013
Messages
2,319
Reaction score
3,114
MobiusDEV - Mobius AionEmu 5.1 - RaGEZONE Forums


I spent a couple of weekends working on some cleaner/more l2j-like version of AionEmu.
The idea was to make something working that everyone could use, without much trouble.
So setting this up would be as easy as working with any l2j server.

Here are the full sources.


Client:
Launcher:
Geodata:


Changes:
-Added Eclipse settings.
-Use Ant build for compiling.
-Use Java 8.
-All separate projects merged as one project.
-Commons jar replaced with sources and merged with the project.
-Fixed problems that made the server unable to start.
-Added missing database tables.
-Replaced Base64 class with Java 8 import/version.
-Fixed package path on many classes.
-Code format/cleanup.
-Removed obsolete chat server.
-Enabling events by simple date change.
-Added config for bonus service buffs.
-Addition of eclipse launcher files.
-Fixed fly and teleport issues.
-Updated libraries to latest revisions.
-Fixed all code warnings.

Credits:
-Project was based on Aion-Unique 5.1 free release.
-Commons sources found on Aion Core 4.7.5 project by GiGatR00n.
-Item XMLs and game server SQL tables taken from Aion Project 5.1 by Onyen542.
-AionGeoDataBuilder by aancw.
Good initiative!! :8:
Also working on it, I have already corrected many Quests, Stigma System, Luna Shop, Gear Modification, Defense Stats, Events and etc...

Edit: MobiusDEV One more thing, this project is not based on Aion-Unique, is an ENCOM project:8:
Does not belong to Onyen542 or any other, but ENCOM.
 
Last edited:
Newbie Spellweaver
Joined
Aug 19, 2018
Messages
95
Reaction score
18
thanks your share
but I think this have many bug need fix
 
Junior Spellweaver
Joined
Feb 4, 2013
Messages
159
Reaction score
44
I will update my svn 5.1 unityaion



Changes
-fixed trade broker
-fixed highdaeva cp
-fixed stigma skill, include stigma delay equipped
-fixed level reduce stats
-fixed plume upgrade -1
-fixed enchant authorize stats
-fixed bonus online
-fixed legion member bonus buff
-fixed skill engine, aetertech, gun, bard
-implemented wedding system
Etc many bug fixed i can't list all



Svn access
 
Initiate Mage
Joined
May 9, 2015
Messages
4
Reaction score
0
When you doing the last Archdaeva Quest "How to use Essence" doesnt show the "hand" to goto "Allocate Essence" So you cant finish Quest, even Pressing (SHIFT+U) dont Update quest, anyone know how to fix it?
 
Newbie Spellweaver
Joined
Oct 16, 2013
Messages
7
Reaction score
0
GM panel not work
Drop crazy
Stigma system broken
Teleport on map system broken:
21:44:52.570 WARN [pool-2-thread-8]: - Exception in a Runnable execution:
java.lang.NullPointerException: null
at com.aionemu.gameserver.services.teleport.TeleportService2.sendLoc(TeleportService2.java:203)
at com.aionemu.gameserver.services.teleport.TeleportService2.teleportTo(TeleportService2.java:354)
at com.aionemu.gameserver.services.teleport.TeleportService2.teleportTo(TeleportService2.java:307)
at com.aionemu.gameserver.services.teleport.TeleportService2.teleportTo(TeleportService2.java:297)
at com.aionemu.gameserver.services.teleport.HotspotTeleportService$1$1.run(HotspotTeleportService.java:73)
at com.aionemu.commons.utils.concurrent.ExecuteWrapper.execute(ExecuteWrapper.java:48)
at com.aionemu.commons.utils.concurrent.RunnableWrapper.run(RunnableWrapper.java:41)
at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.util.concurrent.FutureTask.run(Unknown Source)
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(Unknown Source)
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
 
Joined
Sep 21, 2013
Messages
2,319
Reaction score
3,114
GM panel not work
Drop crazy
Stigma system broken
Teleport on map system broken:
21:44:52.570 WARN [pool-2-thread-8]: - Exception in a Runnable execution:
java.lang.NullPointerException: null
at com.aionemu.gameserver.services.teleport.TeleportService2.sendLoc(TeleportService2.java:203)
at com.aionemu.gameserver.services.teleport.TeleportService2.teleportTo(TeleportService2.java:354)
at com.aionemu.gameserver.services.teleport.TeleportService2.teleportTo(TeleportService2.java:307)
at com.aionemu.gameserver.services.teleport.TeleportService2.teleportTo(TeleportService2.java:297)
at com.aionemu.gameserver.services.teleport.HotspotTeleportService$1$1.run(HotspotTeleportService.java:73)
at com.aionemu.commons.utils.concurrent.ExecuteWrapper.execute(ExecuteWrapper.java:48)
at com.aionemu.commons.utils.concurrent.RunnableWrapper.run(RunnableWrapper.java:41)
at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.util.concurrent.FutureTask.run(Unknown Source)
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(Unknown Source)
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
Don't waste your time with these files, they are NOT good.
 
Master Summoner
Joined
Sep 5, 2013
Messages
582
Reaction score
54
login, chat, gameserver builder bat and ANT not found, where the all item the builder?
 
Back
Top