PDA

View Full Version : Frostbolt+Trinket Macro?



Negativ1337
12-26-2007, 12:23 PM
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

Jusa
12-26-2007, 12:29 PM
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

Negativ1337
12-26-2007, 02:14 PM
Cheers :d

Nepida
12-26-2007, 05:04 PM
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