# 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=127.0.0.1(Пишем Ваш IP)
# 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=127.0.0.1 (IP гейм сервера)
# 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 (если true - аккаунты буду создаватся автоматически; если false, то аккаунты автоматом создаватся не будут)
# 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=localhost:9014 (адрес логинсервера)
# Id of this game server
gameserver.network.login.gsid=1 (id сервера, тот что мы прописывали)
# Password of this game server
gameserver.network.login.password=root (пароль доступа к серверу который Вы указывали в БД)
# 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=www.LineageGamebox.ru (имя сервера)
# Character name pattern to be checked at char creation
gameserver.character.name.pattern=[a-zA-Z]{2,10}
Комментарии
Отпишитесь на форуме, только не забудьте добавить скрин с ошибкой
Жду Ваших вопросов
на форуме зарегистрировал ся,но писать не могу.т.к жду подтверждения.
стукните в аську 416057978