LoginServer # Default: 127.0.0.1
ExternalHostname = 127.0.0.1 - ВМЕСТО ЭТОГО СЮДА СВОЙ IP КОТОРЫЙ У ТЯ ПОСТОЯННЫЙ
# ---------------------------------------------------------------------------
# This is transmitted to the client from the same network, so it has to be a local IP or resolvable hostname.
# This can be the internal IP such as 127.0.0.1 or the computer's IP such as 192.168.x.x.
# ---------------------------------------------------------------------------
# Default: 127.0.0.1
InternalHostname = 127.0.0.1 - ВМЕСТО ЭТОГО СЮДА СВОЙ IP КОТОРЫЙ У ТЯ ПОСТОЯННЫЙ
# ---------------------------------------------------------------------------
# If you are behind a router which using its own local IP for Port Forwarding then set this to the routers
# local IP if you want people outside your internal network to be able to connect to your server.
# ---------------------------------------------------------------------------
# RouterHostname =
# Bind ip of the LoginServer, use * to bind on all available IPs
# Default: *
LoginserverHostname = 127.0.0.1 - ВМЕСТО ЭТОГО СЮДА СВОЙ IP КОТОРЫЙ У ТЯ ПОСТОЯННЫЙ
# Default: 2106
LoginserverPort = 2106
# The address on which login will listen for GameServers, use * to bind on all available IPs
# Default: *
LoginHostname = 127.0.0.1 - ВМЕСТО ЭТОГО СЮДА СВОЙ IP КОТОРЫЙ У ТЯ ПОСТОЯННЫЙ
# The port on which login will listen for GameServers
# Default: 9014
LoginPort = 9014
# The delay in minutes after which the login updates the gameservers IP's (usefull when their ip is dynamic)
# Default: 15
IpUpdateTime = 15
ЛИСТАЕШЬ НИЖЕ ФАЙЛИК!!!
# ---------------------------------------------------------------------------
# Database
# ---------------------------------------------------------------------------
# Specify the appropriate driver and url for the database you're using.
# Examples:
# Driver = com.mysql.jdbc.Driver (default)
# Driver = org.hsqldb.jdbcDriver
# Driver = com.microsoft.sqlserver.jdbc.SQLServerDriver
Driver = com.mysql.jdbc.Driver
# Database URL
# URL = jdbc:mysql://localhost/l2jdb (default)
# URL = jdbc:hsqldb:hsql://localhost/l2jdb
# URL = jdbc
qlserver://localhost/database = l2jdb/user = sa/password =
URL = jdbc:mysql://localhost/l2jdb
# Database user info (default is "root" but it's not recommended)
Login = root
# Database connection password
Password = СЮДА НАДО ВПИСАТЬ ПАРОЛЬ КОТОРЫЙ ТЫ В НАВИКАТЕ ВПИСЫВАЛ!!!!
# Default: 10
MaximumDbConnections = 100