Wouldn't work, as both Backstab and Mutilate are available all the time (Backstab just doesn't return the 30(?) energy from talents while the target is above 35% health).
/swapactionbar with two identical action bars (except for Mutilate being replaced by Backstab) are the only way this would be possible.
UI & AddOns expert | Interface & Macros moderator - My work
i'm looking for some rogue macros for pvp and pve. was hoping someone could point me in the right direction
on behalf of my friend that does not have an account here;
hello mmo-champion...
i am looking for a macro what will;
a, cast rebuke on my current target
b, - shift mod; cast at arena enemy 1
c, -ctrl mod: cast rebuke at arena enemy 2
d - alt mod: cast rebuke at arena enemy 3
i am sorry if what i ask for is impossible, am new to the hole macro world.
Dota 'n WoW and stuff.
Code:#showtooltip /cast [mod:shift,@arena1,exists][mod:shift,@arena2,exists][mod:shift,@arena3,exists][]Rebuke
UI & AddOns expert | Interface & Macros moderator - My work
Shift for everything?
Here use this:#showtooltip
/cast [mod:shift,@arena1][mod:ctrl,@arena2][mod:alt,@arena3][]Rebuke
Gershuun @ Borean Tundra US - Interface & Macros Moderator
Need a macro here, so that I normally cast lifebloom on my focus, but whenever I am in tree form, it casts on my target instead. Want it to make it easier to keep a lifebloom stack, while being able to cast lifebloom on everyone during tree form.
This explains a lot.Originally Posted by Henry Ford
you could do something like
#showtooltip
/cast [nostance, @focus][] Lifebloom
That would do what you requested, but the problem I would have with is this that I couldn't use the button if I wanted to lifebloom someone who's not my focus and I'm not in tree form.
If I might suggest an alternative, I have my heal spells all macro'd with mouseover, so if I have a mouseover target, it will cast on it, if I don't, then it behaves as normal (current target, on self if no target, on self if alt is pressed), and if I press ctrl, it takes the focus target:
#showtooltip
/cast [@focus, help, mod:ctrl][@mouseover, nomod, help][] Healing Spell
I especially like the mouseover feature because it also works on unitframes.
If you describe what behavior you want in detail, I'm sure we can work something out.
Last edited by Tearor; 2011-05-26 at 12:39 AM.
No point mentioning these bats, I thought. The poor bastard will see them soon enough.
I'm looking for a macro that will automatically target myself with Death Coil while I have Lichborne up (w/o un-targetting my current target), and Death-Coiling my target if Lichborne isn't up.
Not possible to check for buffs in a macro.
UI & AddOns expert | Interface & Macros moderator - My work
Ok feral druid macro is needed ...i need a macro to let me shape shift from cat to bear or bear to cat with one macro..plz help thanks
Code:#showtooltip /cast [form:1]Cat Form; Bear Form
UI & AddOns expert | Interface & Macros moderator - My work
thanks Treeston
Was wondering if i could get a macro that will cast Kitty swipe in cat form, and bear swipe in bear form.
Not really sure if it's possible and i suck at macro's :/
Pretty much tabs to new mobs for you since Bear Swipe annoyingly requires a target.
Just a habit I have it on almost all of my casters\melee dps abilities.
Gershuun @ Borean Tundra US - Interface & Macros Moderator
Just wanted to ask about the targeting bit in the swipe macro as well. Why do you put [help] and [dead] in there?