SMSG_MIRRORIMAGE_DATA
Client Version 2.4.3
Wowm Representation
Autogenerated from wowm
file at wow_message_parser/wowm/world/spell/smsg_mirrorimage_data.wowm:1
.
smsg SMSG_MIRRORIMAGE_DATA = 0x0401 {
Guid guid;
u32 display_id;
Race race;
Gender gender;
u8 skin_color;
u8 face;
u8 hair_style;
u8 hair_color;
u8 facial_hair;
u32 guild_id;
u32[11] display_ids;
}
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 | 8 / Little | Guid | guid | |
0x0C | 4 / Little | u32 | display_id | |
0x10 | 1 / - | Race | race | |
0x11 | 1 / - | Gender | gender | |
0x12 | 1 / - | u8 | skin_color | |
0x13 | 1 / - | u8 | face | |
0x14 | 1 / - | u8 | hair_style | |
0x15 | 1 / - | u8 | hair_color | |
0x16 | 1 / - | u8 | facial_hair | |
0x17 | 4 / Little | u32 | guild_id | |
0x1B | 44 / - | u32[11] | display_ids | This array contains the: HEAD, SHOULDERS, BODY, CHEST, WAIST, LEGS, FEET, WRISTS, HANDS, BACK, and TABARD. |
Client Version 3.3.5
Wowm Representation
Autogenerated from wowm
file at wow_message_parser/wowm/world/spell/smsg_mirrorimage_data.wowm:18
.
smsg SMSG_MIRRORIMAGE_DATA = 0x0402 {
Guid guid;
u32 display_id;
Race race;
Gender gender;
Class class;
u8 skin_color;
u8 face;
u8 hair_style;
u8 hair_color;
u8 facial_hair;
u32 guild_id;
u32[11] display_ids;
}
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 | 8 / Little | Guid | guid | |
0x0C | 4 / Little | u32 | display_id | |
0x10 | 1 / - | Race | race | |
0x11 | 1 / - | Gender | gender | |
0x12 | 1 / - | Class | class | |
0x13 | 1 / - | u8 | skin_color | |
0x14 | 1 / - | u8 | face | |
0x15 | 1 / - | u8 | hair_style | |
0x16 | 1 / - | u8 | hair_color | |
0x17 | 1 / - | u8 | facial_hair | |
0x18 | 4 / Little | u32 | guild_id | |
0x1C | 44 / - | u32[11] | display_ids | This array contains the: HEAD, SHOULDERS, BODY, CHEST, WAIST, LEGS, FEET, WRISTS, HANDS, BACK, and TABARD. |