SMSG_CHAR_CREATE
Client Version 1
Response to CMSG_CHAR_CREATE.
Every WorldResult except CHAR_CREATE_SUCCESS will lead to a popup showing. CHAR_CREATE_SUCCESS will cause the client to send a CMSG_CHAR_ENUM.
Wowm Representation
Autogenerated from wowm file at wow_message_parser/wowm/world/character_screen/smsg_char_create.wowm:3.
smsg SMSG_CHAR_CREATE = 0x003A {
WorldResult result;
}
Header
SMSG have a header of 4 bytes.
SMSG 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 | 2 / Little | uint16 | opcode | Opcode that determines which fields the message contains. |
Body
| Offset | Size / Endianness | Type | Name | Comment |
|---|---|---|---|---|
| 0x04 | 1 / - | WorldResult | result |
Examples
Example 1
0, 3, // size
58, 0, // opcode (58)
47, // result: WorldResult CHAR_CREATE_ERROR (0x2F)
Client Version 2.4.3
Response to CMSG_CHAR_CREATE.
Every WorldResult except CHAR_CREATE_SUCCESS will lead to a popup showing. CHAR_CREATE_SUCCESS will cause the client to send a CMSG_CHAR_ENUM.
Wowm Representation
Autogenerated from wowm file at wow_message_parser/wowm/world/character_screen/smsg_char_create.wowm:3.
smsg SMSG_CHAR_CREATE = 0x003A {
WorldResult result;
}
Header
SMSG have a header of 4 bytes.
SMSG 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 | 2 / Little | uint16 | opcode | Opcode that determines which fields the message contains. |
Body
| Offset | Size / Endianness | Type | Name | Comment |
|---|---|---|---|---|
| 0x04 | 1 / - | WorldResult | result |
Client Version 3.3.5
Response to CMSG_CHAR_CREATE.
Every WorldResult except CHAR_CREATE_SUCCESS will lead to a popup showing. CHAR_CREATE_SUCCESS will cause the client to send a CMSG_CHAR_ENUM.
Wowm Representation
Autogenerated from wowm file at wow_message_parser/wowm/world/character_screen/smsg_char_create.wowm:3.
smsg SMSG_CHAR_CREATE = 0x003A {
WorldResult result;
}
Header
SMSG have a header of 4 bytes.
SMSG 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 | 2 / Little | uint16 | opcode | Opcode that determines which fields the message contains. |
Body
| Offset | Size / Endianness | Type | Name | Comment |
|---|---|---|---|---|
| 0x04 | 1 / - | WorldResult | result |