Hey guys,
Any macro wizzies here? For my Disc Priest, I wanted to create a macro that cast Penance on my target (usually its an enemy) UNLESS my mouse is on my party frames (e.g. Cell) then I want Penance to heal that target.
I’m trying to solve this issue where sometimes Penance ends up healing a random person on my screen cause the mouse cursor happens to be pointing at their character (not to be confused with raid frames)
I tried two ways but both failed. Below are my failed macros
FAIL 1
#showtooltip Penance
/cast [@mouseover,exists,help,nodead] Penance; [harm,nodead] Penance
FAIL 2
#showtooltip Penance
/cast [@mouseover,exists,help,nodead,party] Penance; [@mouseover,exists,help,nodead,raid] Penance; [harm,nodead] Penance
mouse over should work and there’s even a setting for it now so you don’t need macros. I’ve noticed with the smart targeting or whatever in the hell it’s called. I’m constantly attacking the wrong things.
If you’re trying to make the macro only work on raid frames then I don’t think that works. Mouse over will Target whatever your mouse is hovering over I think even if you have something else targeted.
A mouse over macro won’t help with that. I’d suggest getting a frame add on that allows mouse over in it like clique so you can keep penance macro free. That should give you the functionality you’re looking for.
I figured out a solution that works for me! I created a simple macro for Penance to always cast on my target (which is typically hostile) then used Cell to add a click casting specific for Penance