Hi everyone,
I’m back after some time on the game and I’m trying to reorganise my spells.
I have taken the necrolord covenvant and I’m trying to create a macro that dots the target… but it doesn’t work so far.
The idea would be to have a macro that cast adaptative swarm if not on CD, then Moonfire and Sunfire.
I tried to use the castsequence form but it never skips the adaptative swarm (which means the macro only work if it is not on CD).
Is there any way to make it work?
Also, in the balance spec, I’m trying to have a macro that cast “Fury of Elune” and “Force of Nature” as a sequence, both are on a 60sec CD which should help. Only trick here is that I want the first one to be cast on target and the second one on cursor… I am not able to find how to write this down properly:
/castsequence [@cursor] Force of Nature, [@target] Fury of Elune
/castsequence [@cursor] Force of Nature; [@target] Fury of Elune
Thanks