WoW Macros

From MyWiki

http://www.wowwiki.com/Useful_macros/Rogue

[edit] Avoid errors

Another way to get rid of error text, just found on wow forums but haven't tried it yet (from Ars:

/script UIErrorsFrame:UnregisterEvent("UI_ERROR_MESSAGE")
/use 13
/use 14
/script UIErrorsFrame:RegisterEvent("UI_ERROR_MESSAGE");
/cast Shadow Bolt

edit this may do away with the error sound, from wowwiki:

/run SetCVar("Sound_EnableSFX","0")
/use 13
/use 14
/run SetCVar("Sound_EnableSFX","1")
Personal tools