@boom galerinha estou conectando no meu servidor pelo : 127.0.0.1
e se eu tomar critico,disconect ou mesmo sair do jogo.. quando eu vou tenta loga denovo não esta dando fica igual quando o servidor esta OFF,mais para os players funcionam.Alguem me ajuda ?
Server.properties
# Bind IP of the Gameserver, use * to bind on all available IPs
GameserverHostname=*
# Gameserver port
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=l2clean.no-ip.org
# 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=127.0.0.1
# The Loginserver host and port
LoginPort=9014
LoginHost=127.0.0.1
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=127.0.0.1
# 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
# Bind IP of the LoginServer, use * to bind on all available IPs
LoginserverHostname=*
# Loginserver Port
LoginserverPort=2106
|