Page 1 of 2

30.03.2010 client protocol change to 152

Posted: Tue Mar 30, 2010 3:59 pm
by janiii
today, 30.03.2010 the l2 client protocol version changed to 152!

Re: 30.03.2010 client protocol change to 152

Posted: Tue Mar 30, 2010 4:34 pm
by momo61
any clue what has changed?

Re: 30.03.2010 client protocol change to 152

Posted: Tue Mar 30, 2010 5:14 pm
by janiii
probably also some packets because engine.dll changed. also some dat files changed.

Re: 30.03.2010 client protocol change to 152

Posted: Tue Mar 30, 2010 6:50 pm
by kurtspirit
if we put 152 on server side, players will connect on server or not ? What's the solution for the moment ? Thank's

Re: 30.03.2010 client protocol change to 152

Posted: Tue Mar 30, 2010 7:37 pm
by [DeCo]
no name under the char head or title

character don't walk or run properly but just stucked moving.

items seems ok.


i suggest not to allow 152

Re: 30.03.2010 client protocol change to 152

Posted: Tue Mar 30, 2010 7:46 pm
by MELERIX
kurtspirit wrote:if we put 152 on server side, players will connect on server or not ? What's the solution for the moment ? Thank's

Code: Select all

Index: java/config/server.properties===================================================================--- java/config/server.properties	(revision 4026)+++ java/config/server.properties	(working copy)@@ -91,14 +91,14 @@ # Minimum and maximum protocol revision that server allow to connect. # Warning: You must make sure that the minimum revision is always less than or equal to the maximum revision. # WARNING: <u><b><font color="red">Changing the protocol revision may result in incompatible communication and many errors in game!</font></b></u>-# Default: 146-MinProtocolRevision = 146+# Default: 152+MinProtocolRevision = 152  # Minimum and maximum protocol revision that server allow to connect. # Warning: You must make sure that the minimum revision is always less than or equal to the maximum revision. # WARNING: <u><b><font color="red">Changing the protocol revision may result in incompatible communication and many errors in game!</font></b></u>-# Default: 146-MaxProtocolRevision = 146+# Default: 152+MaxProtocolRevision = 152   # --------------------------------------------------------------------------- 
But probably some packets should be updated first :/

Re: 30.03.2010 client protocol change to 152

Posted: Tue Mar 30, 2010 7:53 pm
by janiii
users with 146 will connect without problems on 152. there was only a slight change in the Die packet (did not found more changed packets).

Re: 30.03.2010 client protocol change to 152

Posted: Tue Mar 30, 2010 9:21 pm
by nonom
Is working for me, without issues

Re: 30.03.2010 client protocol change to 152

Posted: Tue Mar 30, 2010 11:05 pm
by Diego Vargas
janiii wrote:users with 146 will connect without problems on 152. there was only a slight change in the Die packet (did not found more changed packets).
What was the change in the Die packet?

Also I seem to get disconnected now when I flood general chat with wts spam :)

Before I would get chat banned.

Re: 30.03.2010 client protocol change to 152

Posted: Wed Mar 31, 2010 3:56 am
by netvirus
How to update client ?

Re: 30.03.2010 client protocol change to 152

Posted: Wed Mar 31, 2010 5:11 am
by janiii
Diego Vargas wrote:What was the change in the Die packet?
added "cdd" http://www.l2jserver.com/trac/changeset ... s/Die.java

Re: 30.03.2010 client protocol change to 152

Posted: Wed Mar 31, 2010 6:10 am
by pokiokio
Also, a new mount has been added! A Jet Bike :mrgreen: :mrgreen: !! I had no problem logging with latest client ver to latest rev. :D

Re: 30.03.2010 client protocol change to 152

Posted: Wed Mar 31, 2010 7:21 am
by netvirus
Explain normally plz. Whether it is necessary to update Live the client or to include protocol 152 enough ?

Re: 30.03.2010 client protocol change to 152

Posted: Wed Mar 31, 2010 7:24 am
by MELERIX
both, you sould update client and server, this revision allow the new protocol: http://www.l2jserver.com/trac/changeset/4031

Re: 30.03.2010 client protocol change to 152

Posted: Wed Mar 31, 2010 8:11 pm
by RavenStylez
I noticed it too :) Thanks for telling though!
Everything is just working fine after allowing the 152 protocol.

For people who don't know how to find out ur protocol number:

1. Make a .bat file called: protocol.bat
2. Add: l2.exe -L2ProtocolVersion
3. Put it in ur system folder.
4. Run it and enjoy ;)