конфинги гс сервера:
# Bind ip of the gameserver, use * to bind on all available IPs
GameserverHostname = 127.0.0.1
GameserverPort = 7779
# This is transmitted to the clients connecting from an external network, so it has to be a public IP or resolvable hostname
# If this ip is resolvable by Login just leave *
ExternalHostname = 127.0.0.1
# This is transmitted to the client from the same network, so it has to be a local IP or resolvable hostname
# If this ip is resolvable by Login just leave *
InternalHostname = 127.0.0.1
# The Loginserver host and port
LoginPort = 9014
LoginHost = 127.0.0.1
# This is the server id that the gameserver will request (i.e. 1 is Bartz)
RequestServerID = 1
# If set to true, the login will give an other id to the server if the requested id is allready reserved
AcceptAlternateID = True
# Database info
Driver=com.mysql.jdbc.Driver
URL=jdbc:mysql://localhost/l2jdb
Login = root
Password = ********
MaximumDbConnections = 1000
# Define character name template
# Example to use only : CnameTemplate=[A-Z][a-z]{3,3}[A-Za-z0-9]*
# will allow names with first capital letter, next three small letters,
# and any (capital or not) letter or number, like ZbigN1eW
# Most rational to have CnameTemplate=[A-Z][a-z]*
# meaning names only of letters with first one capital, like Zbigniew
# Default .* - any namy of any symbols
CnameTemplate=[A-Za-z0-9\-]{3,16}
PetNameTemplate=[A-Za-z0-9\-]{3,16}
# Maximum number of chars per account - Default 7 (0 = unlimited [7 is the client limit])
CharMaxNumber = 7
# Define how many players are allowed to play simultaneously on your server.
MaximumOnlineUsers = 1000
# Minimum and maximum protocol revision that server allow to connect.
# You must keep MinProtocolRevision <= MaxProtocolRevision.
MinProtocolRevision = 1
MaxProtocolRevision = 999
#Выводить левый протокол в консоль? только для палева л2топа. не актуально
ShowProtocolsInConsole = true
#проверка на мертвые треды, в милисекундах
DeadLockCheck = 10000
#очистка сборщика мусора, в секундах, 3600
GCTaskDelay = 1800
конфинги лс сервера:
####
## Основные настройки
# Внешний IP
ExternalHostname = 127.0.0.1
# Внутренний IP
InternalHostname = 127.0.0.1
# IP, на котором будет висеть логин; в локалке ни ставил, лучше указать внешний (ExternalHostname)
LoginserverHostname = 127.0.0.1
# Порт логина
LoginserverPort = 2108
# База данных
Driver=com.mysql.jdbc.Driver
URL=jdbc:mysql://localhost/l2jdb
Login = root
Password = ******
MaximumDbConnections = 65535
# Авторег
AutoCreateAccounts = True
# Аксесс аккаунта для доступа на закрытый серв
GMMinLevel = 100
# IP геймсервера; если ГС на этой же машине, оставляем тут звездочку
LoginHostname = 127.0.0.1
# Порт прослушки геймсервера
LoginPort = 9014
####
## Про остальные настройки в этом файле можно забыть
# If set to true any GameServer can register on your login's free slots
AcceptNewGameServer = true
# If false, the licence (after the login) will not be shown
# It is highly recomended for Account Seciurity to leave this option as defalut (True)
ShowLicence = True
# The delay in minutes after which the login updates the gameservers IP's (usefull when their ip is dynamic)
IpUpdateTime = 15
# ==============================================================
# Test server setting, shoudnt be touched in online game server
# ==============================================================
Debug = False
Assert = False
Developer = False
# Enforce GG Authorization from client
# Login server will kick client if client bypassed GameGuard authentication
ForceGGAuth = False
#FloodProtection. time in ms
EnableFloodProtection = True
FastConnectionLimit = 15
NormalConnectionTime = 700
FastConnectionTime = 350
MaxConnectionPerIP = 3
# =================================================================
# Threads configuration - Take care changing this
# =================================================================
ThreadPoolSizeEffects = 30
ThreadPoolSizeGeneral = 33
#Default 2
UrgentPacketThreadCoreSize = 16
#Default 4
GeneralPacketThreadCoreSize = 16
#Default 4
GeneralThreadCoreSize = 16
AiMaxThread = 30
вот вроде все