promotional bannermobile promotional banner

SonicQueue

M+ Group Finder Optimizer: Will help you quickly build groups based on desired configurations, with an out-of-the-box default to promote the forming of more successful groups.
Back to Files

SonicQueue-12.1.0-1.zip

File nameSonicQueue-12.1.0-1.zip
Uploaded
Aug 12, 2026
Downloads
11
Size
582.4 KB
Flavors
Retail
File ID
8633240
Type
R
Release
Supported game versions
  • 12.1.0

What's new

Updated for Season 2 M+ Dungeons, see below Challenge and Activity IDs:
 
SQ.WCL_ZONE_ID = 55
 
SQ.WCL_BOSS_BY_CHALLENGE_ID = {
    -- Midnight Season 2 (zone 55) — confirmed from warcraftlogs.com/zone/rankings/55
    [588] = 12993,   -- Altar of Fangs
    [587] = 12813,   -- Murder Row
    [586] = 12825,   -- Den of Nalorakk
    [585] = 12923,   -- Voidscar Arena
    [584] = 12859,   -- The Blinding Vale
    [399] = 112521,  -- Ruby Life Pools
    [250] = 61877,  -- Temple of Sethraliss
    [249] = 61762,  -- Kings' Rest
}

-- Human-readable dungeon names (tooltip text).
SQ.DUNGEON_NAME_BY_CHALLENGE_ID = {
    -- Midnight Season 2 (patch 12.1)
    [588] = "Altar of Fangs",
    [587] = "Murder Row",
    [586] = "Den of Nalorakk",
    [585] = "Voidscar Arena",
    [584] = "The Blinding Vale",
    [399] = "Ruby Life Pools",
    [250] = "Temple of Sethraliss",
    [249] = "Kings' Rest",
}
 
local ACTIVITY_TO_CHALLENGE_ID = {
    -- Altar of Fangs (588)
    [1933]=588,
    -- Murder Row (587)
    [1950]=587,
    -- Den of Nalorakk (586)
    [1952]=586,
    -- Voidscar Arena (585)
    [1951]=585,
    -- The Blinding Vale (584)
    [1949]=584,
    -- Ruby Life Pools (399, Dragonflight)
    [1176]=399,
    -- Temple of Sethraliss (250, Battle for Azeroth)
    [504]=250,
    -- Kings' Rest (249, Battle for Azeroth) — two historical activity IDs
    [514]=249, [661]=249,
}