Hello all! I'm using mouseover macro's for my healing disc priests. Also using the wonderful repeater region from ISboxer! However, I seems when i hover away from the repeater region, the priest keeps spamming the @mouseover heal. Is there a work
When you press a key while the cursor is over a unit frame, the unit frame doesn't intercept the key press the way it intercepts mouse clicks. This is why your macro would work as expected if bound to a regular key, but doesn't work as expected when bound to a mouse button. As o...