19-04-2009, 11:01 AM
|
#6
|
|
Amigo SE
Registrado em: Dec 2008
Posts: 220
Agradecido 267 Vezes em 73 Posts
Achei Ruim:
Acharam ruim Vezes em Posts
|
Vamos ao Gameserver
Citação:
# ================================================== ==============
# General server setting!!! REQUIRED to configure to everyone!!!
# ================================================== ==============
# Bind ip of the gameserver, use 0.0.0.0 to bind on all available IPs
GameserverHostname = 0.0.0.0 Aqui sempre deixe como está.
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 = 127.0.0.1 Aqui se você for coloca Online coloque seu no -ip.
# 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 Aqui sempre deixe como está.
# Note: You can define server hostname for each network in subnets.properties
# The Loginserver host and port
LoginPort = 9014
LoginHost = 127.0.0.1 Aqui sempre deixe como está.
|
Vamos ao Loginserver:
Citação:
# Bind ip of the loginserver, use 0.0.0.0 to bind on all available IPs
LoginServerHostname=0.0.0.0 Aqui sempre deixe como está.
LoginServerPort=2106
GMMinLevel=100
# The port, ip on which login will listen for GameServers
LoginHostname=127.0.0.1 Aqui sempre deixe como está.
LoginPort=9014
|
================================================
|
|
|