An odd series of questions

If something doesn't fit in any other forum then post it here.
Forum rules
READ NOW: L2j Forums Rules of Conduct
Post Reply
rvnknight
Posts: 2
Joined: Fri Apr 13, 2012 2:17 am

An odd series of questions

Post 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!
Quothe the Raven, Forevermore
User avatar
nonom
L2j Veteran
L2j Veteran
Posts: 649
Joined: Wed Mar 11, 2009 10:34 pm
Location: Magmeld

Re: An odd series of questions

Post 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:
Image
"There are three kinds of people in this world, those who can count and those who can't"
rvnknight
Posts: 2
Joined: Fri Apr 13, 2012 2:17 am

Re: An odd series of questions

Post by rvnknight »

Thanks nonom, I think that'll at least get me in the right direction!
Quothe the Raven, Forevermore
Post Reply