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;
}
Header
CMSG have a header of 6 bytes.
CMSG Header
Offset | Size / Endianness | Type | Name | Description |
---|---|---|---|---|
0x00 | 2 / Big | uint16 | size | Size of the rest of the message including the opcode field but not including the size field. |
0x02 | 4 / Little | uint32 | opcode | Opcode that determines which fields the message contains. |
Body
Offset | Size / Endianness | Type | Name | Comment |
---|---|---|---|---|
0x06 | - / - | CString | name | |
- | 1 / - | Race | race | |
- | 1 / - | Class | class | |
- | 1 / - | Gender | gender | |
- | 1 / - | u8 | skin_color | |
- | 1 / - | u8 | face | |
- | 1 / - | u8 | hair_style | |
- | 1 / - | u8 | hair_color | |
- | 1 / - | u8 | facial_hair | |
- | 1 / - | u8 | outfit_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
Offset | Size / Endianness | Type | Name | Description |
---|---|---|---|---|
0x00 | 2 / Big | uint16 | size | Size of the rest of the message including the opcode field but not including the size field. |
0x02 | 4 / Little | uint32 | opcode | Opcode that determines which fields the message contains. |
Body
Offset | Size / Endianness | Type | Name | Comment |
---|---|---|---|---|
0x06 | - / - | CString | name | |
- | 1 / - | Race | race | |
- | 1 / - | Class | class | |
- | 1 / - | Gender | gender | |
- | 1 / - | u8 | skin_color | |
- | 1 / - | u8 | face | |
- | 1 / - | u8 | hair_style | |
- | 1 / - | u8 | hair_color | |
- | 1 / - | u8 | facial_hair | |
- | 1 / - | u8 | outfit_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
Offset | Size / Endianness | Type | Name | Description |
---|---|---|---|---|
0x00 | 2 / Big | uint16 | size | Size of the rest of the message including the opcode field but not including the size field. |
0x02 | 4 / Little | uint32 | opcode | Opcode that determines which fields the message contains. |
Body
Offset | Size / Endianness | Type | Name | Comment |
---|---|---|---|---|
0x06 | - / - | CString | name | |
- | 1 / - | Race | race | |
- | 1 / - | Class | class | |
- | 1 / - | Gender | gender | |
- | 1 / - | u8 | skin_color | |
- | 1 / - | u8 | face | |
- | 1 / - | u8 | hair_style | |
- | 1 / - | u8 | hair_color | |
- | 1 / - | u8 | facial_hair | |
- | 1 / - | u8 | outfit_id |