Small bug in using asdecr.dll
After doing a bit of research I am successfully using the asdecr.dll in my C# Zone Agent application to decrypt and encrypt ACL file. Does anyone knows which all bytes have to be edited in the Account Server packet in order to display characters properly? Right now Mage is read as Archer and vice versa, HK is read as Warrior and vice versa by the 562 client.
Update:
For now I did a find and replace of bytes operation on the encrypted packet and made it work until I get a better solution :thumbup1: