Page 1 of 1

c4 auth

Posted: Fri Aug 13, 2010 4:34 am
by Sikken
i need a little help with decrypting packets within the server, i have rawPacket.
http://www.l2jserver.com/svn/branches/L ... Login.java

i am creating a c4 server, i have my server working, and i can login using a quick fix iv made. but i'm having an accounting issue i need fixed asap!

Re: c4 auth

Posted: Fri Aug 13, 2010 6:22 am
by Aikimaniac
why not using L2J C4 server and fix only errors that exists there ? Check this
http://www.l2jserver.com/trac/browser/b ... eServer_c4
http://www.l2jdp.com/trac/browser/branches/C4_Datapack

Re: c4 auth

Posted: Fri Aug 13, 2010 9:24 am
by jurchiks
the client's protocol revision by default doesn't match l2jserver's, client has 656, server - 660-665, and modifying protocol in configs does no good, just errors in console. You need to either modify packets/protocol or find a working patch(update) for your client. If you need, I can send one to you, it's tested and working fine.