View Single Post
Old 04/04/08, 3:47 PM   #87 (permalink)
SOOPRcow
Glass Joe
 
Night Elf Druid
 
Tichondrius
Originally Posted by aadric View Post
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]
 
User is offline.
Reply With Quote