promotional bannermobile promotional banner

Rask_unitFrame

Custom, deeply configurable unit frames for Player, Target, Focus, Pet, Party, and Raid
Back to Files

Rask_unitFrame _ver1.3.0.zip

File nameRask_unitFrame _ver1.3.0.zip
Uploader
RaskrialRaskrial
Uploaded
Jul 24, 2026
Downloads
11
Size
41.2 KB
Flavors
Classic
File ID
8502394
Type
R
Release
Supported game versions
  • 1.15.9

What's new

Rask_unitFrame — Changelog (v1.0.0 → v1.3.0)

v1.3.0 — New

  • Range check for Party frames: dims group members who are out of spell range (configurable opacity, 10-100%), and smoothly restores full opacity in 20% steps as they come back into range. Respects the general "fade out of combat" setting if it's already more aggressive. New "Range check" section on the Party options page only.

v1.2.2 — Fixed

  • Party frame double display, for real this time. Root cause found by inspecting a working third-party addon's source: Blizzard's PartyFrame container (a name we'd never targeted) needed to be hidden, and the hide routine needed to also hook SetShown (not just Show/SetAlpha) — Blizzard's compact frame system can call SetShown(true) directly, bypassing hooks that only watch Show.

v1.2.1 — Attempted fix

  • Escalated the hiding technique: direct Show = Hide method replacement, near-zero scale, and hooks on SetAlpha/SetScale. (Superseded by the real fix in 1.2.2 above.)

v1.2.0 — Attempted fix

  • Tried disabling the Blizzard_CompactRaidFrames module outright as a more reliable alternative to hiding frames after creation. Didn't resolve it on Classic Era (module structure differs from retail), but kept as a harmless safety net.

v1.1.8 / v1.1.7 / v1.1.6 / v1.1.5 — Iterative fixes

  • Progressively hardened the Blizzard frame-hiding routine: UnregisterUnitWatch, reparenting to a hidden frame, hooksecurefunc on Show/SetAlpha, per-frame error isolation (one broken frame no longer aborts hiding the rest), and a debug mode (/ruf debughide) to log exactly what's found and hidden.

v1.1.4 — Fixed

  • Right-click context menu was missing on every unitframe (no way to leave a group from the Player frame, etc.). Added the togglemenu secure attribute so right-click now opens the native menu — works in combat too.

v1.1.3 — Fixed

  • Party frames still showing Blizzard's defaults even while already grouped: added a generic EnumerateFrames() scan to catch party/raid-related frames regardless of exact name or creation timing (they're created on demand, not at login).

This mod has no related projects