

# This class represents database driver class that will be used while connecting to database
database.driver=com.mysql.jdbc.Driver
# This is database url.
database.url=jdbc:mysql://localhost:3306/aion (указываем имя БД)
# Database user
database.user=root(пользователь БД)
# Database password
database.password=root(пароль к БД)
# 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/database.xml
# 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=192.168.1.3
# 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

# This class represents database driver class that will be used while connecting to database
database.driver=com.mysql.jdbc.Driver
# This is database url.
database.url=jdbc:mysql://localhost:3306/aion (имя БД )
# Database user
database.user=root (пользователь БД)
# Database password
database.password=root (пароль к БД)
# 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/database.xml
# 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= 95.132.200.241:9014
# Id of this game server
gameserver.network.login.gsid=1 (ID гейм сервера)
# Password of this game server
gameserver.network.login.password=123456 (пароль к зарегистрированому гейм серверу)
# 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}
Комментарии
Я ниче не понимаю!
Как соединить логинсервер и геймсервер?
"Server is terminated......"
Для продолжения нажмите любую кл...,хотя всё по 100 раз перепроверил,не подскажите
открываем Navicat находим таблицу players и открываем её. В данной таблице находим колонку admin и ставим там 3 для Вашего персонажа.
Для связки нужно в таблице gameservers зарегить свой серв и прописать в конфиге ГС