Перейти к содержанию
Авторизация  
varis

Протокол

Рекомендуемые сообщения

поставил айпи 127.0.0.1 а когда выбираю серв пишет другая версия протокола пожалуйста продолжайте

и выскакивает окно с надписью связь с сервером прервана пожалуйста зайдите в игру позже

кто может помоч?

Поделиться сообщением


Ссылка на сообщение
Поделиться на другие сайты
поставил айпи 127.0.0.1 а когда выбираю серв пишет другая версия протокола пожалуйста продолжайте

и выскакивает окно с надписью связь с сервером прервана пожалуйста зайдите в игру позже

кто может помоч?

Скачай новый патч для хроники которую ты запускаешь если не поможет, то и клиент новый нужно

Например это возможно когда ты запускаешь сервер Interlude, а патч у тебя Epilogue

Поделиться сообщением


Ссылка на сообщение
Поделиться на другие сайты

Скачай папку систем с убитым гг.

Поделиться сообщением


Ссылка на сообщение
Поделиться на другие сайты
Скачай новый патч для хроники которую ты запускаешь если не поможет, то и клиент новый нужно

Например это возможно когда ты запускаешь сервер Interlude, а патч у тебя Epilogue

у меня годд и запускаю я годд сколько я патчей скачивал не помагает когда ставил свой айпи ваще на серв не заходил....

Поделиться сообщением


Ссылка на сообщение
Поделиться на другие сайты
Скачай папку систем с убитым гг.

уже стоит и не помагает....

Поделиться сообщением


Ссылка на сообщение
Поделиться на другие сайты
у меня годд и запускаю я годд сколько я патчей скачивал не помагает когда ставил свой айпи ваще на серв не заходил....

Поменяй в конфигурациях гайм сервера минимальные и максимальные протоколы

Поделиться сообщением


Ссылка на сообщение
Поделиться на другие сайты
Поменяй в конфигурациях гайм сервера минимальные и максимальные протоколы

как это сделать я не разбираюсь в этом пока что еще)

Поделиться сообщением


Ссылка на сообщение
Поделиться на другие сайты
как это сделать я не разбираюсь в этом пока что еще)

Зайди в GameServer конфиги там найди сервер или что то подобное

 

# Minimum and maximum protocol revision that server allow to connect.

# You must keep MinProtocolRevision <= MaxProtocolRevision.

# HF protocol revision = 267;268;271;273

MinProtocolRevision = 267

MaxProtocolRevision = 268

 

и выстави так

 

# Minimum and maximum protocol revision that server allow to connect.

# You must keep MinProtocolRevision <= MaxProtocolRevision.

# HF protocol revision = 267;268;271;273

MinProtocolRevision = 1

MaxProtocolRevision = 65535

Поделиться сообщением


Ссылка на сообщение
Поделиться на другие сайты
Скрытый текст
# ---------------------------------------------------------------------------
# Game Server Settings
# ---------------------------------------------------------------------------
# This is the server configuration file. Here you can set up the connection information for your server.
# This was written with the assumption that you are behind a router.
# Dumbed Down Definitions...
# LAN (LOCAL area network) - typically consists of computers connected to the same router as you.
# WAN (WIDE area network) - typically consists of computers OUTSIDE of your router (ie. the internet).
# x.x.x.x - Format of an IP address. Do not include the x'es into settings. Must be real numbers.
# ---------------------------------------------------------------------------
# Networking
# ---------------------------------------------------------------------------

# Where's the Login server this gameserver should connect to
# WARNING: <u><b><font color="red">Please don't change default IPs here if you don't know what are you doing!</font></b></u>
# WARNING: <u><b><font color="red">External/Internal IPs are now inside "ipconfig.xml" file.</font></b></u>
# Default: 127.0.0.1
LoginHost = 127.0.0.1

# TCP port the login server listen to for gameserver connection requests
# Default: 9014
LoginPort = 9014

# Bind address for gameserver. You should not need to change it in most cases.
# WARNING: <u><b><font color="red">Please don't change default IPs here if you don't know what are you doing!</font></b></u>
# WARNING: <u><b><font color="red">External/Internal IPs are now inside "ipconfig.xml" file.</font></b></u>
# Default: * (0.0.0.0)
GameserverHostname = 127.0.0.1

# Default: 7777
GameserverPort = 7777


# ---------------------------------------------------------------------------
# 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/l2jsdb (default)
# URL = jdbc:hsqldb:hsql://localhost/test
# URL = jdbc:sqlserver://localhost/database = test/user = sa/password =
URL = jdbc:mysql://localhost/test
# Database user info (default is "root" but it's not recommended)
Login =
# Database connection password
Password =

