promotional bannermobile promotional banner

Loxx M+ Interrupt Tracker (PROJECT DISCONTINUED)

Loxx Interrupt Tracker is a lightweight addon that tracks your entire party's interrupt cooldowns in real time. At a glance, see who can kick right now and who's on cooldown — no more scanning four bars manually.

File Details

1.3.1.2

  • R
  • Mar 14, 2026
  • 80.78 KB
  • 119
  • 12.0.5+2
  • Retail

File Name

LoxxInterruptTracker-1.3.1.2.zip

Supported Versions

  • 12.0.5
  • 12.0.1
  • 12.0.0

lightweight tag 535779252adc713f11381a0c73a455d953796d50 1.3.1.2
Author:    Loxxar33 <nicolasrostan@ik.me>
Date:    Sun Mar 15 00:29:10 2026 +0100

commit 535779252adc713f11381a0c73a455d953796d50
Author: Loxxar33 <nicolasrostan@ik.me>
Date:   Sun Mar 15 00:29:10 2026 +0100

    Bump version to 1.3.1.2

commit 4e79baf20b62463cd6f86600bd8be9183383126d
Author: Loxxar33 <nicolasrostan@ik.me>
Date:   Sat Mar 14 23:09:42 2026 +0100

    Fix baseCd corruption from GCD false values

    GetSpellBaseCooldown can return 1500ms (the GCD) instead of the real
    spell cooldown for some interrupt spells in Midnight 12.0. This caused
    party members to display CD=1s in the tracker.

    - ReadMyBaseCd: ignore any value < 5s (no real interrupt CD is under 5s)
    - JOIN handler: same guard — reject incoming baseCd < 5s from other addon users