Показать сообщение отдельно
Непрочитано 25.10.2010, 01:06   #5
Пользователь

Автор темы (Топик Стартер) Re: AL-go - Revision 224 и клиент 2.0.0.4 рус

GS network
database.properties
Код:
# Database Config's:
# ----------------------------

# 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?useUnicode=true&characterEncoding=UTF-8

# Database user
database.user = root

# Database password
# NOTE: Change this! Root password is not safe!
database.password = Ujhjirj171184

# 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
network
Код:
# Network Config's:
# ----------------------------

# 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 = 10.0.0.1

# 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 = 2

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

# 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 = 2

# Additional threads that are used to write network data
gameserver.network.nio.threads.write = 2

# This will enable or disable the messages for unknown packets
gameserver.network.display.unknownpackets = false
neous вне форума Ответить с цитированием