Показать сообщение отдельно
Непрочитано 23.02.2010, 10:22   #6
Аватар для Nemesis
Пользователь

По умолчанию Re: Aion Unique rev.1127

Сделай базы для Гейм сервер и логин сервера разные
в гейм сервер пропиши так

Код:
# 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

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

# 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

# Enable/disable deadlock detector (true/false)
gameserver.deadlock.enable=false
В Логин сервер пропиши

Код:
# 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
В базе логин сервер в таблице геймсервер пропиши не айпи а *

и запустись

Добавлено через 1 минуту
а лучше всего просто другую сборку поставь

Последний раз редактировалось Nemesis; 23.02.2010 в 10:24. Причина: Добавлено сообщение
Nemesis вне форума Ответить с цитированием