Hardline Dreams - A Python Matrix Online Server Project
MS_LoadingCharacter - General Info - Printable Version

+- Hardline Dreams - A Python Matrix Online Server Project (http://mxo.hardlinedreams.com/forum)
+-- Forum: The Matrix Online (http://mxo.hardlinedreams.com/forum/forumdisplay.php?fid=3)
+--- Forum: Packets Auth & Margin (http://mxo.hardlinedreams.com/forum/forumdisplay.php?fid=16)
+--- Thread: MS_LoadingCharacter - General Info (/showthread.php?tid=55)



MS_LoadingCharacter - General Info - Neo - 07-30-2009

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.).


RE: MS_LoadingCharacter - General Info - rajkosto - 07-30-2009

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.


RE: MS_LoadingCharacter - General Info - Neo - 07-30-2009

aaah yes you are right loool ..i forgot the opcodes, sry