# Default: 100
MaximumDbConnections = 100

# Cleans up the server database on startup.
# The bigger the database is, the longer it will take to clean up the database(the slower the server will start).
# Sometimes this ends up with 0 elements cleaned up, and a lot of wasted time on the server startup.
# If you want a faster server startup, set this to 'false', but its recommended to clean up the database from time to time.
# Default: True
DatabaseCleanUp = True

# The time before a database connection closes (in miliseconds)
# If a query takes longer to execute than the time defined here, the server will throw "Unclosed Connection!" error.
# If you get often this error message, try increasing this.
# Default: 60000ms
ConnectionCloseTime = 60000

# ---------------------------------------------------------------------------
# Misc Server Settings
# ---------------------------------------------------------------------------
# This is the server ID that the Game Server will request.
# Example: 1 = Bartz
# Default: 1
RequestServerID = 1

# True = The Login Server will give an other ID to the server if the requested ID is already reserved.
# Default: True
AcceptAlternateID = False

# Datapack root directory.
# Defaults to current directory from which the server is started unless the below line is uncommented.
#DatapackRoot = C:/Work/tmp/DataPack

# Define how many players are allowed to play simultaneously on your server.
# Default: 100
MaximumOnlineUsers = 100

# Numbers of protocol revisions that server allows to connect.
# Delimiter is ;
# WARNING: <u><b><font color="red">Changing the protocol revision may result in incompatible communication and many errors in game!</font></b></u>
# Default: 267
AllowedProtocolRevisions = 387;388;389;390;391;392;393;394;395;396


# ---------------------------------------------------------------------------
# Misc Player Settings
# ---------------------------------------------------------------------------

# Character name template.
# Examples:
# CnameTemplate = [A-Z][a-z]{3,3}[A-Za-z0-9]*
# The above setting will allow names with first capital letter, next three small letters,
# and any letter (case insensitive) or number, like OmfgWTF1
# CnameTemplate = [A-Z][a-z]*
# The above setting will allow names only of letters with first one capital, like Omfgwtf
# Default .* (allows any symbol)
CnameTemplate = .*

# This setting restricts names players can give to their pets.
# See CnameTemplate for details
PetNameTemplate = .*

# Maximum number of characters per account.
# Default: 7 (client limit)
CharMaxNumber = 7

вроде нету такого

Поделиться сообщением


Ссылка на сообщение
Поделиться на другие сайты

# Numbers of protocol revisions that server allows to connect.
# Delimiter is;
# WARNING: <u><b><font color="red">Changing the protocol revision may result in incompatible communication and many errors in game!</font></b></u>
# Default: 267
AllowedProtocolRevisions = 387;388;389;390;391;392;393;394;395;396

Вот где цифры от 387 и до конца ищи такие протоколы патча

Поделиться сообщением


Ссылка на сообщение
Поделиться на другие сайты
# Numbers of protocol revisions that server allows to connect.
# Delimiter is;
# WARNING: <u><b><font color="red">Changing the protocol revision may result in incompatible communication and many errors in game!</font></b></u>
# Default: 267
AllowedProtocolRevisions = 387;388;389;390;391;392;393;394;395;396

Вот где цифры от 387 и до конца ищи такие протоколы патча

а дописать протокол можно же?

Поделиться сообщением


Ссылка на сообщение
Поделиться на другие сайты
а дописать протокол можно же?

# Numbers of protocol revisions that server allows to connect.

# Delimiter is;

# WARNING: <u><b><font color="red">Changing the protocol revision may result in incompatible communication and many errors in game!</font></b></u>

# Default: 267

AllowedProtocolRevisions = 1;387;388;389;390;391;392;393;394;395;396;65535

 

Попробуй так

Поделиться сообщением


Ссылка на сообщение
Поделиться на другие сайты

ты мега чел спс большое спасибки раздам)

Поделиться сообщением


Ссылка на сообщение
Поделиться на другие сайты

нз )

Изменено пользователем madzal

Поделиться сообщением


Ссылка на сообщение
Поделиться на другие сайты

следующая тема следующая ошибка))) смотрим и желатено помагаем)

Поделиться сообщением


Ссылка на сообщение
Поделиться на другие сайты

MinProtocolRevision = 1

MaxProtocolRevision = 999

На крайний случай. А там уж какая у Вас ревизия подгонять.

Поделиться сообщением


Ссылка на сообщение
Поделиться на другие сайты
Авторизация  

  • Последние посетители   0 пользователей онлайн

    Ни одного зарегистрированного пользователя не просматривает данную страницу

×
×
  • Создать...