5369 to 5119+

12/27/2011 21:18 diedwarrior#1
Hey epvpers :P, i've been trying to upgrade the source i'm working on to 5519, so far i managed to change the Authentication type to 1060 and the
Code:
BF_cfb64_encrypt
to
Code:
CAST_cfb64_encrypt
also the GameCryptographyKey from
Code:
DR654dt34trg4UI6
to
Code:
BC234xs45nme7HU9
It's still giving me disconnected with game server, what more do i need.
Note: i'm not talking about ingame packets, just login related stuff.
Thank you.
Edit: After giving it some trial and error now i'm getting
Failed to login: Unkown Error(842352753)
12/27/2011 21:22 I don't have a username#2
The whole login is based on packets rofl.

0x41f, 0x41c, 0x271a etc.
12/27/2011 21:28 diedwarrior#3
you mad ? i said i wanted login related stuff, and stuff includes packets, on the other hand i said i dont want INGAME packets for i.e character showing n monsters name/hp n stuff, read before you comment pl0x.
12/28/2011 01:07 pro4never#4
New encryption has changed again. As far as you're going to be able to update is near 5520. To upgrade to 5520'ish you'll need to update encryption (sounds like you have), change auth packets as well as most of the game packets including... hero info, entity spawn and a number of others... Then you'll need to structure the packets and write the handling for any new features.
12/28/2011 02:10 -Sensei-#5
Quote:
Originally Posted by pro4never View Post
New encryption has changed again. As far as you're going to be able to update is near 5520. To upgrade to 5520'ish you'll need to update encryption (sounds like you have), change auth packets as well as most of the game packets including... hero info, entity spawn and a number of others... Then you'll need to structure the packets and write the handling for any new features.
hey pro, the encryption changes 5527+
12/28/2011 02:37 I don't have a username#6
Quote:
Originally Posted by -Sensei- View Post
hey pro, the encryption changes 5527+
The encryption changed 2 times. First blowfish got changed, then at 5527+ I believe it was auth that changed.
12/28/2011 05:11 Spirited#7
Quote:
Originally Posted by I don't have a username View Post
The encryption changed 2 times. First blowfish got changed, then at 5527+ I believe it was auth that changed.
Actually ... the Authentication Cipher is still fine. A new cipher was added for Game Packets tho... as well as a new Password Cipher (or addition, I'm not sure).
12/28/2011 05:51 pro4never#8
Yupp as fang mentioned.

If you want to go till 5520'ish you need cast encryption (public, easy to change). If you want past that you need new password encryption and game encryption which is not public and QUITE complex from everything I've heard.
12/28/2011 11:37 diedwarrior#9
Thank you guys :). You got me closer to upgrading it :).