09-10-2009, 05:09 PM
|
#1
|
|
Membro - General
Registrado em: Aug 2009
Localização: Sao Paulo
Posts: 237
Agradecido 61 Vezes em 29 Posts
Achei Ruim:
Acharam ruim Vezes em Posts
Meu Estado:
|
config ip!
GALERA COMO EU EDITO ISSO CORRETAMENTE?
GAME SERVER
# 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
# 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=
|
|
|