RaidInfo

Client Version 1.12

Wowm Representation

Autogenerated from wowm file at wow_message_parser/wowm/world/raid/smsg_raid_instance_info.wowm:1.

struct RaidInfo {
    Map map;
    u32 reset_time;
    u32 instance_id;
}

Body

OffsetSize / EndiannessTypeNameComment
0x004 / -Mapmap
0x044 / Littleu32reset_time
0x084 / Littleu32instance_id

Used in:

Client Version 2.4.3

Wowm Representation

Autogenerated from wowm file at wow_message_parser/wowm/world/raid/smsg_raid_instance_info.wowm:16.

struct RaidInfo {
    Map map;
    u32 reset_time;
    u32 instance_id;
    u32 index;
}

Body

OffsetSize / EndiannessTypeNameComment
0x004 / -Mapmap
0x044 / Littleu32reset_time
0x084 / Littleu32instance_id
0x0C4 / Littleu32indexNeither 1.12 nor 3.3.5 have an index field so this might not be accurate.

Used in:

Client Version 3.3.5

Wowm Representation

Autogenerated from wowm file at wow_message_parser/wowm/world/raid/smsg_raid_instance_info.wowm:26.

struct RaidInfo {
    Map map;
    (u32)DungeonDifficulty difficulty;
    u64 instance_id;
    Bool expired;
    Bool extended;
    u32 time_until_reset;
}

Body

OffsetSize / EndiannessTypeNameComment
0x004 / -Mapmap
0x044 / -DungeonDifficultydifficulty
0x088 / Littleu64instance_id
0x101 / -Boolexpired
0x111 / -Boolextended
0x124 / Littleu32time_until_resetSeems to be in seconds

Used in: