Page 1 of 1

An odd series of questions

Posted: Sun Apr 15, 2012 3:49 am
by rvnknight
First and foremost I must mention that I have been trying to find information for a different NCZ0ft game (Dungeon Runners), when I came across this site. I'm attempting to create a server emulation package that will allow myself and others to play that game and I am stuck at the login/authentication protocols. What are the series of handshakes/bytes sent back and forth when a player logs into L2? I've been looking through the Java code on your SVN, but I'm a newbie with Java, so I haven't learned all of the syntax needed for it, and the only thing I can find are a series of Hex-codes that I have yet to find a translation for. If anyone can help or at least point me in the right direction, it will be greatly appreciated.

Thanks much!

Re: An odd series of questions

Posted: Sun Apr 15, 2012 2:06 pm
by nonom
Hi and welcome rvnknight,

About the loginserver communication there is a interesting link: viewtopic.php?f=90&t=18222
It's the basis, but searching and/or looking into the viewforum.php?f=90 forum maybe could have more info.

Also take a look the server/client packets, to start understanding how it works, most part of them have comments.

I hope it helps, good luck :wink:

Re: An odd series of questions

Posted: Sun Apr 15, 2012 5:51 pm
by rvnknight
Thanks nonom, I think that'll at least get me in the right direction!