Hardline Dreams - A Python Matrix Online Server Project

Full Version: MS_LoadingCharacter - General Info
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Code:
10 00 00 00 00 ac 53 02 00 00 00 01

10 = every encrypted Packet starts with.

ac 53 02 = little endian format , 253ac = Player ID:152492 (verify ClientError.log for this).

Player ID = character ID (not account ID) and is everytime when you login with the same character the same.

01 = sequence of margin packets sent from server (following packets have 02, 03 etc.).

rajkosto

you are wrong about first byte lol
0x10 = MS_LoadCharacterReply
The string value of the opcode is shown for your convenience only, its not removed from the hex dump.
aaah yes you are right loool ..i forgot the opcodes, sry