Você não é registrado, por favor registre-se para ter acesso ao conteúdo completo.
Caso seja registrado, efetue login.
Esqueceu sua senha? Clique aqui
Recomendamos o uso do Mozilla Firefox para uma melhor visualização.    


Início Postados Hoje Marcar Fóruns Como Lidos Álbums Banidos SE Team Medalhas
Voltar   Secret Experience > Área L2J > [L2J] Dúvidas > [L2J] Dúvidas Solucionadas
Registrar Loteria VIPStaff SERegras do fórum Comunidade Arcade Postados Hoje Pesquisar Experience
   

Secret Experience.NET   Secret Experience Corporation - Welcome To The Real World
     Anúncios SE

Tópico Trancado
 
LinkBack Ferramentas do Tópico Modos de Exibição
Antigo 29-12-2008, 11:33 PM   #1 (permalink)
oto
Banido
 
Avatar de oto
 
Registrado em: Nov 2008
Posts: 22
Agradeceu: 4
Agradecido 2 Vezes em 2 Posts
Achei Ruim:
Acharam ruim Vezes em Posts

Inventório de oto

Padrão ping 9999

galera meu ping ta 9999 e nao sei como tirar isso alguem sabe como eu tiro esse negoocio do meu serve , pq niguem ta conceguindo entrar nele so por isso !...
ta ai uma ss de como ele está

[Somente Usuários Registrados Podem Visualizar os Links Desta PáginaClique aqui para se Registrar]

oto está offline  
Links Patrocinados
Antigo 30-12-2008, 12:41 AM   #2 (permalink)
Amigo SE
 
Avatar de Jotah'Z!
 
Registrado em: Nov 2008
Localização: IOWA
Posts: 960
Agradeceu: 473
Agradecido 1,332 Vezes em 373 Posts
Achei Ruim:
Acharam ruim Vezes em Posts
Meu Estado:
Nome Real: João Paulo

Inventório de Jotah'Z!

Padrão

Melhore teu post, caro usuário.
Por exemplo:
Coloque alguma imagem..
Assim todos os "Helpers" aqui da área de L2J conseguirão resolver melhor tua determinada dúvida.

Att,
JotaH.

__________________
[Somente Usuários Registrados Podem Visualizar os Links Desta PáginaClique aqui para se Registrar]
^ thxz, hoffmann.

[Somente Usuários Registrados Podem Visualizar os Links Desta PáginaClique aqui para se Registrar] [Somente Usuários Registrados Podem Visualizar os Links Desta PáginaClique aqui para se Registrar] [Somente Usuários Registrados Podem Visualizar os Links Desta PáginaClique aqui para se Registrar]


Jotah'Z! está offline  
Antigo 30-12-2008, 01:06 AM   #3 (permalink)
oto
Banido
 
Avatar de oto
 
Registrado em: Nov 2008
Posts: 22
Agradeceu: 4
Agradecido 2 Vezes em 2 Posts
Achei Ruim:
Acharam ruim Vezes em Posts

Inventório de oto

Padrão

discupa man ja coloquei a ss vlw mesmo

oto está offline  
Antigo 30-12-2008, 09:44 AM   #4 (permalink)
Amigo SE
 
Avatar de christiand
 
Registrado em: Nov 2008
Localização: Rio de Janeiro, RJ
Posts: 597
Agradeceu: 47
Agradecido 1,826 Vezes em 246 Posts
Achei Ruim:
Acharam ruim Vezes em Posts
Enviar mensagem via Windows Live Messenger para christiand

Inventório de christiand

Padrão

reconfigure seu server pois isso e falta de registro no loginserver com o gameserver, e tbm revise os IPs.

__________________
[Somente Usuários Registrados Podem Visualizar os Links Desta PáginaClique aqui para se Registrar] [Somente Usuários Registrados Podem Visualizar os Links Desta PáginaClique aqui para se Registrar]
[Somente Usuários Registrados Podem Visualizar os Links Desta PáginaClique aqui para se Registrar]
christiand está offline  
Antigo 30-12-2008, 11:23 AM   #5 (permalink)
oto
Banido
 
Avatar de oto
 
Registrado em: Nov 2008
Posts: 22
Agradeceu: 4
Agradecido 2 Vezes em 2 Posts
Achei Ruim:
Acharam ruim Vezes em Posts

Inventório de oto

