помогите вёл ключ 43 значный
потом включил сервер логин вкючился а гейм сервер нет
мож в server.cfg чёто неправильно вёл?
# Bind ip of the gameserver
GameserverHostname = 127.0.0.1
GameserverPort = 7777
# This is transmitted to the clients connecting from an external network, so it has to be a public IP or resolvable hostname
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
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 = False
# Database info
Driver=com.mysql.jdbc.Driver
URL=jdbc:mysql://localhost/server?useUnicode=true&characterEncoding=UTF-8
Login = логин
Password = пароль
# 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 = 1500
# Minimum and maximum protocol revision that server allow to connect.
# You must keep MinProtocolRevision <= MaxProtocolRevision.
MinProtocolRevision = 735
MaxProtocolRevision = 775
#Авторестарт сервера в определенный час
AutoRestartHour = 5
#Ваш ключ от сборки
SerialKey = 123456789123456789123456789123456789sed3123
#####
### Веб сервер
# Порт сервера, 0 - отключен
WebServerPort = 0
# Директория
WebServerFolder = data/webserver/
# Главная страница
WebServerIndex = index.html
# Обновление графиков, минуты
WebServerRefreshTime = 60