No point mentioning these bats, I thought. The poor bastard will see them soon enough.
So since I've started heroic stuff in MoP I've had to go back to a Holy/Prot setup on my pally, but this makes dailies eye gougingly disgusting to do as Prot, so I'm going to have to spec between Prot and Ret several times.
I'm trying to set up macros for all the abilities that change based on what spec I am (not dual spec, actual talent spec) for some I assume this would be very easy, like Templars Verdict and Shield of the Righteous as they're mutually exclusive, but other binds aren't quite as simple and I'd like to know if its possible to do this or if I'm just going to have to swap my buttons around when I spec? Thanks
Only way to macro it the way you want would be using
Which would completely mess up tooltips when in ret.Code:/cast protspell /cast retspell
Basically, it can't be done properly through macros as far as I'm aware.
Might be better of using addons for that, quick google search came up with this action bar saver
I've been trying to make a macro with no luck. I want to use a mouseover macro with a modifier to cast beacon of light when holding shift and sacred shield when just hitting the macro. I currently use a macro like this for my spells. Any help would be appreciated, ty
#showtooltip Sacred Shield
/cast [target=mouseover,exists] Sacred Shield; Sacred Shield
Thanks you very much
i'm looking for a macro that does the following:
it should target a party member (e.g. party member 1), BUT only if i'm in an arena.
i've thought of something like
/target [arena] party1
but i'm not sure if it's even working, as i've never heard of "[arena]".
a friend of mine had an idea to do the check through the existance of the arenaenemyframes, which would look like
/target [@arena1, exists] party1
but again, i'm not sure if this works as afaik party1 belongs inside the brackets.
edit:
just tested
/target party1
and at least this part works, so "[@arena1, exists]" in this conjunction is left to be answered
can someone help me macro a macro to cast a dot on a Celestial Protector without targeting them? I'm just trying to use 1 gcd to proc Twist of Fate I'm not concerned with the actual damage on them we have melee killing them.
/casttarget=Celestial Protector Shadow Word: Pain is what I have right now and it isn't working.
Any help would be awesome!
currently looking for a US challenge mode group. Have geared ShadowPriest/Elemental Shaman send me a PM or battletag invite (Volitar#1137) if interested.
Aegis of Fire December 2004 - April 2013
To cast something on someone they need a valid unitid, such as target/focus/mouseover/party/arena/etc. You can achieve what you want in several different ways.
Make it a focus:
On mouseover:Code:#showtooltip /clearfocus /focus Celestial Protector /use [@focus,harm][] Shadow Word:Pain
Quick target swap:Code:#showtooltip /use [@mouseover,harm][] Shadow Word: Pain
Code:#showtooltip /tar Celestial Protector /use Shadow Word: Pain /targetlasttarget
How do I make this macro show the icon of the presence I'm NOT in? Thanks!Code:#showtooltip /use blood presence /use unholy presence
Okay, I've been trying to find this one, I wonder why it's not in the mage-macro section yet so maybe a mod might want to copy the answer there aswell.
The macro I'm looking for is all about conjured food, all macro's I find are greatly outdated or not what I'm after.
My idea is as follows yet my macro skills are none existent
number and icon of food is in the tooltip.
button 1 makes a stack of food
button 1 + shift makes a table
right button eats either of the foods
With this macro I think 3 icon slots can be saved, anyone?
greatly appreciated for your time and effort to make this one work
- Oh, and if possible, the drop-down menu for a portal and teleport in a single key - modifier shift for a group port?
Now that MoP is out I noticed that the new buttons aren't in the drop-down yet.
Last edited by Aqalicious; 2012-10-10 at 07:12 PM. Reason: teleport idea
Assuming level 90. If not, just replace the food name.
Code:#showtooltip Conjured Mana Buns /use [button:2] Conjured Mana Buns /cast [mod] Conjure Refreshment Table; Conjure Refreshment
Let me know if something doesn't function as expected.
Works for conjuring and a table.
Can't eat it. - can actually eat the mana buns but can't use either stack (table/single)
mage food at 90 is actually in 2 forms, there's the Mana Buns from the table and Mana Pudding from a single conjure.
Both have the same specific regens. 300/150k hp/mana
Thanks for the fast reply.
Last edited by Aqalicious; 2012-10-10 at 07:48 PM.