22-10-2009, 11:51 PM
|
#9 (permalink)
|
|
Membro - Veterano
Registrado em: Nov 2008
Localização: Boa Vista - Roraima
Posts: 574
Agradecido 1,324 Vezes em 243 Posts
Achei Ruim:
Acharam ruim Vezes em Posts
Nome Real: Andreh Fernandes
|
Vo colocar a minha config do meu pra vc ter mais ou menos uma noção. faça do jeito que esta. onde esta em vermelho coloque assim jeito ae
GameServer
================================================================
# General server setting !!! REQUIRED to configure to everyone !!!
# ================================================================
# 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 = AQUI COLOQUE SEU NO-IP OU HAMACHI
# 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 = AQUI COLOQUE SEU NO-IP OU HAMACHI
# 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 = root
MaximumDbConnections = 50
MaximumStateMents = 100
MaxPoolSize = 50
MinPoolSize = 10
AquireIncrement = 1
IdleConnectionTest = 10800
MaxIdleTime = 0
LOGINSERVER
# ================================================================
# General server setting !!! REQUIRED to configure to everyone !!!
# ================================================================
# 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 deixe desse jeito aqui
# 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 deixe desse jeito aqui
# Bind ip of the loginServer, use * to bind on all available IPs
LoginserverHostname = *
LoginserverPort = 2106
fale se deu certo ou nao
|
|
|