Read this ...
Read this ...
Dont was this problem was the template of character
I update the player template and items template and now work all fine
Only the //givemissingskills dont work but i enable form configurations autoskill and its ok from now.
Thanks anyway this is the most complette tutorial for Aion Private Server![]()
full client only 16MB???????
Hello!
Thanks for great video tutorials :) I've launched my own server but still have some problems. It's about chat server. Everything is working on localhost but when I change localhost to external IP (like shown in this tutorial), gameserver crashes.
I've uploaded screenshots with my configs and gameserver crash info.
What's wrong here? What should I change to make my server work?![]()
hic hic dont change localhost keep the word "localhost" in [Yourfolderserver]\gameserver\config\network\
database.properties
network.propertiesdatabase.driver = com.mysql.jdbc.Driver
# This is database url.
database.url = jdbc:mysql://localhost:3306/au_server_gs?useUnicode=true&characterEncoding=UTF-8
# Database user
database.user = root
# Database password
# NOTE: Change this! Root password is not safe!
database.password = password
# Minimum amount of database connections that will allways in the pool
database.connections.min = 5
# Maximum amount of DB connections that server can use
database.connections.max = 10
# Script context that will be loaded by database factory, it should implement DAO instances
database.scriptcontext.descriptor = ./data/scripts/system/database.xml
[Yourfolderserver]\loginserver\config\network\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 = localhost:9014
# Id of this game server
gameserver.network.login.gsid = 1
# Password of this game server
gameserver.network.login.password = password
# Address of chat server
# Ip and port of chat server should be accessible from
# 1) game server
# 2) all connected clients
gameserver.network.chat.address = localhost:9021
# Password of this game server for chat server
gameserver.network.chat.password = password
# 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
# This will enable or disable the messages for unknown packets
gameserver.network.display.unknownpackets = false
network.properties
database.propertiesloginserver.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
You need to change password connect to your database, and the au_server_ls, au_server_gs you change to correct with you database name. if you use Aion-Light i think it recommend you use data name is al_gb ... but you can change it to au_server_ls, au_server_gs. it workingdatabase.driver=com.mysql.jdbc.Driver
# This is database url.
database.url=jdbc:mysql://localhost:3306/au_server_ls
# Database user
database.user=root
# Database password
database.password=password
# Minimum amount of database connections that will allways in the pool
database.connections.min=5
# Maximum amount of DB connections that server can use
database.connections.max=10
# Script context that will be loaded by database factory, it should implement DAO instances
database.scriptcontext.descriptor=./data/scripts/system/database.xml
---------- Post added at 03:01 PM ---------- Previous post was at 02:58 PM ----------
I have one question... about Advenced stigma slot. Help me how to add the last 5 slot ? if i must do quest for it pls tell me what the quest name ? else help me what can i do to open it ? I have searched many places for it, but i can't find.
And I have tried to adjust in the database tab advenced_stigma_slot_size = 10, but still not working. Instead of the normal slot is stigma (6 slot), the slot 6 fails, can not add more skill to be!
![]()
Last edited by kenny_mask; 05-09-10 at 05:01 PM.
I'd like to make that not only me could use chat server.
If I keep localhost, chat server works only on that PC where aion server is installed (all servers - LS, GS, CS - are in one PC). And when I connect from different PC, I cannot use chat server. Like it's not implemented.
Chatserver doesn't work at all for me <.<
So i give up...
ok, this suck question, where is officer site aioni want to download aion client lol
---------- Post added at 05:31 PM ---------- Previous post was at 05:26 PM ----------
ok i got it lol![]()
OMG I RESTART the pc and i get this errors on my gs :(
Help Please
My Gameserver dont start
Maybe these will help you :) We've already fixed chat server in our server. Now we can connect from any other PC and use chat server.
gameserver.properties
network.propertiesCode:# ---------------------------- # GS Configs # ---------------------------- # Name of gameserver # Default: aion private gameserver.name = SERVER NAME # Character name pattern to be checked at char creation # To enable UTF support for names - set this parameter to [a-zA-Z\u0410-\u042f\u0430-\u044f]{2,16} gameserver.character.name.pattern = [a-zA-Z]{2,16} # Server Country Code (cc) # Default: 1 gameserver.country.code = 1 # Server Mode # 1 = user can create characters from both realms # 34 = user is bind to a realm, can't create more than 2 characters and can't enter the game world (character reservation mode) # 128 = user is bind to a realm (can't create characters from both realms at the same time) # Default: 128 gameserver.mode = 1 # Disable chat server connection gameserver.disable.chatserver = FALSE
chatserver.propertiesCode:# ---------------------------- # Network Config # ---------------------------- # Port that will be used to listen for client connections network.client.port = 7777 # Host that will be used to listen for client connections network.client.host = * # Maximum online players on the server network.client.maxplayers = 100 # Address of login server network.login.address = localhost:9014 # Id of this game server network.login.gsid = 1 # Password of this game server network.login.password = PASSWORD # Address of chat server # Ip and port of chat server should be accessible from # 1) game server # 2) all connected clients network.chat.address = EXTERNAL IP:9021 # Password of this game server for chat server network.chat.password = PASSWORD # Additional threads that are used to read network data network.nio.threads.read = 0 # Additional threads that are used to write network data network.nio.threads.write = 0
-External IP ----> get from What Is My IP Address - Shows Your IP AddressCode:# ---------------------------- # Chat Server Configs # ---------------------------- # CS will listen for connections on specified address chatserver.network.client.address = INTERNAL IP:10241 # Address that will be used by CS to listen for GS connections chatserver.network.gameserver.address = INTERNAL IP:9021 # Password to match for successful authentication of the game server # NOTE: Don't forget to add your password! chatserver.network.gameserver.password = PASSWORD
-Internal IP ----> 192.168.1.* ----> check your network settings
From /1 to /4 is working in my server here my config
gameserver/config/network/network.properties
\chatserver\config\chatserver.propertiesCode:# # This file is part of aion-unique <aion-unique.org>. # # aion-unique is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # # aion-unique is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with aion-unique. If not, see <http://www.gnu.org/licenses/>. # # ---------------------------- # Network Config # ---------------------------- # Port that will be used to listen for client connections network.client.port = 7777 # Host that will be used to listen for client connections network.client.host = * # Maximum online players on the server network.client.maxplayers = 100 # Address of login server network.login.address = YOUR IP HERE:9014 # Id of this game server network.login.gsid = 1 # Password of this game server network.login.password = YOUR PASSWORD # Address of chat server # Ip and port of chat server should be accessible from # 1) game server # 2) all connected clients network.chat.address = YOUR IP HERE:9021 # Password of this game server for chat server network.chat.password = YOUR PASSWORD # Additional threads that are used to read network data network.nio.threads.read = 0 # Additional threads that are used to write network data network.nio.threads.write = 0
I did not edit my loginserverCode:# # This file is part of aion-unique <aion-unique.org>. # # aion-unique is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # # aion-unique is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with aion-unique. If not, see <http://www.gnu.org/licenses/>. # # ---------------------------- # Chat Server Configs # ---------------------------- # CS will listen for connections on specified address chatserver.network.client.address = YOUR IP HERE:10241 # Address that will be used by CS to listen for GS connections chatserver.network.gameserver.address = YOUR IP HERE:9021 # Password to match for successful authentication of the game server # NOTE: Don't forget to add your password! chatserver.network.gameserver.password = YOUR PASSWORD
GheloVIP
Do you know about this ??
I have one question... about Advenced stigma slot. Help me how to add the last 5 slot ? if i must do quest for it pls tell me what the quest name ? else help me what can i do to open it ? I have searched many places for it, but i can't find.
And I have tried to adjust in the database tab advenced_stigma_slot_size = 10, but still not working. Instead of the normal slot is stigma (6 slot), the slot 6 fails, can not add more skill to be!
Last edited by kenny_mask; 06-09-10 at 10:04 AM.