Tópico: [Outros] ajuda meu server nao loga on
Ver um Único Post
Antigo 10-12-2009, 12:36 PM   #4 (permalink)
Brunolan
Membro - General
 
Avatar de Brunolan
 
Registrado em: Sep 2009
Localização: Porto Alegre RS
Posts: 217
Agradeceu: 285
Agradecido 86 Vezes em 51 Posts
Achei Ruim:
Acharam ruim Vezes em Posts
Meu Sistema
Meu Estado:
Nome Real: Bruno Luis Russo Veronezi

Inventório de Brunolan

Padrão

cara se vc estiver usando No-IP Te aconselho a mudar para ddns.. o No-IP é uma porcaria na minha opinião mas isso se aplica se o gameserver e o loginserver ja estiver funcionando

dai use ddns para fazer o servidor funcionar para os playser fora...

no caso de nao pegar eu acho q é problema aki:

gameserver/config/server.properties

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 = <<==aki seu ddns
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 = <<== aki seu ddns

# 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 = <<== aki seu ddns

# The Loginserver host and port
LoginPort = 9014
LoginHost = 127.0.0.1

# 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

# Database Settings
URL=jdbc:mysql://localhost/l2jdb
#URL=jdbc:hsqldb:hsql://localhost/l2jdb
#URL=jdbc:sqlserver://localhost/database=l2jdb/user=sa/password=

# Security Settings
Login = root
Password = <<== aki a senha q vc colocou no navicat na hora de criar a data base se nao colocou senha decha sem nada

No loginserver assim:

loginserver/config/LoginServer.properties

# This is transmitted to the clients connecting from an external network, so it has to be a public IP or resolvable hostname
ExternalHostname = <<== aki seu ddns

# This is transmitted to the client from the same network, so it has to be a local IP or resolvable hostname
InternalHostname = <<== aki seu ddns

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

# 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

# Database info
Driver=com.mysql.jdbc.Driver
#Driver=org.hsqldb.jdbcDriver
#Driver=com.microsoft.sqlserver.jdbc.SQLServerDriver

# Database Settings
URL=jdbc:mysql://localhost/l2jdb
#URL=jdbc:hsqldb:hsql://localhost/l2jdb
#URL=jdbc:sqlserver://localhost/database=l2jdb/user=sa/password=

# Security Settings
Login = root
Password = <<== aki a senha q vc colocou no navicat na hora de criar a data base se nao colocou senha decha sem nada
Feliz natal a todos

Brunolan está offline   Responder com Citação
O seguinte membro ao lado disse Obrigado(a) a : Brunolan por gostar deste Post :
xxmaelxx (10-12-2009)