Padrão

man minhas cofiguraçoes estao assim olha

loguin serve
Citação:
# ================================================== ==============
# General login server setting !!! REQUIRED to configure to everyone !!!
# ================================================== ==============

# 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=192.168.254.254.8
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.SQLServerDriv er
URL=jdbc:mysql://localhost/l2jdb
#URL=jdbc:hsqldb:hsql://localhost/l2jdb
#URL=jdbc:sqlserver://localhost/database=l2jdb/user=sa/password=
Login=root
Password=root

# Useable values: "True" - "False", use this option to choose whether accounts will be created
# automatically or not.
AutoCreateAccounts=False

# The delay in minutes after which the login updates the gameservers IP's (usefull when their ip is dynamic)
# (0 = disable)
IpUpdateTime=0


# ================================================== ============
# Test server setting, shoudnt be touched in online game server
# ================================================== ============

Debug = False
Assert = False
Developer = False
# Enforce GG Authorization from client
# Login server will kick client if client bypassed GameGuard authentication
ForceGGAuth=False

#FloodProtection. time in ms
EnableFloodProtection=True
FastConnectionLimit=15
NormalConnectionTime=700
FastConnectionTime=350
MaxConnectionPerIP=50

#Ban management
# number of attempt before a user is banned when he fails his login
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

game serve

Citação:
# This is the server configuration file. Here you can set up the connection for your server.
# Usually you have to change the ExternalHostname option to
# - 127.0.0.1 (if you want to play alone / testing purpose)
# - LAN IP* (if you want to play from another computer in the network)
# - WAN IP** (if you want to play with friends over internet)
# - Questions? => [Somente Usuários Registrados Podem Visualizar os Links Desta PáginaClique aqui para se Registrar]
#
# * = If you want to get your LAN IP, simply choose "Start" => "Run..." then type "cmd" => "ipconfig"
# **= If you want to get you WAN IP, visit [Somente Usuários Registrados Podem Visualizar os Links Desta PáginaClique aqui para se Registrar]
# ================================================== =================================================

# ================================================== ==============
# 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
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 = the-best.no-ip.biz
# 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.8
# Note: You can define server hostname for each network in subnets.properties

# The Loginserver host and port
LoginPort = 9014
LoginHost = 192.168.254.8

# 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=
Login = root
Password = root
MaximumDbConnections = 50

# Datapack root directory, defaults to current directory from which the server is started
# DatapackRoot = H:/workEclipse/L2J Free/trunk/L2_DataPack_CT2

# Define character name template
# These ones are regular expressions, visit [Somente Usuários Registrados Podem Visualizar os Links Desta PáginaClique aqui para se Registrar] for details
# Note: Checking lengths are done server side, but keep it in pattern for future purposes
# Character name ( Default [A-Za-z0-9\-]{3,16} )
CnameTemplate = [A-Za-z0-9\-]{3,16}
# Pet name ( Default [A-Za-z0-9\-]{3,16} )
PetNameTemplate = [A-Za-z0-9\-]{3,16}
# Clan and ally name ( [A-Za-z0-9 \-]{3,16} )
ClanAllyNameTemplate = [A-Za-z0-9 \-]{3,16}
# Title ( [A-Za-z0-9 \-\\[\\]\<\>\(\)\!\|]{3,16} )
TitleTemplate = [A-Za-z0-9 \-\\[\\]\<\>\(\)\!\|]{3,16}

# Maximum number of chars per account - 0 = illimited - default = 7
CharMaxNumber = 7

# Define how many players are allowed to play simultaneously on your server.
MaximumOnlineUsers = 999


# Minimum and maximum protocol revision that server allow to connect.
# You must keep MinProtocolRevision <= MaxProtocolRevision.
MinProtocolRevision = 1
MaxProtocolRevision = 999

# ---------------------------------------------
# Safe Reboot configuration
# ---------------------------------------------
# This will prevent some exploit during restart/shutdown process
SafeReboot = True
# To use following options, SafeReboot must be set to True
# Time in seconds before server complete shutdown/reboot, when
# following striction take effect
SafeRebootTime = 10
# Disable item enchant
SafeRebootDisableEnchant = True
# Disable players teleportations
SafeRebootDisableTeleport = False
# Disable craft and crystallize
SafeRebootDisableCreateItem = False
# Disable trades and shops
SafeRebootDisableTransaction = False
# Disable actions between players
SafeRebootDisablePcIteraction = False
# Disable actions on NPC
SafeRebootDisableNpcIteraction = False

