VictimState

Client Version 3.3.5

Wowm Representation

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

flag VictimState : u8 {
    INTACT = 0;
    HIT = 1;
    DODGE = 2;
    PARRY = 3;
    INTERRUPT = 4;
    BLOCKS = 5;
    EVADES = 6;
    IS_IMMUNE = 7;
    DEFLECTS = 8;
}

Type

The basic type is u8, a 1 byte (8 bit) integer.

Enumerators

EnumeratorValueComment
INTACT0 (0x00)azerothcore: set when attacker misses
HIT1 (0x01)azerothcore: victim got clear/blocked hit
DODGE2 (0x02)
PARRY3 (0x03)
INTERRUPT4 (0x04)
BLOCKS5 (0x05)azerothcore: unused? not set when blocked, even on full block
EVADES6 (0x06)
IS_IMMUNE7 (0x07)
DEFLECTS8 (0x08)

Used in: