11-08-2009, 03:57 PM
|
#236 (permalink)
|
|
Membro - Marechal
Registrado em: Apr 2009
Localização: Tailandia
Posts: 288
Agradecido 45 Vezes em 33 Posts
Achei Ruim:
Acharam ruim Vezes em Posts
|
Citação:
Vlww 
----------
Ei manoo Veio VO te falar a real .. Mano nem ta dando certo ki sei la veio eu Faço tudo certinho quando eu vo ativar da error no ip fica vendo la . ai eu coloco o meu ip tbm da erro . mais mano vo te falar pq e so o SEU o Pack que Eu baixei dos cara Tudo Pega Normal . queria muito baixar o seu pq esse ai e de acordo com o que eu queria
Mais se Poder ajudar aee Manoo Vlww
Agradeço 
|
Seguinte ve bem teu ERRO: você vai configurar nas seguinte linhas, mais antes essas configurações você só vai ativar, se o server estiver no seu PC, então vamos lá,Aquivos e Programa,Server,Gameserver:
# 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 você coloca seu no -IP ou 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 = Aqui e o IP do Seu micro exemplo>192.168.254.4
# The Loginserver host and port
LoginPort = 9014
LoginHost = 127.0.0.1(Aqui deixe como está)
# 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 = False
Depois na mesma pasta do Gameserve, Procure o Bloco(telnet) i edit as linhas:
#Telnet is disabled by default.
EnableTelnet = false
#This is the port telnet server will bind to
StatusPort = 12345
#If the following is not set, a random password is generated on server startup.
#StatusPW = somePass
#This list can contain IPs or Hosts of clients you wish to allow.
#Hosts must be resolvable to an IP.
#The format is as follows:
#ListOfHosts = 0.0.0.0,host,0.0.0.1,host2,host3,host4,0.0.0.3
#Make sure there are no spaces between hosts/ips
ListOfHosts = 127.0.0.1,localhost
Deixe como está, mais se caso não se conectar a net mude a Linha>>Listofhost para >>192.168.254.4,localhost
a mesma coisa no login serve:
# This is transmitted to the clients connecting from an external network, so it has to be a public IP or resolvable hostname
ExternalHostname = No-ip ou DDNS Aqui <<
# This is transmitted to the client from the same network, so it has to be a local IP or resolvable hostname
InternalHostname = 192.168.254.4(IP da sua lan ou pc Unico)
# 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 = 10
# 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 = true
mesma coisa na pasta telnet:
#Telnet is disabled by default.
EnableTelnet = false
#This is the port telnet server will bind to
StatusPort = 12345
#If the following is not set, a random password is generated on server startup.
#StatusPW = somePass
#This list can contain IPs or Hosts of clients you wish to allow.
#Hosts must be resolvable to an IP.
#The format is as follows:
#ListOfHosts = 0.0.0.0,host,0.0.0.1,host2,host3,host4,0.0.0.3
#Make sure there are no spaces between hosts/ips
ListOfHosts = 127.0.0.1,localhost
Veja tb se está com senha exemplo:
# Database info
Driver=com.mysql.jdbc.Driver
#Driver=org.hsqldb.jdbcDriver
#Driver=com.microsoft.sqlserver.jdbc.SQLServerDriv er
URL=jdbc:mysql://localhost/l2dot
#URL=jdbc:hsqldb:hsql://localhost/l2dot
#URL=jdbc:sqlserver://localhost/database=l2dot/user=sa/password=
Login = root
Password = Se tiver colocado senha deixe como está deixe aqui (ROOT) se não tiver apague a senha, faça isso no game serve e login serve.
MaximumDbConnections = 10
Se ajudei não esqueça de agradecer 
Isso já foi citado em outro poste, procure pesquisa mais no Forum.
|
|
|