Elitist Jerks
Register
Blogs
Chat
Forums
New Posts


Go Back   Elitist Jerks > Public Discussion > User Interface and AddOns

Welcome to Elitist Jerks
If this is your first visit, please be sure to check out the FAQ and the forum rules. Users must register to post and new registrations are subject to a one day "mute" period to get acquainted with the community. To start viewing messages, select the forum that you want to visit from the selection below.

Reply
 
LinkBack Thread Tools
Old 04/25/07, 2:59 PM   #1 (permalink)
I am Awesomus Prime!
 
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.

"Regime change under a Bush doctrine. Democratic installations. Constant war for constant soldiers. What are we gonna do now? De-escalation through military force. Increase the pressure. Oh Condoleezza what should we do about the situation in Iran and North Korea? Condoleezza?" Against Me! - From Her Lips To God's Ears (2005)

If a punk band from Florida knows what the Bush Doctrine is, clearly a politician should too, especially one who could be the next Vice President.
 
User is offline.
Reply With Quote
Old 04/25/07, 3:05 PM   #2 (permalink)
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.

 
User is offline.
Reply With Quote
Old 04/25/07, 3:11 PM   #3 (permalink)
Don Flamenco
 
Tauren Druid
 
Doomhammer
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
 
User is offline.
Reply With Quote
Old 04/25/07, 6:59 PM   #4 (permalink)
Delusions of Competency
 
Thelyna's Avatar
 
Dwarf Priest
 
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.)
 
User is offline.
Reply With Quote
Reply

Go Back   Elitist Jerks > Public Discussion > 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 2:37 PM
Error/Warning Messages: gtfo AndrewCarr User Interface and AddOns 5 05/16/07 3:17 AM
Centered messages Ashiya User Interface and AddOns 1 03/22/07 10:27 PM