Jump to content

Recommended Posts

Posted

Hello MxC Community.

 

In this guide i will show you how to create your own Aion Server.

 

Images included in order not to be complicated.

 

First of all , for this guide you need the following softwares :

 

SmartSVN

 

Eclipse

 

Java Developement Kit

 

Note: It doesnt matter where you install any of these.

 

Step One.

 

Install all of the softwares.

 

Just extract eclipse where ever you want.

But dont lose it incase you need to re-compile, or if a new rev is released.

 

Install SmartSVN.

Install JDK(Java Developement Kit).

 

Step Two.

 

Then you will probably think:

"Oh no, now its going to very complicated. And im going to get many errors."

 

I can guarantee that its not going to be complicated.

 

Open SmartSVN.

 

When you open SmartSVN you should be promted with this window:

 

6zv7n5.jpg

 

Press OK.

 

The window should now look like this:

 

fkuteh.jpg

 

And as the image says.

 

Put http://my-svn.assembla.com/svn/aion-emu/ where it says URL

and your Destinated Folder where it says Local Directory.

 

And the press Next.

 

The window should now look like this.

 

175lc1.jpg

 

Just Press Finish.

 

And now it should begin "downloading" the core from the site.

 

When its done it should look something like this.

 

16icgm.png

 

Note: That now you're able to see directories now, aswell as files.

 

Step Three.

 

You should now have some new files on your harddrive. The once that you downloaded.

 

For me the files are in C:\Program Files\Aion SVN.

 

So go there.

 

It should look like this in the folder.

 

34ffk09.jpg

 

Don't get a panic attack if you cant see the .svn folder. You've done nothing wrong.

 

If you cant see the folder then you havent enabled "Show hidden folders".

I will not explain how to do this, since its not necessary.

 

Navigate to. Trunk> AE LoginServer

 

Make sure that theres a file in there called build.xml

 

Navigate to. Trunk> AE GameServer

 

Make sure that theres a file in there called build.xml

 

Navigate to. Trunk> AE_Commons

 

Make sure that theres a file in there called build.xml

 

When you've done this then your ready to start compiling.

 

Step Four.

 

Open Eclipse.

 

rk4ea0.png

 

You should be prompted with this window.

 

e9ivm9.jpg

 

It doesnt really matter where the workspace is.

But if your not really in to this then you should just go with the default one.

 

Press OK.

 

Navigate to File> Open File.

 

Go to your SVN folder. In my case: C:\Program Files\Aion SVN

 

Navigate to Trunk> AE LoginServer.

 

Click at build.xml.

 

If nothing appears when you do this then double click beside the Welcome Tab.

 

1gt1xz.png

 

A new tab should appear. It should be called build.xml.

 

Step Five.

 

Navigate to Window> Preferences

 

Navigate to Ant> Runtime

 

Press Global Entries

 

And then Press Add External JARs.

 

Go to the folder where your Java is installed. In my case C:\Program Files\Java

 

In that folder there may be several folders or just one.

 

Press the one that says jreX

 

X being a number.

 

Example: jre4 (thats where i found my file)

 

Navigate to lib

 

And in there find tools.jar.

 

If you cant find it then pick another folder.

 

Press OK.

 

Navigate to Run>Run

 

fnzn0o.jpg

 

You should get prompted with a window.

 

Press Ant Build.

 

2nau1k1.png

 

This will start compiling the file.

 

When the compiling the "Console" window should look like this:

 

5f14wh.png

 

When your done compiling LoginServer then just repeat step iv-step v.

 

The only thing your going to do different is to choose another file.

 

Instead of choosing the build.xml file in the AE LoginServer, you will now compile the build.xml file in the AE_GameServer folder and AE_Commons folder.

 

Step Six.

 

When you've reached this step you should have your Core Compiled.

 

Hope it helps the people who want to create their own Aion Server.

 

Credits : Aion Emu , Commodus .

Posted

 

but how do i get the game to recogonize my server?

 

After doing all steps you must change this one :

 

public class Version
{
/**
* What version should server support
* [true = chs, false = EU/US]
*/
public final static boolean Chiness = false; <------ this
}

 

in version.java before compiling

 

And then you must unzip this file : Launch.rar to the path of your Aion Folder.

 

for example : C:/Program Files/NcSoft/Aion

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



  • Posts

    • TG Support: https://t.me/buyingproxysup | Channel: https://t.me/buyingproxycom Discord support: #buyingproxy | Server: Join the BuyingProxy Discord Server!  Create your free account here
    • I came out of my cave as I do once every 5 years. By now, I know nobody really cares about L2, but I still find it fun to experiment. Everything you see here will be free and open source. I have no interest in selling anything.   Long story short, I like to revisit Interlude and apply what I've learned to see how far I can push it. Here's Outerlude, a public fork of aCis for the modern age.   Video demo:   Work that has been done:   Redone the netcode from scratch to be async The NPC AI was completely redone based on Finite State Machines Moved to PostgreSQL and using some of its cool features Lots of config that should be hot reloadable has moved to the database OpenTelemetry instrumentation, where it makes sense, and a Grafana dashboard A built-in REST API for server management A built-in MCP Server for LLMs Nidrah AI, an AI Agent to make managing the server easier Real-time server map view Chat auditing and live snooping A new Fake Players Engine with a Node logic system and a new LLM planner for any behavior Just watch the video   If there is interest in this and I'm happy with it, or I get bored (which I always do), I will open-source it. Let me know what you think and if there is some feature you'd like me to implement.
    • Hello everyone!   I offer Java development services for L2-like projects.   I have been working with Java since 2015-2016. During the last years I worked on contract Lineage 2 server development and related infrastructure. My main focus is server-side Java, L2JMobius-based forks, custom systems, packets, datapack/XML, SQL/JDBC, optimization and fixing unstable logic.   Experience with: L2JMobius main/original branch; L2JMobius Essence branch; Lucera interlude; Custom L2-like packs where many things were already changed from the original codebase;   What I can help with: custom systems for your pack; skills / effects / triggers / formulas; NPC / AI / scripts; shops / services / buffer / GM shop logic; items / enchant / rewards / missions; special hunting zones, instances, spawn/zone logic; custom packets and server-side integration with existing client UI changes; server-side integration for existing client-side edits/maps/geodata; SQL/JDBC, XML/datapack, XSD, configs; porting mechanics between branches/chronicles; bug fixing, cleanup, legacy refactoring; performance fixes: memory leaks, race conditions, broadcast/task-manager bottlenecks. other server-side game mechanics;   Examples of larger systems I worked on: clan/economy systems: roles, permissions, auction, shop, warehouse, ranks, seasons, history; PvP/event-like systems: territory/conquest mechanics, rankings, rewards, schedules; hunt pass / season pass / progression systems; account panel / web API for a game project; launcher backend, token-login flow, updater tooling; parsers and analyzers for game/client data; internal testing tools for server-side validation.   I can work with Git, separate branches, commits, pull/merge requests or patches, depending on your workflow. For tasks I usually provide a short note about what was changed and what should be tested.   Format: hourly: 15-20 USD/hour, depending on the task; fixed price per task after checking the requirements/code; small task: from 15 USD; payment: USDT; no revenue share and no unpaid test tasks; a small paid task is usually the best way to check quality and communication first. Contact: Discord: @stroke_dan Telegram @castirom
  • Topics

×
×
  • Create New...

Important Information

This community uses essential cookies to function properly. Non-essential cookies and third-party services are used only with your consent. Read our Privacy Policy and We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue..