Добрый вечер! Подскажите пожалуйста, в чем может быть проблема? Запускаю л2, ввожу логин и пароль от аккаунта, переходит к выбору сервера, а дальше ничего не происходит...
ВОТ НАСТРОЙКИ СЕРВЕРА. ==== ТАК ЖЕ ПРОПИСАЛ ПОРТ И АДРЕС В Л2 ИНИ (7777 ПОРТ) АДРЕС 127.0.0.1
#=============================================================
# Loginserver
#=============================================================
# This is transmitted to the clients, so it has to be an 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
# Bind ip of the LoginServer, use * to bind on all available IPs
LoginserverHostname = *
LoginserverPort = 2106
# The Loginserver host and port.
LoginHostname = 127.0.0.1
LoginPort = 9014
# Gameserver setting
# ================================================================
# This is transmitted to the clients, so it has to be an 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
# Bind ip of the gameserver, use * to bind on all available IPs.
GameserverHostname = *
GameserverPort = 7777
# The Loginserver host and port.
LoginHost = 127.0.0.1
LoginPort = 9014