SMSG CHAR CREATE: Difference between revisions

From wowdev
Jump to navigation Jump to search
(Created page with "'''SMSG_CHAR_CREATE''' is a World Packet that is sent after a CMSG_CHAR_CREATE from the client. Afterwards the client will send a CMSG_CHAR_ENUM. = Packet Layout...")
 
(No difference)

Latest revision as of 23:18, 9 June 2021

SMSG_CHAR_CREATE is a World Packet that is sent after a CMSG_CHAR_CREATE from the client. Afterwards the client will send a CMSG_CHAR_ENUM.

Packet Layout

SMSG Header
Offset Size / Endianness Type Name Description
0x0 2 / Big uint16 size Size of the packet including the opcode field.
Always 3.
0x2 2 / Little uint16 opcode Opcode for the packet.
Determines the structure of the body.
Always 0x03A.


Character Header

Character Header
Offset Size / Endianness Type Name Description
0x0 1 / - uint8 result An Account_Result_Values from the CHAR_ block.