[QUOTE=VNDenisov;28371]Проблема решилась только после установки Login servera предведущей версии.
Однако возникла другая теперь не пускает дальше Login servera ,тоесть доходит до выбора серверов,сервер видно ping 0 выбераешь ,жмешь ок, не чего не происходит .
Вчем проблема?!!!!!!![/QUOTE
Цитата:
Посмотри что в это время выдает в консоли геймсервера... Возможно:
1. Протокол клиента не совпадант с настройками сервера, смотри в
\emu\gameserver\config\main\gameserver.properties
# ----------------
# Section: Clients
# ----------------
# Minimum and maximum protocol revision that server allow to connect.
# You must keep MinProtocolRevision <= MaxProtocolRevision.
MinProtocolRevision = 12
MaxProtocolRevision = 12
2. В l2.ini - не прописал IP своего сервера.
3. Проверь ещё раз конфиги геймсервера в части config\network
# ---------------------------------
# Section: Network Connection Setup
# ---------------------------------
# Bind ip of the gameserver, use 0.0.0.0 to bind on all available IPs
# This is The IP/Port Gameserver will Assume and Use.
GameServerHostName = IP сервера
GameServerPort = 7777
# this is the Loginserver host and port that this gameserver will try to connect to.
LoginPort = 9014
LoginHost = 127.0.0.1
# This is transmitted to the clients connecting from an external network,
# so it has to be a public IP or resolvable hostname.
ExternalHostname = IP сервера
# This is transmitted to the client from the same network,
# so it has to be a local IP or resolvable hostname
InternalHostname = IP сервера
|