Elitist Jerks
Register
Blogs
Forums


Go Back   Elitist Jerks » User Interface and AddOns

Reply
 
LinkBack Thread Tools
Old 04/25/07, 1:59 PM   #1
blindworld
King Hippo
 
blindworld's Avatar
 
Blindworld
Tauren Druid
 
No WoW Account
Supressing Error Messages in Macros

I have a macro... basically:

/use 14
/cast something

and I plan on spamming it a lot. I remember seeing a post showing a line before and after the /cast that would disable the sound and/or red text on the screen, but I can't seem to find it. If anyone could help it'd be greatly appreciated.

United States Offline
Reply With Quote
Old 04/25/07, 2:05 PM   #2
Monsanto
Don Flamenco
 
Tauren Druid
 
Mug'thol
I still don't know how to get rid of the sound, but there's an addon out there called ErrorMonster that can filter out the red text.

Tip: When entering the phrase you want to filter out using ErrorMonster, don't forget to include the period at the end of the sentence.


Offline
Reply With Quote
Old 04/25/07, 2:11 PM   #3
Pater
Don Flamenco
 
Tauren Druid
 
Khadgar
Stop the Fizzle for the sound

For the text, e.g.
#showtooltip Fireball
 /script UIErrorsFrame:Hide()
 /use 13
 /stopcasting
 /use 14
 /stopcasting
 /cast Combustion
 /stopcasting
 /script UIErrorsFrame:Clear()
 /script UIErrorsFrame:Show()
 /cast Fireball
http://www.wowwiki.com/Useful_macros/Mage

Offline
Reply With Quote
Old 04/25/07, 5:59 PM   #4
Thelyna
I park my feet under my desk.
 
Thelyna's Avatar
 
Night Elf Druid
 
Dragonblight
/stopcasting
/script UIErrorFrame.UnregisterEvent("UI_ERROR_MESSAGE");
/use Lower City Prayerbook
/script UIErrorFrame.RegisterEvent("UI_ERROR_MESSAGE");
/cast Flash of Light

(the stopcasting is for chain-casting on oceanic latency, it's not strictly necessary for the macro, hitting a trinket doesn't cause a cooldown. If however you were to roll Combustion into it you'd need to hit Combustion, /stopcasting, then the spell you want.)

New Zealand Offline
Reply With Quote
Reply

Go Back   Elitist Jerks » User Interface and AddOns

Thread Tools

Similar Threads
Thread Thread Starter Forum Replies Last Post
[Forum] Important Messages Idea sp00n Public Discussion 63 08/29/07 1:37 PM
Error/Warning Messages: gtfo AndrewCarr User Interface and AddOns 5 05/16/07 2:17 AM
Centered messages Ashiya User Interface and AddOns 1 03/22/07 9:27 PM