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;
}

SMSG have a header of 4 bytes.

SMSG Header

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

Body

OffsetSize / EndiannessTypeNameComment
0x048 / LittleGuidguid
0x0C4 / Littleu32display_id
0x101 / -Racerace
0x111 / -Gendergender
0x121 / -u8skin_color
0x131 / -u8face
0x141 / -u8hair_style
0x151 / -u8hair_color
0x161 / -u8facial_hair
0x174 / Littleu32guild_id
0x1B44 / -u32[11]display_idsThis 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

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

Body

OffsetSize / EndiannessTypeNameComment
0x048 / LittleGuidguid
0x0C4 / Littleu32display_id
0x101 / -Racerace
0x111 / -Gendergender
0x121 / -Classclass
0x131 / -u8skin_color
0x141 / -u8face
0x151 / -u8hair_style
0x161 / -u8hair_color
0x171 / -u8facial_hair
0x184 / Littleu32guild_id
0x1C44 / -u32[11]display_idsThis array contains the: HEAD, SHOULDERS, BODY, CHEST, WAIST, LEGS, FEET, WRISTS, HANDS, BACK, and TABARD.