Mouseover macro not working

Hi, I have a mouseover leap of faith macro that’s bound to my mouse button that isn’t working correctly. If I mouse over someone’s character in game and hit the mouse button, it works, but if I mouse over that same person’s unit frame and hit it, it doesn’t. Can anyone fix it for me? Here it is

#showtooltip Leap of Faith
/cast [@mouseover,exists,noharm] Leap of Faith; Leap of Faith

thanks

That’s why. You need to use an addon like Clique if you want to click-cast. By default unit frames eat mouse clicks.

Optimized macro:

#showtooltip
/cast [@mouseover,help,nodead] [] Leap of Faith
1 Like

thank you!