Hey guys, first thread here. I did a search and couldn't find what i was looking for. I recently had to reformat my computer and lost my old mouseover macro I was using. I had to throw something together, but it doesn't work as well as I would like.
Here is what i have right now, I'm looking for help improving it.
#showtooltip
/cast [target=mouseover, help, exists] Flash of Light;
/cast [target=target, help, exists] Flash of Light;
/cast [target=player, help, exists] Flash of Light;
As you can see I want it to first attempt to heal my mouseover, if I don't have someone on my mouseover, I want it to heal my target. And if I don't have anyone targeted, to heal myself.
I haven't been able to correctly diagnose the problem I'm having, but I've noticed this not working sometimes. Any help would be appreciated.