Macro help

Hey :slight_smile: can anyone tell me why my macro doesn’t work properly? Have I missed something? cheers

#showtooltip
/cast [mod:shift] [target=focus,exists,nodead] Cyclone; Entangling Roots [@mouseover,exists] Cyclone; Entangling Roots ; [@target] Cyclone; Entangling Roots

Missing a ;, it’s convoluted as hell, and half of it doesn’t fire. What is it you’re trying to do?

/cast [mod:shift, @mouseover] Spell

If you want 2 spells you need /castsequence

And you can’t cast both cyclone and entangling roots at the same time as your macro probably trying to do.

If your button doesn’t work it could also be that you keybind is bound to something else, have happened to me when I started to make macros.

If you are uncertain you should also add #showtooltip at the top so you can see what and if the macro is trying to cast a spell. If it doesn’t show your spell it isn’t trying to do anything and you are doing it wrong.

Hey thanks for the replies guys. I’m trying to target my focus, if no focus then my mouse over and if no mouse over, finally my target with a key modifier to change between cyclone and root? But because I’m new to macros I am basicly making these out of other peoples, franken macros :).

it will kind of work for cyclone but when I press Shift it stays as cyclone

SHIFT: Cyclone
Default: Entangling Roots
Enemy Focus > Enemy Mouseover > Default Behavior

#showtooltip
/cast [mod:shift,@focus,harm,nodead] [mod:shift,@mouseover,harm,nodead] [mod:shift] Cyclone; [@focus,harm,nodead] [@mouseover,harm,nodead] [] Entangling Roots

Swap the two spells if you rather have it the other way around.

More templates if ya need em:

1 Like

Thank you so much works like a charm and thanks for the other info also.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.