|
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 |
|
|
|
||||||||||||||||||||||||||||||||||||||||||||||
|
|
![]() |
|
|
LinkBack | Ferramentas do Tópico | Modos de Exibição |
|
|
#1 (permalink) |
|
Membro - General
![]() Registrado em: Aug 2009
Localização: Sao Paulo
Posts: 237
Agradeceu: 78
Agradecido 61 Vezes em 29 Posts
Nome Real: Júllio Cesar
|
GALERA COMO EU EDITO ISSO CORRETAMENTE?
GAME SERVER Código:
[Somente Usuários Registrados Podem Visualizar os Links Desta PáginaClique aqui para se Registrar]
# Bind ip of the gameserver, use 0.0.0.0 to bind on all available IPs GameserverHostname = 0.0.0.0 GameserverPort = 7777 # This is transmitted to the clients connecting from an external network, so it has to be a public IP or resolvable hostname ExternalHostname = 0.0.0.0 # This is transmitted to the client from the same network, so it has to be a local IP or resolvable hostname InternalHostname = 0.0.0.0 # Note: You can define server hostname for each network in subnets.properties # The Loginserver host and port LoginPort = 9014 LoginHost = 0.0.0.0 # 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.SQLServerDriver URL = jdbc:mysql://localhost/l2jdb # URL = jdbc:hsqldb:hsql://localhost/l2jdb # URL = jdbc:sqlserver://localhost/database=l2jdb/user=sa/password= # Database user info (using root user is not recommended) Login = root Password = MaximumDbConnections = 100 LOGUIN SERVER Código:
[Somente Usuários Registrados Podem Visualizar os Links Desta PáginaClique aqui para se Registrar]
# Bind ip of the loginserver, use 0.0.0.0 to bind on all available IPs LoginServerHostname= 0.0.0.0 LoginServerPort=2106 GMMinLevel=100 # The port, ip on which login will listen for GameServers LoginHostname= 0.0.0.0 LoginPort=9014 # If set to true any GameServer can register on your login's free slots AcceptNewGameServer = False # If false, the licence (after the login) will not be shown ShowLicence = True # Database info Driver=com.mysql.jdbc.Driver #Driver=org.hsqldb.jdbcDriver #Driver=com.microsoft.sqlserver.jdbc.SQLServerDriver URL=jdbc:mysql://localhost/l2jdb #URL=jdbc:hsqldb:hsql://localhost/l2jdb #URL=jdbc:sqlserver://localhost/database=l2jdb/user=sa/password= Login=root Password= |
|
|
|
| Links Patrocinados |
|
|
#2 (permalink) | ||||
|
Membro - Cabo
![]() Registrado em: Jun 2009
Localização: www.l2thunder.com.br
Posts: 28
Agradeceu: 24
Agradecido 42 Vezes em 11 Posts
|
Caso use somente em sua maquina e essa aqui:
GAME SERVER Citação:
Citação:
GAME SERVER Citação:
Citação:
|
||||
|
|
|
|
|
#3 (permalink) |
|
Banido
![]() Registrado em: Sep 2009
Localização: Na Frente do PC =p
Posts: 2,094
Agradeceu: 701
Agradecido 1,875 Vezes em 902 Posts
Nome Real: Rodrigo R. Camellini
|
@cabelation
no login server tambem mude o ip 127.0.0.1 para seu ddns ou no ip no caso de for por o game online |
|
|
|
![]() |
|
|