CMSG_CHAR_CREATE

Client Version 1

Sent after the client presses 'Create Character'. The client will then wait for SMSG_CHAR_CREATE.

Wowm Representation

Autogenerated from wowm file at wow_message_parser/wowm/world/character_screen/cmsg_char_create.wowm:2.

cmsg CMSG_CHAR_CREATE = 0x0036 {
    CString name;
    Race race;
    Class class;
    Gender gender;
    u8 skin_color;
    u8 face;
    u8 hair_style;
    u8 hair_color;
    u8 facial_hair;
    u8 outfit_id = 0;
}

CMSG have a header of 6 bytes.

CMSG Header

OffsetSize / EndiannessTypeNameDescription
0x002 / Biguint16sizeSize of the rest of the message including the opcode field but not including the size field.
0x024 / Littleuint32opcodeOpcode that determines which fields the message contains.

Body

OffsetSize / EndiannessTypeNameComment
0x06- / -CStringname
-1 / -Racerace
-1 / -Classclass
-1 / -Gendergender
-1 / -u8skin_color
-1 / -u8face
-1 / -u8hair_style
-1 / -u8hair_color
-1 / -u8facial_hair
-1 / -u8outfit_id

Examples

Example 1

0, 22, // size
54, 0, 0, 0, // opcode (54)
68, 101, 97, 100, 98, 101, 101, 102, 0, // name: CString
1, // race: Race HUMAN (1)
1, // class: Class WARRIOR (1)
1, // gender: Gender FEMALE (1)
8, // skin_color: u8
0, // face: u8
14, // hair_style: u8
2, // hair_color: u8
4, // facial_hair: u8
0, // outfit_id: u8

Client Version 2.4.3

Sent after the client presses 'Create Character'. The client will then wait for SMSG_CHAR_CREATE.

Wowm Representation

Autogenerated from wowm file at wow_message_parser/wowm/world/character_screen/cmsg_char_create.wowm:2.

cmsg CMSG_CHAR_CREATE = 0x0036 {
    CString name;
    Race race;
    Class class;
    Gender gender;
    u8 skin_color;
    u8 face;
    u8 hair_style;
    u8 hair_color;
    u8 facial_hair;
    u8 outfit_id = 0;
}

Header

CMSG have a header of 6 bytes.

CMSG Header

OffsetSize / EndiannessTypeNameDescription
0x002 / Biguint16sizeSize of the rest of the message including the opcode field but not including the size field.
0x024 / Littleuint32opcodeOpcode that determines which fields the message contains.

Body

OffsetSize / EndiannessTypeNameComment
0x06- / -CStringname
-1 / -Racerace
-1 / -Classclass
-1 / -Gendergender
-1 / -u8skin_color
-1 / -u8face
-1 / -u8hair_style
-1 / -u8hair_color
-1 / -u8facial_hair
-1 / -u8outfit_id

Client Version 3.2, Client Version 3.3

Sent after the client presses 'Create Character'. The client will then wait for SMSG_CHAR_CREATE.

Wowm Representation

Autogenerated from wowm file at wow_message_parser/wowm/world/character_screen/cmsg_char_create.wowm:46.

cmsg CMSG_CHAR_CREATE = 0x0036 {
    CString name;
    Race race;
    Class class;
    Gender gender;
    u8 skin_color;
    u8 face;
    u8 hair_style;
    u8 hair_color;
    u8 facial_hair;
    u8 outfit_id = 0;
}

Header

CMSG have a header of 6 bytes.

CMSG Header

OffsetSize / EndiannessTypeNameDescription
0x002 / Biguint16sizeSize of the rest of the message including the opcode field but not including the size field.
0x024 / Littleuint32opcodeOpcode that determines which fields the message contains.

Body

OffsetSize / EndiannessTypeNameComment
0x06- / -CStringname
-1 / -Racerace
-1 / -Classclass
-1 / -Gendergender
-1 / -u8skin_color
-1 / -u8face
-1 / -u8hair_style
-1 / -u8hair_color
-1 / -u8facial_hair
-1 / -u8outfit_id