Jump to content

[Guide]How to setup your own Aion Server!


Recommended Posts

Edit: Got it mate, seems that eclipse link wasn't kosher. Moving forward now. Now for creating the database, do I create a login database and a gameserver database? Or execute both sql's into the same database? How many sql's are there total?

Either one, or two it doesnot really matter as soon as you specify it in your server properties:

Gameserver:

# JDBC database URL

database.url = jdbc:mysql://localhost:3306/-your database name here-

Loginserver:

# JDBC database URL

database.url = jdbc:mysql://localhost:3306/-your database name here-

 

Link to comment
Share on other sites

go into your Gameserver/Config folder and edit the ipconfig.xml file

example :<ipconfig default="192.168.1.65"> <------ Enter your LAN or WAN ip there without removing the "" or the <>. delete my instructions, save the file and you're done. :P

</ipconfig>

if its not working give us more infos.

 

Well i almost have the same issue. i use <ipconfig default="127.0.0.1"> and set launcher to ip=127.0.0.1 and i can play fine, i use <ipconfig default="no-ip here because i am bored to change it everytime my friendswant to log in"> and try the launcher as 127.0.0.1/192.168.x.x/no-ip and i can't log into the game it says "cannot connect to server.".

Link to comment
Share on other sites

Ho'kay. Not a bad guide btw, got some holes but w/e it worked. Core is compiled, database is setup, login and server batch looks good, ports are fowarded etc. Before I go any further I need to find out more information on client/server versions please. I found a patch that restores the client to version 2.7. Is that the latest stable/playable version? And if so, what do I need to change (files etc) to make my client and server negotiate (I don't see the version.java under tools anywhere)? I have attempted a login with the current client (3.0) just for shits and giggles, installed the noip.dll to bin32 and after login it froze up of course but it did make an account for me however, in the query. Lol.

 

Now these may be silly questions but, what server file version did I download with the SVN? How do you even know what client version to install? And where do you find the appropriate client files?

 

I also noticed a couple of "update" folders in the gameserver and login server folders with 4 more SQL's named inventory, index, and player.sql and accountdata.sql (login). Should I execute these into the appropriate databases?

 

Edit: I moved this post to its own topic on the main Aion page as it seems it has outgrown its correlation to this thread. Any advice would still be greatly appreciated.

Link to comment
Share on other sites

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

 

Yea this is where I am stuck I believe. I cannot find this file. I have checked in tools and almost every other folder with java files. I am getting past the login name/password and when I select server I freeze up. Any advice?

Link to comment
Share on other sites

  • 3 weeks later...
  • 2 months later...
  • 1 month later...
  • 2 weeks later...

well, i gave it a try..

When I open SmartSVN there's no way I'll be prompted with that window because that repository doesn't exist ath the begining as the Aion Emu directory doesn't exist in Program files.

Link to comment
Share on other sites

  • 5 months later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.




  • Posts

    • not just a waste of time ..even waste of money ...  
    • Heya! I was looking for someone who can provide me with any solution for FPS increase on Interlude Client. I was interested in a working Clear Cache button and/or any patch that will increase the FPS of each player. Playing on Interlude for many years now, I can understand that a crowded place will drop your FPS by a lot which is making the game unplayable and unenjoyable. For example, Baium Epic Boss always had issues (not only) with FPS drops sometimes players are playing with pixels (images). If anyone has the expertise and knowledge about those things I would like him to contact me via Discord xthedarknessfear so we can discuss further because I obviously have some questions about Client Modification and how it's done. Will not answer anything here, hit me up on disc and let's discuss it! P.S: I'm also looking for a custom simple interface (small edits). If you can do both, you are my guy! Cheers!
    • //request   Can anyone rework this for aCis 401? personally, one of the best features to have in a L2 server.
    • i have this feature: https://prnt.sc/rD9BYOi7QPB6 there is edited interface and one dll to make it working.
    • Whatever @Tryskell said...   Unfortunately it is not 2005-2010 anymore... Most of the community from those days is "grown up" and probably does not play games anymore (or at least no MMOs). I think anything related to MMOs will be a nail in the coffin.   I understand that it is hard to let the thing you've built for years to "just die". I assume most people got into programming, so maybe you can try something in that direction. But then again, this is a very niche community.   We need to think of something to bring the people together. I think events may be really fun, but then you would probably need to add prizes n order for the people to participate.   So yea, just my 2 cents. Hopefully somebody can come up with some great idea so we can revive this place. I've already forgotten it for the last couple (5-6) years...
  • Topics

×
×
  • Create New...