-
Frostbolt+Trinket Macro?
Hey guys,
I need help with a macro on my mages. I am using thisone right now:
#showtooltip Frostbolt
/use 14
/cast Frostbolt
The problem is when im spamming Frostbolt i hear the most annoying sound in the world when its on cooldown. And i see: This item isnt ready yet. Wasnt there something you could put behind /use 14? Like this:
#showtooltip Frostbolt
/use 14 (nocd,ocharm,nodeath) <-- something like that that it only enables when it can be used?
/cast Frostbolt
Thanks :D
Negativ
-
This will stop the text spam and if you go to sound options you can disable the sound warnings spam.
#showtooltip Frostbolt
/use 14
/stopcasting
/run UIErrorsFrame:Clear()
/cast Frostbolt
-
-
You can actually remove the annoying sound for "item not ready" along with removing the message.
/console soundFX 0
<whatever your macro normally does>
/console soundFX 1