Since we've talked about mouseover macros so many times in this forum I decided to post this here even though I'm, like, not a priest anymore? In case anyone else needed a little, you know, macro fun! This would be simple stuff for the macro-savvy but who knows, maybe it'll save someone like me a Google.
I've been pretty vocal about how much I love my macros versus Grid or Healbot. And for PVE it's always worked peachy. But I did notice that in PVP, where more frequent and precise movement is required, mousing over can sometimes get in the way of turning/moving fast enough. I don't know if anyone else has this problem too or it's just my inability to walk and chew gum at the same time.
I still wanted the mouseover capability for those times when I need to stand in the back and machine gun fire a bunch of targets, but I also didn't want to have to mouseover when I'm casting instants or on the run a lot between casts. So I added a couple additional arguments to my macros, like so:
#showtooltip Flash of Light
/cast [target=mouseover,exists] Flash of Light; [help, exists] Flash of Light; [target=player] Flash of Light;
This one looks for a mouseover target first. If there is one, it'll cast Flash of Light on them. If there isn't, it'll cast Flash of Light on my current target if they're friendly. If none of those things are true, it'll cast Flash of Light on myself.
Same for offensive spells, use the mouseover if it's there, otherwise just hit the target:
#showtooltip Crusader Strike
/cast [target=mouseover,exists, harm, nodead] Crusader Strike; [exists,harm,nodead] Crusader Strike;
The downside is my friend/enemy macros (such as, cast Renew if the target is friendly, SW:P if they aren't) can exceed the character limit when you add all this other junk, so I ended up streamlining my toolbars so each key is bound to only one spell.
Also: I still call Flash of Light "Flash Heal" all the time.
this edit brought to you by the typo fairy
Edited, Jul 3rd 2009 10:44pm by teacake