Tópico: [Interlude] Erro ao Entra no serve
Ver um Único Post
Antigo 27-05-2011, 06:16 PM   #1 (permalink)
rafon2
Membro - Soldado
 
Avatar de rafon2
 
Registrado em: May 2011
Posts: 11
Agradeceu: 0
Agradecido 0 Vezes em 0 Posts
Achei Ruim:
Acharam ruim Vezes em Posts
Meu Estado:

Inventório de rafon2

Icon4 Erro ao Entra no serve

coloquei meu serve online e pedi pra um amigo tenta entra so que nao ta passando dessa parte .. e nao da erro no Login nem no Game Server Alguem sabe o que pode ser?? .
[Somente Usuários Registrados Podem Visualizar os Links Desta PáginaClique aqui para se Registrar]
Alguem pode mi Ajuda ?

Gameserve:
Citação:
Bind ip do gameserver, use 0.0.0.0 para vincular disponível em todos os IPs
# EXEMPLO: GameserverHostname=127.0.0.1 <----NO CAMINHO ABAIXO COLOQUE O IP DE SUA PLACA DE REDE

GameserverHostname=0.0.0.0
GameserverPort=7777

# Esta é transmitida para os clientes a partir de uma conexão de rede externa, por isso tem de ser um IP público ou resolúvel hostname
# EXEMPLO: ExternalHostname=l2nome.servegame.com <-----NO CAMINHO ABAIXO COLOQUE O SEU NO-IP AQUI

ExternalHostname= l2makisu.servegame.com

# Esta é transmitida para o cliente a partir da mesma rede, por isso tem de ser um local IP ou hostname resolúvel
# EXEMPLO: InternalHostname=127.0.0.1 <----NO CAMINHO ABAIXO COLOQUE O IP DE SUA PLACA DE REDE

InternalHostname= 192.168.254.2

# Define internal networks (10.0.0.0/8,192.168.0.0/16 is default internal networks)

InternalNetworks=

# Define optional networks and router IPs
# IP (200.100.200.100) or fully qualified domain name
# (google.com) that resolves to an IP (use ping to determine if a domain resolves).
# Format: ip,net/mask;ip,net/mask,net/mask
# (mask 192.168.0.0/16 or 192.168.0.0/255.255.0.0 would be 192.168.*.*)
# Note: keep InternalNetworks and OptionalNetworks blank for compatibility with older login server
OptionalNetworks=

# O Loginserver host e porta
# EXEMPLO: LoginPort=9014 <--NUNCA TROQUE ESSA PORTA
# EXEMPLO: LoginHost=127.0.0.1 <-- NUNCA TROQUE ESSE IP

LoginPort=9014
LoginHost=127.0.0.1

# 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.jdotc.SQLServerDri ver
# EXEMPLO: URL=jdbc:mysql://localhost/l2jdb <---CAMINHO E NOME DE SEU BANCO DE DADOS (l2jdb)
URL=jdbc:mysql://localhost/l2jdb

#URL=jdbc:hsqldb:hsql://localhost/l2jdb
#URL=jdbc:sqlserver://localhost/database=l2jdb/user=sa/password=
#EXEMPLO: Login=root <--LOGIN DE SEU BANCO DE DADOS MYSQL QUE É ROOT COMO PADRÃO
#EXEMPLO: Password=suasenha <--SENHA DE SEU BANCO DE DADOS, É A MESMA QUE VC COLOCOU NO MOMENTO DE INSTALAÇÃO DO MYSQL
Login=root
Password=

MaximumDbConnections = 100

# Datapack root directory, defaults to current directory from which the server is started
# DatapackRoot = C:/Work/tmp/DataPack

# Define character name template
# Example to use only : CnameTemplate=[A-Z][a-z]{3,3}[A-Za-z0-9]*
# will allow names with first capital letter, next three small letters,
# and any (capital or not) letter or number, like ZbigN1eW
# Most rational to have CnameTemplate=[A-Z][a-z]*
# meaning names only of letters with first one capital, like Zbigniew
# Default .* - any namy of any symbols
CnameTemplate = .*
PetNameTemplate = .*

# Maximum number of chars per account - Default 7 (0 = unlimited [7 is the client limit])
CharMaxNumber = 7

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


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

#================================================= ===
# L2Dot #
# EXTRA fuctions #
# before you set them up ready carefully the info #
# Thanks Dimis4 #
#================================================= ===
# Activate Protection for unknownPacket flooding
PacketProtection = False
# How much unknown packets before punishment.
# If the player send more than 5 unknownPackets per second, the player get punished.
UnknownPacketsBeforeBan = 5
# Punishments
# 1 - broadcast warning to gms only
# 2 - kick player (default)
# 3 - kick & ban player (Accesslevel -100)

Loginserve:
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 = l2makisu.servegame.com

# This is transmitted to the client from the same network, so it has to be a local IP or resolvable hostname
InternalHostname = l2makisu.servegame.com

# 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 = *

# 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

# If false, the licence (after the login) will not be shown
# It is highly recomended for Account Seciurity to leave this option as defalut (True)
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 =
MaximumDbConnections = 10

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

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


# ================================================== ============
# 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

rafon2 está offline   Responder com Citação
Links Patrocinados
 

Search Engine Optimization by vBSEO 3.3.0