S>C 0x0A MCP_CHARDELETE
Transport Layer: | Transmission Control Protocol (TCP) |
---|---|
Application Layer: | Diablo II Realm Messages (MCP) |
Message Id: | 0x0A |
Message Name: | MCP_CHARDELETE |
Direction: | Server to Client |
Used By: | Diablo II, Diablo II Lord of Destruction |
Message Format: (does not include protocol header) |
|
Remarks
Deletion response.
Known values:
- (Diablo II v1.10 or later)
0x00
: Success0x49
: Character doesn't exist
- (Diablo II v1.09 or earlier)
0x00
: Character doesn't exist0x49
: Success
| Edited:
Anonymous
Comments
The formatting of this message is incorrect as of writing. It should read:
(Word) Cookie
(Dword) Result
Note the official client always sends zero for the cookie in the delete request but the value replied here is whatever you actually send. Conforming clients at least for 1.14 should send zero for the cookie.