Is it possible to make a macro that works like this:
press 1 prep ground target spell (makes green ring appear)
press 2 cast spell at cursor
tried this but it didn’t work: “/castsequence reset=3 Capacitor Totem, [@cursor] Capacitor Totem”
it would immediately cast spell at cursor
I don’t want to use mods (shift, alt, ctrl)
I just want to see the area and press a second time to cast
you can’t add separate conditionals for different spells within /castsequence
the GSE addon can do what you want
just don’t try to use it in lieu of your rotation
1 Like
Thanks I’ll check it out.
I just miss how ground target abilities work in Guild Wars 2.
Take a look at this thread.
Brings up reticle on key press, fires @cursor on key release.
https://us.forums.blizzard.com/en/wow/t/on-release-macro/813974
If you would prefer two separate buttons, do this:
Macro 1
#showtooltip
/use Ground Target Spell
Macro 2
#showtooltip
/stopspelltarget
/use [@cursor]Ground Target Spell