Originally Posted by Floria
I apologize if I missed it in another thread, but I'm looking for a buff timer mod with a very specific functionality. I need a timer that will let me know how much time is left on a buff on a player that's in my raid. I'm using Blessing of Salvation in the Maiden of Virtue fight, and I'd like a more elegant solution than the MT shouting "7 seconds left on BoS".
|
Sorry to beat a dead horse, but files.wowace.com has an addon called HoTCandy that is incredibly easy to make small tweaks to. Yes, it's for heal over time spells. Just change the lines that are in
Core.lua:
[BS['Lifebloom']] = 7,
Replace
Lifebloom with
Blessing of Sanctuary and 7 with 300 (five minutes for that, right?), And change another line just like that to be along the lines of:
Greater Blessing of Sanctuary = 900 (fifteen, yeah?).
If this is all you want, and that relatively lightweight addon is more your style.