Can I get some help with this macro?
Im not sure why when I set a focus it doesnt always cast on my focus.
I want to either cast my kicks on focus or if no focus on mouseover.
/cast [@mouseover,harm,nodead] [@focus,harm,nodead] []
Thanks
Can I get some help with this macro?
Im not sure why when I set a focus it doesnt always cast on my focus.
I want to either cast my kicks on focus or if no focus on mouseover.
/cast [@mouseover,harm,nodead] [@focus,harm,nodead] []
Thanks
I’ve only ever used mouseover in the past, but now getting used to focus targeting one mob and attacking another and using avengers shield on em.
I am not familiar with this particular syntax but, in reference to what you said, i.e.,
“cast my kicks on focus or, if no focus, on mouseover”
I would write your command like this:
/cast [@focus,harm,nodead] [@mouseover,harm,nodead]
My perception is your version might inadvertently have the mouseover=true so the focus part would not execute. By checking the focus first, the mouseover would be ignored if there is a focus.
I’m no macro expert, but maybe a syntax issue? Like, are those spaces supposed to be in there?
Ill try this, thanks.
Try [@focus,exists,no dead][] since ur focusing, harm shouldn’t be needed and if no focus shouldn’t look for it. Good luck!