Showing results 1 to 1 of 1
Search took 0.00 seconds.
Search: Posts Made By: Janede
Forum: Classic - AddOn Help/Support 10-04-19, 11:27 AM
Replies: 8
Views: 7,452
Posted By Janede
1) local s = Status(unit) if s then return...

1)
local s = Status(unit)
if s then
return s
end
local cur,max=HP(unit),MaxHP(unit);
if cur == max then
Alpha(0)
end
local r,g,b=HPColor(cur,max);
Showing results 1 to 1 of 1