DamageInfo

Client Version 1.12, Client Version 2

Wowm Representation

Autogenerated from wowm file at wow_message_parser/wowm/world/combat/smsg_attackerstateupdate.wowm:29.

struct DamageInfo {
    u32 spell_school_mask;
    f32 damage_float;
    u32 damage_uint;
    u32 absorb;
    u32 resist;
}

Body

OffsetSize / EndiannessTypeNameComment
0x004 / Littleu32spell_school_mask
0x044 / Littlef32damage_floatvmangos sends the same data in damage_uint.
0x084 / Littleu32damage_uintvmangos sends the same data in damage_float.
0x0C4 / Littleu32absorb
0x104 / Littleu32resist

Used in:

Client Version 3.3.5

Wowm Representation

Autogenerated from wowm file at wow_message_parser/wowm/world/combat/smsg_attackerstateupdate_3_3_5.wowm:41.

struct DamageInfo {
    u32 spell_school_mask;
    f32 damage_float;
    u32 damage_uint;
}

Body

OffsetSize / EndiannessTypeNameComment
0x004 / Littleu32spell_school_mask
0x044 / Littlef32damage_floatarcemu sends the same data in damage_uint.
0x084 / Littleu32damage_uintarcemu sends the same data in damage_float.

Used in: