Read Protocol Revision from client

This is not a Support area! Discuss about the Server here. Non-Server related discussion goes in Off-Topic Discussion.
Forum rules
READ NOW: L2j Forums Rules of Conduct
Post Reply
gio
Posts: 186
Joined: Fri Apr 13, 2007 1:40 am
Contact:

Read Protocol Revision from client

Post by gio »

Hey guys,

I just like to know how you read the protcol version from the client.
Using hex editor?

regards
gio
---
L2J = Convert.ToL2J(L2off);
---
Evilus
Posts: 387
Joined: Mon Jun 09, 2008 6:08 pm

Re: Read Protocol Revision from client

Post by Evilus »

sniff sniff
gio
Posts: 186
Joined: Fri Apr 13, 2007 1:40 am
Contact:

Re: Read Protocol Revision from client

Post by gio »

ah good :)
any good sniff programms? :P
---
L2J = Convert.ToL2J(L2off);
---
User avatar
Aikimaniac
L2j Inner Circle
L2j Inner Circle
Posts: 3048
Joined: Sun Aug 07, 2005 11:42 pm
Location: Slovakia

Re: Read Protocol Revision from client

Post by Aikimaniac »

gio wrote:ah good :)
any good sniff programms? :P
http://www.wireshark.org/
Image
_DS_
L2j Veteran
L2j Veteran
Posts: 3437
Joined: Wed Apr 30, 2008 8:53 am
Location: Russia

Re: Read Protocol Revision from client

Post by _DS_ »

Try to connect to server, and server will write revision in log (when kick client away).
Commiter of the shit
public static final int PI = 3.1415926535897932384626433832795;
User avatar
JIV
L2j Veteran
L2j Veteran
Posts: 1882
Joined: Sun Jan 06, 2008 8:17 pm
Location: Slovakia
Contact:

Re: Read Protocol Revision from client

Post by JIV »

L2.exe -L2ProtocolVersion

Code: Select all

L2.exe -L2ProtocolVersion
L2.exe -L2ProtocolVersion
more section for search (forum search dont search code)

also exe can be changed to bin.
User avatar
jmc11korn
Posts: 71
Joined: Mon Apr 21, 2008 3:22 pm
Location: France

Re: Read Protocol Revision from client

Post by jmc11korn »

gracia Epilogue protocole = 148.
Image
Probe
Posts: 915
Joined: Thu Sep 03, 2009 6:36 pm
Location: Israel
Contact:

Re: Read Protocol Revision from client

Post by Probe »

no, that's PTS protocol, live will be a different one.
blacksea
Posts: 458
Joined: Fri Oct 05, 2007 1:29 am

Re: Read Protocol Revision from client

Post by blacksea »

Protocol Revision: 148 is invalid.
this is live.
User avatar
MELERIX
L2j Veteran
L2j Veteran
Posts: 6667
Joined: Sat Sep 23, 2006 11:31 pm
Location: Chile
Contact:

Re: Read Protocol Revision from client

Post by MELERIX »

GE released today is still using protocol 148 ;)
labman
Posts: 67
Joined: Sun Sep 13, 2009 2:09 pm
Location: Taiwan
Contact:

Re: Read Protocol Revision from client

Post by labman »

Thanks JIV ^^
Post Reply