https://www.curseforge.com/wow/addons/project-7738 (probably)
A threat meter.
-
Abandoned; the author stated it.
-
2022-05-09 – 3.3.5a on Project Ascension 3.3.5a
Table of Contents [hide]
2022-05-09 – 3.3.5a ∞
https://www.curseforge.com/wow/addons/project-7738/files/439268
- Additionally I changed
showtargetnametofalse(line685) to fix a bug with the option being ignored. - Note that a version of issue #13 applies, but the text is left-aligned.
- I found other bugs in the Addon (and not Ascension), but it works well.
- I wish it could use the
cleantexture which Quartz has access to. I checked within Quartz’s code but I couldn’t figure out how it gained access to that. It doesn’t appear to be built into itself orLibSharedMedia-3.0. -
Curiously, the
LibSharedMedia-3.0within Simple Threat Meter is different from the one that is in Quartz. I didn’t investigate the differences, but copy-pasting it over from Quartz showed some interesting problems.
2014-07-07 or earlier ∞
Core.lua
Simple Threat Meter
print("Creating core frams"); => -- print("Creating core frams");
and
FIXME => newThreatText = "";
TODO: What’s the proper before and after?

Basing the date on an issue I created:
https://www.curseforge.com/wow/addons/project-7738/issues/13
I got it working for Ascension.