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 06-02-2009, 07:56 PM   #1 (permalink)
Banido
 
Avatar de DanielF
 
Registrado em: Dec 2008
Posts: 52
Agradeceu: 54
Agradecido 62 Vezes em 9 Posts
Achei Ruim:
Acharam ruim Vezes em Posts

Inventório de DanielF

Padrão Cliente Protocol

ALGUIEM SABE RESOLVER ESSE ERO? TO USANDO O PATCH FORNECIDO PELO MESMO DO SERVER!

INFO Cliente Protocol Revision:831 is to high. Only 694 and 709 are suported. Closing Conneection


da pra ver que é erro do protocolo do cliente porem não sie aonde arruma ou configurar!

DanielF está offline  
Links Patrocinados
Antigo 06-02-2009, 08:01 PM   #2 (permalink)
Amigo SE
 
Avatar de xxxvalterxxx
 
Registrado em: Dec 2008
Localização: Um lugar onde vc não sabe onde é.
Posts: 400
Agradeceu: 201
Agradecido 444 Vezes em 128 Posts
Achei Ruim:
Acharam ruim Vezes em Posts

Inventório de xxxvalterxxx

Padrão

Vá em: C:/Seu server/Gameserver/Config e abra o Server.properties
Lá busque por Protocol Revision, e verifique se está assim:
Citação:
# Minimum and maximum protocol revision that server allow to connect.
# You must keep MinProtocolRevision <= MaxProtocolRevision.
MinProtocolRevision = 1 ------>coloque min 1
MaxProtocolRevision = 999 --->coloque max 999
Ajudei agradeça!

__________________
[Somente Usuários Registrados Podem Visualizar os Links Desta PáginaClique aqui para se Registrar]
xxxvalterxxx está offline  
O seguinte membro ao lado disse Obrigado(a) a : xxxvalterxxx por gostar deste Post :
DanielF (06-02-2009)
Antigo 06-02-2009, 08:17 PM   #3 (permalink)
Banido
 
Avatar de DanielF
 
Registrado em: Dec 2008
Posts: 52
Agradeceu: 54
Agradecido 62 Vezes em 9 Posts
Achei Ruim:
Acharam ruim Vezes em Posts

Inventório de DanielF

Padrão

Bom Amigo, aki no Meu Config Não tem Essa Opção ;/
Citação:
# =============
# Here you can:
# =============
# - setup the network connection for your gameserver
# - setup the database connection
# - setup telnet
# - gameserver html cache
# - network traffic optimization.

# ================================================== =============================================== #
# 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) #
# - Support => [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] or [Somente Usuários Registrados Podem Visualizar os Links Desta PáginaClique aqui para se Registrar] #
# ================================================== =============================================== #

# ---------------------------------
# Section: Network Connection Setup
# ---------------------------------
# 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 = 10.131.36.2

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

InternalNetworks =
OptionalNetworks =

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

# ---------------------
# Section: Subnet Setup
# ---------------------
# Define optional networks and router IPs
#
# Format:
#
# Subnet = host, net/mask; host, net/mask, net/mask
#
# host - IP address (200.100.200.100) or
# fully qualified domain name (example.org)
#
# net/mask - mask 192.168.0.0/16 or 192.168.0.0/255.255.0.0
# would be 192.168.*.*
#
# External - external hostname, you defined in server.properties
# Internal - internal hostname, you defined in server.properties
#
# Example:
# Subnet = 169.254.1.100, 169.254.0.0/16, 111.222.333.0/255.255.255.0

Subnet = Internal, 127.0.0.1/32, 192.168.0.0/16, 10.0.0.0/8, 172.16.0.0/12
Subnet = External, 0.0.0.0/0

# ---------------------
# Section: Telnet Setup
# ---------------------
# Enables /Disables Telnet Server.
EnableTelnet = false

# This is the port telnet server will bind to
# default 23, telnet port.
StatusPort = 23

# If the following is not set, a random password is generated on server startup.
# default l2emuproject, fell free to change it.
StatusPW = l2emuproject

# Use alternative telnet, requiring to do a real login with a GM so your GM-name can be used for messaged instead of "telnet".
AltTelnet = true

# Show GM's name behind his announcements?
AltTelnetGmAnnouncerName = true

# if a password is not set, telnet server will generate a random one, so you define the size of it.
TelnetPasswordLength = 10

