Really great UF Shadowed, I really like the configuration compared to Pitbull3.
However, after a brief search I couldn't find a tag for replacing the name of a person with their status in raid only. I think the basic idea is like this, if "status" then status:time or else their name.
E- After a good hour of being a tard when it comes to coding/programming I think I figured it out...
function(unit, unitOwner)
if( UnitIsDead(unit) ) then
return ShadowUFLocals["Dead"]
elseif( UnitIsGhost(unit) ) then
return ShadowUFLocals["Ghost"]
elseif( not UnitIsConnected(unit) ) then
return ShadowUFLocals["Offline"]
elseif( not UnitIsDead(unit) ) then
return UnitName(unitOwner)
end
end
That should make it work like the default Pitbull raid frames did.
imgur: the simple image host
Those two in the middle had just died and I must have caught it in transition.