# Network traffic optimization:
NetworkTrafficOptimization = True
# Minimum time between sending char's HP/MP status update packet
NetworkTrafficOptimizationStatusMs = 400
# Minimum time between broadcast packets (charinfo, movement)
NetworkTrafficOptimizationBroadCastMs = 800

# Flood Protection
# If enabled players which send more then PACKETLIMIT packets in PACKETTIMELIMIT ms will get kicked
FloodProtection = False
PacketLimit = 500
PacketTimeLimit = 1100

# ================================================== ==============
# CT1 Legacy
# ================================================== ==============
CT1LegacyMode = False

oto está offline  
Antigo 30-12-2008, 12:34 PM   #6 (permalink)
Jesus Te Ama, Mas EU Não!
 
Avatar de Setokaiba
 
Registrado em: Oct 2008
Localização: 45º 33º 34º N | 122º 41º 41º W DESTINATION: ANYWHERE Adidas
Posts: 4,133
Agradeceu: 837
Agradecido 6,058 Vezes em 2,106 Posts
Achei Ruim:
Acharam ruim Vezes em Posts
Meu Estado:
Pontos: 20,442, Nível: 90
Pontos: 20,442, Nível: 90 Pontos: 20,442, Nível: 90 Pontos: 20,442, Nível: 90
Atividade: 99%
Atividade: 99% Atividade: 99% Atividade: 99%

Nome Real: Anderson Andrade

Inventório de Setokaiba Usuário possui 1x Lock Fan Usuário possui 1x Oakley Usuário possui 1x Apple Inc. Fan/User Usuário possui 1x Honda Usuário possui 1x Windows Seven User

Padrão

OMG.
Em todos os tutoriais está explícito que não se pode alterar o
LoginHostname=127.0.0.1
e o LoginHost=127.0.0.1

Setokaiba está online agora  
Antigo 30-12-2008, 03:14 PM   #7 (permalink)
Membro - Veterano
 
Avatar de Miranda
 
Registrado em: Nov 2008
Posts: 402
Agradeceu: 210
Agradecido 1,012 Vezes em 159 Posts
Achei Ruim:
Acharam ruim Vezes em Posts
Meu Estado:
Nome Real: Vinicius Miranda

Inventório de Miranda

Padrão

revisando oque o seto falow

Login Server:
Citação:
# The port, ip on which login will listen for GameServers
LoginHostname=127.0.0.1 <<<< Deixe esse IP
LoginPort=9014
GameServer:
Citação:
# 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 <<<< ponhe o seu NO_IP Aki
# This is transmitted to the client from the same network, so it has to be a local IP or resolvable hostname
InternalHostname = NO-IP <<<<< Ponhe ai o seu NO_IP
# Note: You can define server hostname for each network in subnets.properties

# The Loginserver host and port
LoginPort = 9014
LoginHost = 127.0.0.1 <<<<<< Deixe esse IP

Miranda está offline  
O seguinte membro ao lado disse Obrigado(a) a : Miranda por gostar deste Post :
mateust0005 (14-08-2009)
Tópico Trancado


Regras para Posts
Você não pode postar novos tópicos
Você não pode postar respostas
Você não pode postar anexos
Você não pode editar seus posts

Código [IMG] Sim
Código HTML Não
Trackbacks are Sim
Pingbacks are Sim
Refbacks are Sim


Tópicos Similares
Tópico Tópico Iniciado Por Fórum Respostas Última Mensagem
Players não conseguem logar, ping 9999. lemile [L2J] Dúvidas Solucionadas 4 01-08-2009 12:50 AM
Ping Tela de Login. VslDream [L2J] Dúvidas Solucionadas 10 18-06-2009 01:17 PM
oque Influencia Um Ping de Um Servidor. byjeck [L2J] Dúvidas Solucionadas 4 27-03-2009 09:40 PM
Ping 0 ferasdark [L2J] Dúvidas Solucionadas 15 21-03-2009 11:29 PM
Ficando Com Ping Minimo Damage [CS | Admin] Tutoriais 0 01-02-2009 02:46 AM


Horários baseados na GMT -3. Agora são 04:40 AM.
 



Search Engine Optimization by vBSEO 3.3.0