He does not do this for me, have you made sure to use the talents that came with the sequence?
I do not see this either. Great macro Elf!!
Great job. Thank you Elfyau. A question I tried changing the mod:shift in both parts to mod:ctrl, but after changing it, no respond when holding down ctrl. How can I solve this problem?
Check your keybinds, they are usually bound by default in wow I think. I believe maybe to the pets? Sorry been years I don’t fully remember. But check them.
The macro has been updated and is available in the original post and via both the Wago and Curseforge app. Let me know what you think, Cheers!
Do you have a Sequence macro that has : GSE (Gnome Sequencer) macro with macro conditionals
Method 2: Using target conditions for Starfall (if not using a modifier)
These conditionals detect if you are targeting a single enemy or multiple enemies and then automatically cast the appropriate spell,. You would use the /cast command with the target or numtargets condition to differentiate between single-target and multi-target scenarios, instructing the macro to cast Starsurge for one target and Starfall for several.
How it works (Conceptual)
- Target Count Check: The core of the macro is a conditional statement that checks the number of targets you are currently engaged with.
- Single Target Logic: If the macro detects you are only targeting a single enemy, it will automatically cast Starsurge, assuming you have enough Astral Power.
- Multi-Target Logic: If the macro detects multiple targets, it will then cast Starfall.
You are unable to count the number of targets with a macro.