|
Você não é registrado, por favor registre-se para ter acesso ao conteúdo completo. Caso seja registrado, efetue login. Esqueceu sua senha? Clique aqui Recomendamos o uso do Mozilla Firefox para uma melhor visualização. |
|
| Início | Postados Hoje | Marcar Fóruns Como Lidos | Álbums | Banidos | SE Team | Medalhas |
|
|||||||
| Registrar | Loteria VIP | Staff SE | Regras do fórum | Comunidade | Arcade | Postados Hoje | Pesquisar | Experience |
|
|
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
|
![]() |
|
|
Ferramentas do Tópico | Modos de Exibição |
|
|
#1 |
|
Membro - Sargento
![]() Registrado em: Oct 2009
Posts: 35
Agradeceu: 3
Agradecido 2 Vezes em 1 Post
Achei Ruim:
Acharam ruim Vezes em Posts
|
ai galera criei um servidor na ksa do vizinho com net individual e colokei o serve on mas quando eu venho pra minha ksa logar ele fica azul + o ping fica 9999 por que sera ? alquem pode me ajuda ae
como ta "Login serve" # This is transmitted to the clients connecting from an external network, so it has to be a public IP or resolvable hostname ExternalHostname = lineage62.servegame.com # This is transmitted to the client from the same network, so it has to be a local IP or resolvable hostname InternalHostname = 192.168.254.10 # Bind ip of the loginServer, use * to bind on all available IPs LoginserverHostname = lineage62.servegame.com LoginserverPort = 2106 # How many times you can provide an invalid account/pass before the IP gets banned LoginTryBeforeBan = 20 # Time you won't be able to login back again after LoginTryBeforeBan tries to login. Provide a value in seconds. Default 10min. (600) LoginBlockAfterBan = 600 GMMinLevel = 100 # The address on which login will listen for GameServers, use * to bind on all available IPs LoginHostname = 192.168.254.10 # The port on which login will listen for GameServers LoginPort = 9014 # If set to True any GameServer can register on your login's free slots AcceptNewGameServer = True # If False, the licence (after the login) will not be shown # It is highly recomended for Account Seciurity to leave this option as defalut (True) ShowLicence = True "game serve" # Bind ip of the gameserver, use * to bind on all available IPs GameserverHostname = lineage62.servegame.com GameserverPort = 7777 # This is transmitted to the clients connecting from an external network, so it has to be a public IP or resolvable hostname # If this ip is resolvable by Login just leave * ExternalHostname = lineage62.servegame.com # This is transmitted to the client from the same network, so it has to be a local IP or resolvable hostname # If this ip is resolvable by Login just leave * InternalHostname = 192.168.254.10 # The Loginserver host and port LoginPort = 9014 LoginHost = 192.168.254.10 # 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 = True # Database info Driver=com.mysql.jdbc.Driver #Driver=org.hsqldb.jdbcDriver #Driver=com.microsoft.sqlserver.jdbc.SQLServerDriv er # Database Settings URL=jdbc:mysql://localhost/l2jdb #URL=jdbc:hsqldb:hsql://localhost/l2jdb #URL=jdbc: |
|
|
|
| Links Patrocinados |
|
|
#2 | ||||||||||||||
|
Membro - Veterano
![]() Registrado em: Apr 2009
Localização: MG
Posts: 544
Agradeceu: 135
Agradecido 104 Vezes em 88 Posts
Nome Real: Juaum
|
Tenta por o Login server aqui?
Código:
[Somente Usuários Registrados Podem Visualizar os Links Desta PáginaClique aqui para se Registrar]
"Login serve" # 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 # Bind ip of the loginServer, use * to bind on all available IPs LoginserverHostname = 127.0.0.1 LoginserverPort = 2106 # How many times you can provide an invalid account/pass before the IP gets banned LoginTryBeforeBan = 20 # Time you won't be able to login back again after LoginTryBeforeBan tries to login. Provide a value in seconds. Default 10min. (600) LoginBlockAfterBan = 600 GMMinLevel = 100 # The address on which login will listen for GameServers, use * to bind on all available IPs LoginHostname = 127.0.0.1 # The port on which login will listen for GameServers LoginPort = 9014 # If set to True any GameServer can register on your login's free slots AcceptNewGameServer = True # If False, the licence (after the login) will not be shown # It is highly recomended for Account Seciurity to leave this option as defalut (True) ShowLicence = True |
||||||||||||||
|
|
|
||||||||||||||
|
|
#3 |
|
Membro - Sargento
![]() Registrado em: Oct 2009
Posts: 35
Agradeceu: 3
Agradecido 2 Vezes em 1 Post
Achei Ruim:
Acharam ruim Vezes em Posts
|
pra que o 127.0.0.1? e o no game serve deixo o mesmo ?
|
|
|
|
|
|
#4 | ||||||||||||||
|
Membro - Veterano
![]() Registrado em: Mar 2009
Localização: Cabeça Dentro dos Livros
Posts: 1,322
Agradeceu: 15
Agradecido 474 Vezes em 306 Posts
Achei Ruim:
Acharam ruim Vezes em Posts
Nome Real: Daniel Santos
|
Código:
[Somente Usuários Registrados Podem Visualizar os Links Desta PáginaClique aqui para se Registrar]
# Bind ip of the gameserver, use * to bind on all available IPs GameserverHostname = * GameserverPort = 7777 # This is transmitted to the clients connecting from an external network, so it has to be a public IP or resolvable hostname # If this ip is resolvable by Login just leave * ExternalHostname = lineage62.servegame.com # This is transmitted to the client from the same network, so it has to be a local IP or resolvable hostname # If this ip is resolvable by Login just leave * InternalHostname = 127.0.0.1 # The Loginserver host and port LoginPort = 9014 LoginHost = 192.168.254.10 # 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 = True # Database info Driver=com.mysql.jdbc.Driver #Driver=org.hsqldb.jdbcDriver #Driver=com.microsoft.sqlserver.jdbc.SQLServerDriv er # Database Settings URL=jdbc:mysql://localhost/l2jdb #URL=jdbc:hsqldb:hsql://localhost/l2jdb #URL=jdbc: Código:
[Somente Usuários Registrados Podem Visualizar os Links Desta PáginaClique aqui para se Registrar]
"Login serve" # This is transmitted to the clients connecting from an external network, so it has to be a public IP or resolvable hostname ExternalHostname = lineage62.servegame.com # 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 # How many times you can provide an invalid account/pass before the IP gets banned LoginTryBeforeBan = 20 # Time you won't be able to login back again after LoginTryBeforeBan tries to login. Provide a value in seconds. Default 10min. (600) LoginBlockAfterBan = 600 GMMinLevel = 100 # The address on which login will listen for GameServers, use * to bind on all available IPs LoginHostname = 192.168.254.10 # The port on which login will listen for GameServers LoginPort = 9014 # If set to True any GameServer can register on your login's free slots AcceptNewGameServer = True # If False, the licence (after the login) will not be shown # It is highly recomended for Account Seciurity to leave this option as defalut (True) ShowLicence = True |
||||||||||||||
|
|
|
||||||||||||||
|
|
#5 |
|
Membro - Sargento
![]() Registrado em: Oct 2009
Posts: 35
Agradeceu: 3
Agradecido 2 Vezes em 1 Post
Achei Ruim:
Acharam ruim Vezes em Posts
|
na hora de da ok pra entra no serve nao entra alguem pode me ajuda ainda fica 9999
|
|
|
|
|
|
#6 | ||||||||||||||
|
Membro - Veterano
![]() Registrado em: Apr 2009
Localização: MG
Posts: 544
Agradeceu: 135
Agradecido 104 Vezes em 88 Posts
Nome Real: Juaum
|
Como ta usando o Loginserver?POsta ae o atual:
|
||||||||||||||
|
|
|
||||||||||||||