Jump to content

[Guide]How to setup your own Aion Server!


Recommended Posts

Put your ip in gameserver.properties file.

 

Your aion files/Gameserver/config.

 

version.java Located in your aion folder -> tools.

Link to comment
Share on other sites

Put your ip in gameserver.properties file.

 

Your aion files/Gameserver/config.

 

version.java Located in your aion folder -> tools.

 

lol this is alot of work...or maybe im just dumb....

Link to comment
Share on other sites

lol this is alot of work...or maybe im just dumb....

 

Actually , yes its a little bit difficult for begginers.

 

Btw , here you can download some of aion packs that i compiled :

 

http://www.maxcheaters.com/forum/index.php?topic=97065.0

 

You just change the ip's of the gameserver.properties file.

 

Then download the Launch.rar.

 

Extract the launcher.Right click on bat file and edit your ip.

 

Paste the launcher in your aion folder and just press launch!

 

I can't help you more .. sry but dunno what's wrong with you.

Link to comment
Share on other sites

good guide but i see server on when i select something say me about authorization and kick me cool .... help some 1 pls ..

 

Do what i say in my previous reply.

 

With the launch.rar , maybe you didn't edit the ip's in gameserver.properties file.

Link to comment
Share on other sites

I FOUND STUPED PROBLEM NOW I ADD IN THIS GUIDE UPDATE FROM LUNCHER FULL GAME Use this link :For who made update to 1.5.1.x:

Need to launch the game from NcSoft launcher:

 

open ncsoft launcher, go to file->setting->advanced ,in Region select: North America. confirm and restart the launcher.

It will made a lang update.

 

download this file http://www.megaupload.com/?d=1SZ0LSBF, delete bin32 in aion folder and put the downloaded content.

 

 

in ncsoft launcher right click on aion->Proprieties and insert in extra command line parameters:

-ip:your_server_ip -ng -port:2106 -noweb -noauthgg -lang:enu

 

And then USE : http://www.mediafire.com/?3jnzleznytn

Link to comment
Share on other sites

  • 2 weeks later...

Do what i say in my previous reply.

 

With the launch.rar , maybe you didn't edit the ip's in gameserver.properties file.

 

Thanks, Commodus

I doing all steps and open "gameserver.properties" files

and then replace ip "127.0.0.1" such as

 

# Address of login server

gameserver.network.login.address=localhost:9014

 

to

 

# Address of login server

gameserver.network.login.address=localhost:127.0.0.1

 

right?

 

if it correct, i copy launch.bat (from Launch.rar) to AION game folder and run it

after goto login screen appear..

 

What ID and PWD that use?

 

or how to set or add id in database?

please teach me, thanks

 

Link to comment
Share on other sites

The address of login server must be like that :

 


# Address of login server
gameserver.network.login.address=localhost:9014

 

You don't have to change it.

 

In the gameserver.properties file you must only change the password.

 


# Password of this game server
gameserver.network.login.password= <- this one.

 

Edit the gameserver.network.login.password with 12345 and you are done.

 

It should look like this :

 


# Password of this game server
gameserver.network.login.password=12345

 

After that , when you install your database , open the table ' gameserver ' .

 

You must see three columns.

 

ID , MASK , PASSWORD .

 

In ID you must write the the ID of the gameserver . ( 1 to 60 ) ( each number is a server name )

 

In MASK you must set the ip where loginserver will search for gameserver.

 

In PASSWORD you must set any password you want.

 

Example : 12345 ( be sure that you have the same password as the config files )

 

After you done with the database part you must edit the datapase.properties , you must change the Mysql user and password to the ones you use when you installed the mysql server.

 

Now the only thing you must edit is the ip's .

 

Open the file ' ipconfig.xml ' and edit the ip's to the one that you used.

 

Local server , example ( 127.0.0.1 ) .

 

Hope it helps you . Good luck.

Link to comment
Share on other sites

Thank, Commodus again

 

You say "Open Database", so i open this link AION-Emulation Installation to connect database via Navicat

and success connect database

 

navicat_db_01.jpg

 

navicat_db_02.jpg

 

upper pictures that i show IS your explain

but it's look like table for making server, right?

and it is first step that i take ID,MASK,PWD a first server to everyone can login in login screen?

 

 

and this picture below is table for keep id and pwd for player, right?

navicat_db_03.jpg

 

if i want to make a ADMIN character, how do it?

Thanks

Link to comment
Share on other sites

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.




×
×
  • Create New...