02-14-2012, 09:03 AM
(02-14-2012, 06:30 AM)MongoJerry Wrote: Quick question. I'm trying to set up some simple macros that cast power up spells and trinkets whenever they're ready when I cast some of my more common spells. e.g.
Quote:#showtooltip Flash Heal
/use Lifeblood
/cast Flash Heal
It works fine, but it keeps giving me an annoying "Spell not ready" error whenever Lifeblood or my trinket is on cooldown. Is there a way to make it so that something only casts if it's not on cooldown or to at least stop the annoying error message?
This is what I use to suppress error messages:
...
/console Sound_EnableSFX 0
/use ...
/use ...
/console Sound_EnableSFX 1
/cast ...
/script UIErrorsFrame:Clear()
"I may be old, but I'm not dead."