SMSG_LFG_QUEUE_STATUS

Client Version 3.3.5

Wowm Representation

Autogenerated from wowm file at wow_message_parser/wowm/world/lfg/smsg_lfg_queue_status.wowm:1.

smsg SMSG_LFG_QUEUE_STATUS = 0x0365 {
    u32 dungeon;
    i32 average_wait_time;
    i32 wait_time;
    i32 wait_time_tank;
    i32 wait_time_healer;
    i32 wait_time_dps;
    u8 tanks_needed;
    u8 healers_needed;
    u8 dps_needed;
    u32 queue_time;
}

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
0x044 / Littleu32dungeon
0x084 / Littlei32average_wait_time
0x0C4 / Littlei32wait_time
0x104 / Littlei32wait_time_tank
0x144 / Littlei32wait_time_healer
0x184 / Littlei32wait_time_dps
0x1C1 / -u8tanks_needed
0x1D1 / -u8healers_needed
0x1E1 / -u8dps_needed
0x1F4 / Littleu32queue_time