If you want to receive support we need this info to help you properly.
» Find Revision
L2J Revision Number:3695
L2JDP Revision Number:6775
hi guys i tried to search the forum but dindt find what i was searching.
I get this error : protocol is diffrent please continue when i try to loggin.
in de gameserverl console i get this:
Client: [IP: 127.0.0.1] -> Protocol Revision: 148 is invalid. Minimum is 83 an
Maximum is 87 are supported. Closing connection.
Wrong Protocol Version 148
3 days ago it worked perfectly now i start server and client and get this error.
Any of you guys know whats wrong ? thanx !
Protocol is diffrect pls continue
Forum rules
READ NOW: L2j Forums Rules of Conduct
READ NOW: L2j Forums Rules of Conduct
-
- L2j Veteran
- Posts: 3437
- Joined: Wed Apr 30, 2008 8:53 am
- Location: Russia
Re: Protocol is diffrect pls continue
Welcome to the Gracia Epilogue.
Commiter of the shit
public static final int PI = 3.1415926535897932384626433832795;
public static final int PI = 3.1415926535897932384626433832795;
-
- Posts: 9
- Joined: Thu Nov 12, 2009 11:04 pm
Re: Protocol is diffrect pls continue
close topic please solved my self.
-
- Posts: 1
- Joined: Thu Jun 11, 2009 3:20 pm
Re: Protocol is diffrect pls continue
I had the same problem!
Also found solution:
Modify "gameserver/dist/conf/server.properties"
to
Also found solution:
Modify "gameserver/dist/conf/server.properties"
Code: Select all
MinProtocolRevision = 12MaxProtocolRevision =17
Code: Select all
MinProtocolRevision = 12MaxProtocolRevision = 150
-
- Posts: 4
- Joined: Mon Sep 19, 2005 5:27 am
Re: Protocol is diffrect pls continue
is simple
min protocol = 1
max protocaol = 9999 and solve all problem with protocol
min protocol = 1
max protocaol = 9999 and solve all problem with protocol
- MELERIX
- L2j Veteran
- Posts: 6667
- Joined: Sat Sep 23, 2006 11:31 pm
- Location: Chile
- Contact:
Re: Protocol is diffrect pls continue
that's not recommended and never should be used, due that Lineage 2 protocols & packets are different in each chronicle, and for this reason we always set a min & max protocol (according to the chronicle), except if you want to have several messages with incorrect packets in server console (flooding the log files) when some users try to login with old game clients.Babel wrote:is simple
min protocol = 1
max protocaol = 9999 and solve all problem with protocol