PDA

View Full Version : Add-on help: Error messages redirecting



Razesdark
07-18-2008, 01:27 PM
Hello all,

I'm a freshly new multiboxer who just started off with 3 chars.
Now that I'm fiddling around a bit with Keyclone I notice that they don't always cast when I tell them to.

Is there an addon which can redirect error messages to a channel ?
Messages such as "Target out of range" "Can't do that while moving" etc. ?

From what I've seen on the Wiki pages the addon's there don't do such things.

Ughmahedhurtz
07-18-2008, 01:44 PM
You can do this within your macros I believe. I found this on wowwiki.com.

/script UIErrorsFrame:UnregisterEvent("UI_ERROR_MESSAGE");
/console Sound_EnableSFX 0
/use 13
/use 14
/cast Spellname
/script UIErrorsFrame:RegisterEvent("UI_ERROR_MESSAGE");
/console Sound_EnableSFX 1

mithryn
07-20-2008, 02:22 PM
Multiboxer V2 (addon) does this for you, too. Within the little grey GUI it shows your other characters' names and the space next to it will show any error messages they're getting and also if they complete a stage of a quest, pick up an item, etc. All those messages go through.