Modification to intervene macro

Can someone modify this macro to prioritize mouseover over target if there is one, use on mouseover even without a target, and use on target if there isn’t a mouseover, while maintaining its current function?

#showtooltip Intervene
/cast [stance:1/3] Defensive Stance; Intervene

Thanks!

Hi, try this:

#showtooltip Intervene
/cast [stance:1/3] Defensive Stance; [@mouseover,help][@target,help] Intervene

#showtooltip [@mouseover,help,nodead] [] Intervene
/cast [stance:1/3] Defensive Stance; [@mouseover,help,nodead] [] Intervene

works perfectly, thanks a lot!

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.