Users browsing this thread: 1 Guest(s)
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
MS_DeleteCharacterRequest
07-30-2009, 03:17 PM, (This post was last modified: 07-30-2009, 03:21 PM by Neo.)
#1
MS_DeleteCharacterRequest
1. Delete mxoemu character

MS_DeleteCharacterRequest

Code:
0d 0b 00 44 87 1f 00 00 00 00 00 11 00 62 65 32 6f 38 43 66 4a 6f 72 6b 44 46 54 41 69 00
.  .  .  D  .  .  .  .  .  .  .  .  .  b  e  2  o  8  C  f  J  o  r  k  D  F  T  A  i  .

MS_DeleteCharacterReply

Code:
0e 44 87 1f 00 00 00 00 00 00 00 00 00
.  D  .  .  .  .  .  .  .  .  .  .  .

2. Delete mxoemu character

MS_DeleteCharacterRequest

Code:
0d 0b 00 e8 87 1f 00 00 00 00 00 11 00 62 71 30 63 33 75 4c 53 4c 46 59 52 58 32 6c 67 00
.  .  .  .  .  .  .  .  .  .  .  .  .  b  q  0  c  3  u  L  S  L  F  Y  R  X  2  l  g  .

MS_DeleteCharacterReply

Code:
0e e8 87 1f 00 00 00 00 00 00 00 00 00
.  .  .  .  .  .  .  .  .  .  .  .  .

As referenced in Char create thread you can see there the Char ID "e8 87 1f" and 44 87 1f (first delete).


Attached Files
.zip   delete_char.zip (Size: 8.71 KB / Downloads: 11)
Reply
07-31-2009, 03:40 AM,
#2
RE: MS_DeleteCharacterRequest
MS_DeleteCharacter

Client -> Margin

0d 0b 00 <char id 3 bytes> 00 00 00 00 00 <uint16 random string size> <null terminated random string >

Margin -> client

0e <char id 3 bytes> 00 00 00 00 00 <error code 1 byte> 00 00 <errorcode2 1 byte>

ERROR:
Char in use:
errorCode1 = 25
errorCode2 = 0b

SUCCESS:
0e <char id 3 bytes> 00 00 00 00 00 00 00 00 00
Reply


Forum Jump: