`Healer Binding not working as normal
Alctroz opened this issue ยท 1 comments
Describe the bug
A clear and concise description of what the bug is.
General information
- Clicked Version: 0.12.1
- WoW Version: Retail
- Did it work before? Yes in last version
- Does it occur with all other addons disabled? Yes
Expected behavior
A Healer binding that works like mouseover > target > player (hostile and friendly)
Reproduction
I normally use Healer Binding to create a new macro, I made this one for Penance but something is going wrong. It only works when I mouse over something, If I only have a target with mouseovering anything, it says "You have no target" and dont cast the spell, on enemys and friend, doesnt work. Only if I mouseover my target.
The full macro at end is at: /click ClickedStopCastingButton
/use [@mouseOver,nodead] Penance; [@target,nodead] Penance; [@player] Penance
But it doesnt work at all.