promotional bannermobile promotional banner

gobignintterrupt

lightweight, fully self-contained Mythic+ utility addon designed for (Patch 12.0.5). It helps you and your group stay coordinated by tracking critical party cooldowns and interrupts, so you never miss a beat in high-key pushes.

File Details

v1.1.1

  • R
  • Apr 29, 2026
  • 289.20 KB
  • 10
  • 12.0.5
  • Retail

File Name

GOBIGnINTERRUPT-v1.1.1.zip

Supported Versions

  • 12.0.5

GOBIGnINTERRUPT

v1.1.1 (2026-04-29)

Full Changelog Previous Releases

  • v1.1.1 - bug fixes: Void Meta spec, peer fade, utility/dispel placeholders
    Three fixes for issues observed during v1.1.0 in-game testing.
    • Void Metamorphosis (1217605) had spec = {3}, out of range for Demon
      Hunter (only specs 1 Havoc and 2 Vengeance exist). The spell appeared
      via StackTracker (which doesn't check spec) but PopulatePlaceholders'
      prune deleted the icon every time refreshNames ran (INSPECT_READY,
      GROUP_ROSTER_UPDATE, UNIT_NAME_UPDATE, PLAYER_SPECIALIZATION_CHANGED).
      Symptom: 50/50 stack icon randomly hiding and reappearing on Devourer
      DHs - and only on those characters since the data bug was DH-specific.
      Fix: removed the spec restriction; StackTracker's aura-ID match
      (1225789) is the actual gate.
    • Peer presence faded after ~60s of comm silence. peerSeen[name] aged
      out when the peer wasn't broadcasting tracked CD casts, leaving them
      flagged "no addon" with the red "?" badge despite having GBI installed.
      Three changes in CDComm:
      • PEER_STALE 60s -> 600s (10 minutes)
      • replyToQuery always sends a new "P" presence ack regardless of
        active CDs, so peers with nothing on cooldown still confirm presence
        on each Q
      • 60s heartbeat ticker broadcasts Q while in a group, so peers reply
        and refresh peerSeen even during low-activity stretches
    • PopulatePlaceholders filtered out CAT_UTILITY and CAT_DISPEL entirely,
      so per-spell checkboxes in the Spell DB UI silently did nothing for
      those categories - ticking Leg Sweep, dispels, externals (Power
      Infusion, BoP, Innervate, Tip the Scales), or CC stuns had no visible
      effect. K.IsCooldownBarCategory now excludes only CAT_INTERRUPT (which
      has its own progress-bar window); every other category honors the
      user's per-spell ticks.
      Co-Authored-By: Claude Opus 4.7 (1M context) noreply@anthropic.com