Users browsing this thread: 1 Guest(s)
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
MS_LoadingCharacter - General Info
07-30-2009, 09:56 PM,
#1
MS_LoadingCharacter - General Info
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.).
Reply
07-30-2009, 10:04 PM,
#2
RE: MS_LoadingCharacter - General Info
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.
Reply
07-30-2009, 10:12 PM,
#3
RE: MS_LoadingCharacter - General Info
aaah yes you are right loool ..i forgot the opcodes, sry
Reply


Forum Jump: