Jump to content

[Guide]How to setup your own Aion Server!


Recommended Posts

Do what i said in ' gameservers ' table.

 

To create an admin account , login in AION with any account and then go to your database and change the access level of your account.

Link to comment
Share on other sites

i have this problem: so i run the consoles and everything was OK, then i log witch account in the game and the problem appeared when i tried to enter the server it says:"no game server available to the authorization server". HELP ME, PLEASE ! ! !

I'm sure that i was connected to my server because my account appeared into the database.

***HERE ARE THE PHOTOS OF CONSOLES AND ERROR IN THE GAME!

loginservery.png

gameserver.png

gameerror.png

 

Link to comment
Share on other sites

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 )

Link to comment
Share on other sites

In the config file , put the same password as your db one.

 

The 12345 password was an example.

 

in gameserver.network.client.host leave it as it is. ( * )

Link to comment
Share on other sites

man look:

in config file is my db pass

in db ip is 127.0.0.1

and i still cannot enter the server

 

Read again what i said to other guys.

 

I cannot write them again , read my replies in second and third page.

Link to comment
Share on other sites

no, man i still cannot log in the game server! can u pm me with you skype and fix it with team viewer pls?

 

I haven't skype and i'm working right now.

 

Follow the steps one by one that i gave to my replies in 2 and 3 page and i'm sure you will login.

 

If you don't try alone , you won't learn.

Link to comment
Share on other sites

man here are my files if you can find the problem tell me:

gameserver.properties

# Port that will be used to listen for client connections

gameserver.network.client.port=7777

 

# Host that will be used to listen for client connections

gameserver.network.client.host=*

 

# Maximum online players on the server

gameserver.network.client.maxplayers=100

 

# Address of login server

gameserver.network.login.address=127.0.0.1:9014

 

# Id of this game server

gameserver.network.login.gsid=1

 

# Password of this game server

gameserver.network.login.password=my pass here

 

# Additional threads that are used to read network data

gameserver.network.nio.threads.read=0

 

# Additional threads that are used to write network data

gameserver.network.nio.threads.write=0

 

# Name of gameserver

gameserver.name=aion private

 

# Character name pattern to be checked at char creation

gameserver.character.name.pattern=[a-zA-Z]{2,10}

 

loginserver.properties

# LoginServer will listen for connections on specified port

loginserver.network.client.port=2106

 

# LoginServer will bind specified network interface

# * - bind all interfaces

loginserver.network.client.host=*

 

# How many times player can try to login before he get's banned for bruteforcing

loginserver.network.client.logintrybeforeban=5

 

# For what time in minutes player should be banned in case of bruteforcing

loginserver.network.client.bantimeforbruteforcing=15

 

# Host that will be used by LS to listen for GS connections

loginserver.network.gameserver.host=*

 

# Port that will be used by LS to listen for GS connections

loginserver.network.gameserver.port=9014

 

# Nuber of additional threads for NIO that will handle only reading

loginserver.network.nio.threads.read=0

 

# Nuber of additional threads for NIO that will handle only writing

loginserver.network.nio.threads.write=0

 

# Create accounts automatically or not?

loginserver.accounts.autocreate=true

 

 

Info

in navicat:

connection name:localhost

host name/ip address:127.0.0.1

port:3306

username:root

pass:my pass here

 

In ae_server_ls ---> tables ---> gameservers

id      mask        password

1 127.0.0.1 my pass here

Link to comment
Share on other sites

Well , delete all the gameservers that you created in ' gameservers ' table and create again the gameserver.

 

Be sure to create it with id 1 because in your configs the servername of the gameservers is the server 1.

Link to comment
Share on other sites

aionsetup.jpg

 

Notice that you'll need AionNA client and NOT AionEU and version of 1.5.1.4. When you have AionEU client, you can do 2 things:

 

1- update your client with the original nclauncher, but in options use NA version. After this you'll need to download a bin32 folder from some private servers out there (google is your friend!) with the no-ip patch (this needed because official is now 1.5.1.7 wich isn't supported at this time by the gameserver).

 

2- go into the gameserver\config\ folder and edit the gameserver.properties as the follows:

 

# Server Country Code (cc)

gameserver.country.code=1

 

You can use these codes instead of the default "1":  1(NA Client), 2(EU Client), 7(RUS Client)

 

Regards: Ident

 

 

PS:

I personally highly recommend everyone that stay as player or use only at localhost when she/he cannot create a quality server. Noone need tons of sh1t servers that l2j had and destroyed not only the game it self, but the whole java community. When you go to the gameserver emulator's forum, do not beg, it is at the very beginning the whole thing, with time it will grow.

Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now



×
×
  • Create New...