Originally Posted by aadric
Is it possible to display a debuff on someone in your raid group, but only after it has ticked for ten seconds (for example... Kalecgos' curse lasts 30 seconds, I don't want to see it until there is 20 seconds left).
I currently use grid but the level of customization here has me intrigued.
|
Such an awesome idea I went ahead and wrote one for myself. Here is the code I'm using
[if AuraDuration("Curse of Boundless Agony") < 20 then
"DECURSE":Fuchsia
end]