Simple Boss Mods (Timeline)

A simple timeline replacement to mimic the look and feel of old boss mod timer WeakAuras.
Back to Files

v3.13

File nameSimpleBossMods-v3.13.zip
Uploader
ZapaNORZapaNOR
Uploaded
Jun 17, 2026
Downloads
1.2K
Size
1.3 MB
Flavors
Retail
File ID
8267925
Type
R
Release
Supported game versions
  • 12.0.7
  • 12.0.5
  • 12.0.1
  • 12.0.0

What's new

Simple Boss Mods

v3.13 (2026-06-17)

Full Changelog

  • Bump to v3.13: fix red bars during real encounters, default to Outline (Slug)
    Fix the in-combat bar color regression introduced by 12.0.7:
    • getTimelineBarColor's old fallback queried C_EncounterEvents.GetEventColor
      with eventInfo.encounterEventID. That only returns user overrides (Nilable),
      not Blizzard's per-event defaults that used to live on eventInfo.color
      (field removed from EncounterEventInfo in 12.0.7). Now queries
      C_EncounterTimeline.GetEventColor(timelineEventID), which returns the
      effective rendered color (default + override) and is the API replacement
      for the old eventInfo.color access. The returned color is secret-wrapped
      during real encounters, but :GetRGBA() values pass straight through
      SetStatusBarColor / SetVertexColor — same pattern Blizzard's own
      EncounterTimelineTimerEvent:UpdateTimerColor uses.
    • getIndicatorBarColor now falls back to the cached _indicatorMask when
      eventInfo.icons is secret-wrapped (not just nil), so indicator colors
      resolve mid-encounter instead of dropping straight to BAR_FG.
    • processEvent no longer forces BAR_FG for un-indicated events; Blizzard's
      per-event defaults now show through the timeline fallback.
      Also add "Outline (Slug)" font outline option (matches Cast on Me) and set
      it as the default for both bar and icon fonts.

This mod has no related projects