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

Помогите

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

все вроде нормально поставил все хорошо запустил но на сервер зайти не могу останавливается при выборе сервера((((

сборка l2incore goddes of destruction

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


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

в ГС или ЛС ошибки пишет? при наборе паса и логина

 

либо версия протокола не совпадает с версией которая установлена в конфигах серва

 

глянь какой дапозон протоколов (смотри в конфигах) у тебя допущен

 

напишеш сюда

 

и кстати у тебя клиент какой протокол там ?

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


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

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

 

кароч где Ip-шники ставить

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


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

пример протокола дайте плиз

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


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

Скинь содержание конфигов логина и гейм сервера

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


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

Логин и пасс затери :)

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


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

game

Скрытый текст
# ---------------------------------------------------------------------------

# 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 = halava3d.no-ip.org

 

# 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 = halava3d.no-ip.org

 

# 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 = True

 

# 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

login

Скрытый текст
# ---------------------------------------------------------------------------

# Настройки Логин Сервера

# ---------------------------------------------------------------------------

# 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.

# ---------------------------------------------------------------------------

# Сетевые настройки

# ---------------------------------------------------------------------------

 

# Привязка ЛС к IP , напишите * , чтобы привязать к всем доступным IP

# 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>

# По-умолчанию: * (0.0.0.0)

LoginserverHostname = halava3d.no-ip.org

 

# По-умолчанию: 2106

LoginserverPort = 2106

 

# The address on which login will listen for GameServers, use * to bind on all available IPs

# 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>

# По-умолчанию: * (0.0.0.0)

LoginHostname = halava3d.no-ip.org

 

# Порт, на котором ЛС будет ожидать подключения ГС

# Default: 9014

LoginPort = 9014

 

# ---------------------------------------------------------------------------

# Рестартовать Логин Сервер каждые 24 часа?

# ---------------------------------------------------------------------------

# По-умолчанию: False, 24

LoginRestartSchedule = False

LoginRestartTime = 24

 

# ---------------------------------------------------------------------------

# Настройки безопасности

# ---------------------------------------------------------------------------

# По-умолчанию: True

LogLoginController = True

 

# Количество неудачных попыток логина, прежде чем игрок получит бан

# По-умолчанию: 10

LoginTryBeforeBan = 10

 

# Время , на которое сервер забанит игрока после LoginTryBeforeBan попыток.

# По-умолчанию: 600 (10 minutes)

LoginBlockAfterBan = 600

 

# Если установлено в True, ЛС будет принимать подключения от любых Гейм Серверов

# Без проверки в базе

# По-умолчанию: False

AcceptNewGameServer = False

 

# Защита от флуда. Все значения в МИЛЛИСЕКУНДАХ

# По-умолчанию: True

EnableFloodProtection = True

 

# По-умолчанию: 15

FastConnectionLimit = 15

 

# По-умолчанию: 700

NormalConnectionTime = 700

 

# По-умолчанию: 350

FastConnectionTime = 350

 

# По-умолчанию: 50

MaxConnectionPerIP = 50

 

 

# ---------------------------------------------------------------------------

# Подключение к базе данных

# ---------------------------------------------------------------------------

# Укажите адреси и драйвер, который Вы используете

# Примеры:

# Driver = com.mysql.jdbc.Driver (default)

# Driver = org.hsqldb.jdbcDriver

# Driver = com.microsoft.sqlserver.jdbc.SQLServerDriver

Driver = com.mysql.jdbc.Driver

# Строка подключения к базе

# 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

# Имя пользователя

Login =

# Пароль для подключения к базе

Password =

 

# По-умолчанию: 10

MaximumDbConnections = 10

 

 

# ---------------------------------------------------------------------------

# Разное

# ---------------------------------------------------------------------------

# Если установлено в false, текст лицензии после логина показываться не будет

# По-умолчанию: False

ShowLicence = False

 

# Автоматическое создание аккаунтов

# По-умолчанию: True

AutoCreateAccounts = True

 

 

# ---------------------------------------------------------------------------

# Настройки разработчика

# ---------------------------------------------------------------------------

# Включение отладки в консоль

# По-умолчанию: False

Debug = False

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


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

Гейм

[hide]

# ---------------------------------------------------------------------------

# 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 = *

 

# 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 = True

 

# 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

[/hide]

 

Логин

[hide]

# ---------------------------------------------------------------------------

# Настройки Логин Сервера

# ---------------------------------------------------------------------------

# 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.

# ---------------------------------------------------------------------------

# Сетевые настройки

# ---------------------------------------------------------------------------

 

# Привязка ЛС к IP , напишите * , чтобы привязать к всем доступным IP

# 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>

# По-умолчанию: * (0.0.0.0)

LoginserverHostname = *

 

# По-умолчанию: 2106

LoginserverPort = 2106

 

# The address on which login will listen for GameServers, use * to bind on all available IPs

# 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>

# По-умолчанию: * (0.0.0.0)

LoginHostname = 127.0.0.1

 

# Порт, на котором ЛС будет ожидать подключения ГС

# Default: 9014

LoginPort = 9014

 

# ---------------------------------------------------------------------------

# Рестартовать Логин Сервер каждые 24 часа?

# ---------------------------------------------------------------------------

# По-умолчанию: False, 24

LoginRestartSchedule = False

LoginRestartTime = 24

 

# ---------------------------------------------------------------------------

# Настройки безопасности

# ---------------------------------------------------------------------------

# По-умолчанию: True

LogLoginController = True

 

# Количество неудачных попыток логина, прежде чем игрок получит бан

# По-умолчанию: 10

LoginTryBeforeBan = 10

 

# Время , на которое сервер забанит игрока после LoginTryBeforeBan попыток.

# По-умолчанию: 600 (10 minutes)

LoginBlockAfterBan = 600

 

# Если установлено в True, ЛС будет принимать подключения от любых Гейм Серверов

# Без проверки в базе

# По-умолчанию: False

AcceptNewGameServer = False

 

# Защита от флуда. Все значения в МИЛЛИСЕКУНДАХ

# По-умолчанию: True

EnableFloodProtection = True

 

# По-умолчанию: 15

FastConnectionLimit = 15

 

# По-умолчанию: 700

NormalConnectionTime = 700

 

# По-умолчанию: 350

FastConnectionTime = 350

 

# По-умолчанию: 50

MaxConnectionPerIP = 50

 

 

# ---------------------------------------------------------------------------

# Подключение к базе данных

# ---------------------------------------------------------------------------

# Укажите адреси и драйвер, который Вы используете

# Примеры:

# Driver = com.mysql.jdbc.Driver (default)

# Driver = org.hsqldb.jdbcDriver

# Driver = com.microsoft.sqlserver.jdbc.SQLServerDriver

Driver = com.mysql.jdbc.Driver

# Строка подключения к базе

# 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

# Имя пользователя

Login =

# Пароль для подключения к базе

Password =

 

# По-умолчанию: 10

MaximumDbConnections = 10

 

 

# ---------------------------------------------------------------------------

# Разное

# ---------------------------------------------------------------------------

# Если установлено в false, текст лицензии после логина показываться не будет

# По-умолчанию: False

ShowLicence = False

 

# Автоматическое создание аккаунтов

# По-умолчанию: True

AutoCreateAccounts = True

 

 

# ---------------------------------------------------------------------------

# Настройки разработчика

# ---------------------------------------------------------------------------

# Включение отладки в консоль

# По-умолчанию: False

Debug = False

[/hide]

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

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


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

а айпи свой как вписать?

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


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

и скажи что ты изменил кроме айпИ?

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


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

открываешь конфиг и там в полях

 

loginserverhostname = тут ставишь 127.0.0.1

 

и в

 

gameserverhostname = ставишь 127.0.0.1

 

и сохраняеш

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


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

Ничего кроме ипов не менял.

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


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

а как я с друзьями тестить серв буду???...

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


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

Эм... Ты что не моежшь тупо вставтиь то что я тебе дал и дать ответ работает или нет?

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


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

тогда зайди на 2ip.ru и узнать внешний IP и поменять порты и в l2.ini вписать свой внешний IP

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


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

поставив айпи 127.0.0.1 лс выдает ошибку

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


Ссылка на сообщение
Поделиться на другие сайты
тогда зайди на 2ip.ru и узнать внешний IP и поменять порты и в l2.ini вписать свой внешний IP

у меня динамический айпи

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


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

тебе по инету или по локалке или для себя

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


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

по инэту

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


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

значит делай через no-ip или через hamachi

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


Ссылка на сообщение
Поделиться на другие сайты
значит делай через no-ip или через hamachi

тема и создана по этому что меня не пускает на серв

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


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

Мля, зачем ты что то ставишь где то??? Я тебе дал то что вставить!

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


Ссылка на сообщение
Поделиться на другие сайты
Мля, зачем ты что то ставишь где то??? Я тебе дал то что вставить!

ты не понимаешь мне нужно с друзьями протестить серв этот а ты мне айпи 127.0.0.1 и * даешь

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


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

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

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

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