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
Offset | Size / Endianness | Type | Name | Comment |
---|---|---|---|---|
0x00 | 4 / - | Map | map | |
0x04 | 4 / Little | u32 | reset_time | |
0x08 | 4 / Little | u32 | instance_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
Offset | Size / Endianness | Type | Name | Comment |
---|---|---|---|---|
0x00 | 4 / - | Map | map | |
0x04 | 4 / Little | u32 | reset_time | |
0x08 | 4 / Little | u32 | instance_id | |
0x0C | 4 / Little | u32 | index | Neither 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
Offset | Size / Endianness | Type | Name | Comment |
---|---|---|---|---|
0x00 | 4 / - | Map | map | |
0x04 | 4 / - | DungeonDifficulty | difficulty | |
0x08 | 8 / Little | u64 | instance_id | |
0x10 | 1 / - | Bool | expired | |
0x11 | 1 / - | Bool | extended | |
0x12 | 4 / Little | u32 | time_until_reset | Seems to be in seconds |
Used in: