Thursday, March 10, 2011

Rogue Macros

Eviscerate/Stealth

To save space on my action bars and because I was already used to combining prowl and ferocious bite on my druid this macro came rather naturally.

#showtooltip
/use [combat] Eviscerate; Stealth

Trick of the Trade

Every rogue loves to redirect some threat off themselves whenever they can. This macro will set a focus target when right clicked and when used with a key-bind or left click will cast Tricks of the Trade on your focus target. If a focus target does not exist it will cast tricks on whichever party member you have selected. If you are targeting a hostile then it will cast tricks on whomever that hostile is targeting (sucks for them if it isn't a tank). Finally if none of those targets were valid you will get a hand cursor to click on a target manually (right click to cancel without choosing a target).

#showtooltip
/focus [btn:2][raid,@focus,noexists]
/stopmacro [btn:2]
/use [@focus,help,nodead,raid][help,nodead,raid][harm,@targettarget,help,nodead,raid][] Tricks of the Trade

Cloak of Shadows/Shiv

I use the same button for cleansing and removing enrage effects on all my toons which share the same hot key of course. So for classes that can do both (just my rogue and druid I believe) I just base which I do on what I have targeted. If I have a hostile targeted I will shiv it and hopefully remove an enrage effect and if I have don't or am holding down a modifier I will cast cloak of shadows on myself.

#showtooltip
/use [nomod,harm] Shiv; [@player] Cloak of Shadows;

Applying Poisons

Use without modifier to apply instant poison to your main hand or with modifier to apply deadly poison to your offhand. Right click to apply instant poison to your thrown weapon. Last line automatically accepts replacing an existing poison on your weapon when the pop-up would normally appear.

#showtooltip
/use [mod] Deadly Poison; Instant Poison
/use [btn:2] 18; [mod] 17; 16
/click StaticPopup1Button1

The next three are all pretty much the same. Click to apply the specified poison to your offhand or right click to apply it to your thrown weapon.

#showtooltip
/use Crippling Poison
/use [btn:2] 18; 17
/click StaticPopup1Button1
#showtooltip
/use Mind-numbing Poison
/use [btn:2] 18; 17
/click StaticPopup1Button1

#showtooltip
/use Wound Poison
/use [btn:2] 18; 17
/click StaticPopup1Button1

No comments:

Post a Comment