Hello guys, I have a problem with a macro, and I haven’t found a solution yet. I wanted to write a macro that will allow me to heal people on mouseover (without targeting them) as well as when targeted, but also have a downrank modifier with the same functionality. The macro for FoL looks like this:
#showtooltip Flash of Light
/cast [mod:alt][@mouseover,exists,help,nodead] Flash of Light(rank 4); Flash of Light(rank 4)
/cast [nomod][@mouseover,exists,help,nodead] Flash of Light(rank 6); Flash of Light(rank 6)
It works perfectly when I am not holding alt, but the mouseover functionality stops working if I try to downrank it with the modifier - I need to target the person I want to heal in order to get a downrank heal on them, otherwise I am just healing myself or whoever I have targeted.
If I split the macros into individual buttons, they both work perfectly on their own. But I am really low on button space, so I wanted to have both ranks in 1 button.
Is this some sort of bug or am I doing something wrong? What would be the correct way to write the macro so it works fully?
Any feedback appreciated!