Siirath, the Sha'tar, EU realm.
This video is a short run through of my UI. It's a rogue UI, mutilate specifically, and it's geared towards partying and raiding, but is great for solo play also. I tried to keep everything clean and informative. I hope you find something in here that you can use for yourself.
The only thing that still want to improve is my range finder. I want it to tell me if I'm in range of my target and facing my target- preferably through something like power auras. Haven't been able to do that yet.
To set these up yourself watch these great videos that instructed or inspired me:
http://www.youtube.com/watch?v=y9wLF3C64Z8&feature=PlayList&p=3ED7CB0...
http://www.youtube.com/watch?v=vv26uWzX2ho&feature=channel_page
http://www.youtube.com/watch?v=U3YqYu4tzZY
To disable the the red error messages, create macros for all (or most - mutilate, envenom, hunger for blood, kick, tricks of the trade, etc) of your combat abilities like so:
#showtooltip Mutilate
/cast Mutilate
/script UIErrorsFrame:Clear()
The onMouseOver blind ability is:
/cast [target=mouseover,exists,harm,nodead] Blind
/script UIErrorsFrame:Clear()
oh, and use the following code for all of your stealth abilities:
/console targetNearestDistance 5.000000
/targetenemy [noharm][dead]
/console targetNearestDistance 10.000000
/cast [harm,nodead] Pick Pocket
/cast Cheap Shot
/script UIErrorsFrame:Clear()
-this way, you don't neccesarily need to have your mob targeted, and you'll pick it's pockets first. Of course you should replace "Cheap shot" with "Garrote" and "Ambush" and "Sap".
a nice Tricks of the Trade macro is:
#showtooltip Tricks of the Trade
/cast [target=targettarget] Tricks of the Trade
/script UIErrorsFrame:Clear()
Open with garrote followed by this macro, then slice and dice, hunger for blood, and you can go dps crazy and have all your threat mitigated to the tank.
The addons shown in the video are:
Mappy
Omen Threat Meter
Recount
Bartender
Button Facade
Pitbull Unit Frames
Elk Buff Bars
Range Display
Combo Points Redux
MikScrollingBattleText
Power Auras Classic
Doom Cooldown Pulse
Cooldown Watch
TipTac
How do you disable the red eror text?
MrTavitZu 2 years ago
You need to create macros for each ability that you wish to 'disable' the error text for. Use these to replace your abilities in your action bar. As an example, the code for a mutilate macro would look like this:
#showtooltip Mutilate
/cast Mutilate
/script UIErrorsFrame:Clear()
- The first line makes it that the ability shows the mutilate tooltip, the second causes you to activate mutilate, and the third line clears the error frame - this makes it appear that the error message is disabled.
siirath 2 years ago
I don't like how you misplaced those icons in the top-right corner, mate.
sumydid 2 years ago
I agree that it could be better. It's the only addon that I could find to move the map icons. Do you have any other ideas?
siirath 2 years ago
There's an addon called MBB (minimap button bag) that will put all of your map icons in 1 collapsing mini map button.
Sivadomagyar 2 years ago
thanks for the tip! I really love MBB - my new favorite addon
siirath 2 years ago