# Hosts must be resolvable to an IP.
# define here the IPs allowed to connect to your server via Telnet.
# The format is as follows:
# ListOfHosts = 0.0.0.0,host,0.0.0.1,host2,host3,host4,0.0.0.3
# NOTE: Make sure there are no spaces between hosts/ips !
ListOfHosts = 127.0.0.1,localhost

# ------------------------------
# Section: Network Optimizations
# ------------------------------
# Network traffic optimization:
NetworkTrafficOptimization = true
# minimum time between sending char's hp/mp status update packet
NetworkTrafficOptimizationMs = 400
# minimum time between broadcast packets (charinfo,movement)
NetworkTrafficOptimizationBroadCastMs = 800

# ---------------------------------
# Section: Database Connection Setup
# ---------------------------------
# MySQL Driver we will use to connect to database
Driver= com.mysql.jdbc.Driver
# here are some other drivers :
# Driver= org.hsqldb.jdbcDriver
# Driver= com.microsoft.sqlserver.jdbc.SQLServerDriver

# URL to connect to database.
URL = jdbc:mysql://localhost/l2jdb
# here are some other url's :
# URL = jdbc:hsqldb:hsql://localhost/L2Emu_DB
# URL = jdbc:sqlserver://localhost/database=L2Emu_DB/user=sa/password=

# your database login (by default MySQL uses = root, Warning: Not a Safe Setting! try to use your own login)
Login = root

# your database password (by default MySQL uses = root, Warning: Not a Safe Setting! try to use your own pass)
Password = ****

# define here how many connections are allowed at the same time.
MaximumDbConnections = 50

# --------------------
# Section: HTML Cache
# --------------------
# Set the html cache's lazy loading True or False
# (Load html's into cache only on first time requested)
LazyCache = true

DanielF está offline  
Antigo 06-02-2009, 08:20 PM   #4 (permalink)
Amigo SE
 
Avatar de xxxvalterxxx
 
Registrado em: Dec 2008
Localização: Um lugar onde vc não sabe onde é.
Posts: 400
Agradeceu: 201
Agradecido 444 Vezes em 128 Posts
Achei Ruim:
Acharam ruim Vezes em Posts

Inventório de xxxvalterxxx

Padrão

Ninguém havia citado que era l2 emu xD
Não manjo muito dele mais, tenta ir na sua pasta config, da um crtl + f, todos os arquivos ou pastas, em frase ou nome no arquivo, digite protocol.
A dica já está dada, a unica coisa que terá que fazer e procurar em suas configs e colocar o minprotocol com 1
e o maxprotocol como 999

__________________
[Somente Usuários Registrados Podem Visualizar os Links Desta PáginaClique aqui para se Registrar]
xxxvalterxxx está offline  
Antigo 06-02-2009, 08:32 PM   #5 (permalink)
Banido
 
Avatar de DanielF
 
Registrado em: Dec 2008
Posts: 52
Agradeceu: 54
Agradecido 62 Vezes em 9 Posts
Achei Ruim:
Acharam ruim Vezes em Posts

Inventório de DanielF

Padrão

ja revirei todos arquivos de configuração e não xei.. sera que tem como mudar o protocolor do cliente!

DanielF está offline  
Antigo 06-02-2009, 08:58 PM   #6 (permalink)
Amigo SE
 
Avatar de xxxvalterxxx
 
Registrado em: Dec 2008
Localização: Um lugar onde vc não sabe onde é.
Posts: 400
Agradeceu: 201
Agradecido 444 Vezes em 128 Posts
Achei Ruim:
Acharam ruim Vezes em Posts

Inventório de xxxvalterxxx

Padrão

Ué... Tem que ter em algum lugar, bem no caso vamos esperar alguém que tenha as manhas do l2emu, malz mesmo...
tenta pesquisar assim, MinProtocolRevision, ou ProtocolRevision.

__________________
[Somente Usuários Registrados Podem Visualizar os Links Desta PáginaClique aqui para se Registrar]
xxxvalterxxx está offline  
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
[Tutorial] Criando Seu Cliente Proprio ChoVinisTa [OTS | Admin] Tutoriais 4 02-11-2009 04:45 PM
[Outros] Cliente PTS Gracia Final do Servidor Dos Estados/Ingles. darkbr [Lineage] Outros 2 16-04-2009 10:21 AM
Editando o Cliente C4 Damage [L2J] Tutoriais 0 24-02-2009 08:20 PM


Horários baseados na GMT -3. Agora são 10:19 AM.