Page 1 of 1

client version

Posted: Sat Jun 04, 2011 10:36 am
by luke9511
If you want to receive support we need this info to help you properly.
ยป Find Revision
L2J Revision Number:
L2JDP Revision Number:

I have the latest version of the server not sure what that is but I downloaded it about an hour ago and am now trying to make sure I have the right client version but when I run the L2ProtocolVersion command windows says it cant find that command, I even made a .bat file and that said the same thing, how do I go about finding out my client version?

Re: client version

Posted: Sat Jun 04, 2011 10:38 am
by Opiam

Code: Select all

@echo offstart l2.bin -L2ProtocolVersionexit

Re: client version

Posted: Sat Jun 04, 2011 10:39 am
by luke9511
I did that already its whats in my bat file and it says it cant find that command

Re: client version

Posted: Sat Jun 04, 2011 10:44 am
by Opiam
luke9511 wrote:I did that already its whats in my bat file and it says it cant find that command
your client isn't correct.
Try .cmd extension, not a .bat :mrgreen:
protocol_version.zip

Re: client version

Posted: Sat Jun 04, 2011 10:47 am
by luke9511
Opiam wrote:
luke9511 wrote:I did that already its whats in my bat file and it says it cant find that command
your client isn't correct.
nope it is but the command is not I had to get rid of the start and it worked fine after that

Re: client version

Posted: Sat Jun 04, 2011 10:50 am
by Opiam
you must put batch file in system folder, near l2.bin or l2.exe)

Re: client version

Posted: Sat Jun 04, 2011 11:41 am
by luke9511
Opiam wrote:you must put batch file in system folder, near l2.bin or l2.exe)
i did and i removed the start and it worked fine and now im connecting and playing thanks for all the help though