Ground targeted abilities

Hello,

TLDR: Let’s fix my failed macro! (It’s at the end, scroll down.)

As far as I know - besides the ‘[@target]’ and ‘[@cursor]’ macro options, there are no other ways to alter the interaction with ground targeted abilities. I used to play GW2 a few years ago, and there was an option for ground targeted abilities where it showed the targeting circle while holding down your keybind and triggered the ability when you released the button. This way you could be both accurate with the aiming and quick with the use at the same time.

In wow you are made to choose. You either awkwardly have to use 2 inputs to trigger 1 ability (button push + mouse click) or can trigger it with a single input (button push) but may not be 100% accurate with the aiming.

For some abilities it isnt that annoying: landing your bonedust brew - while in the middle of a pack - is not that hard even without the targeting circle. But let’s say you are on a warrior/rogue and you are running towards a ledge that you want to heroic leap/grappling hook to. And you want to use said ability AS SOON AS YOU GET IN RANGE. If you use it too soon you wont make the jump, if you use it too late you jog for and extra 8-10 yards - just to be sure - which can cost you your life or a kill opportunity in many situations.

So I was thinkink to ‘trick’ the system with a macro:

/castsequence reset=5 Ring of Peace, [@cursor] Ring of Peace

It is supposed to use it as the unmodified spellbook-version - showing the targeting circle - on the first button push (so I can aim accurately). And on the second button push it is supposed to use the same spell with the ‘[@cursor]’ option.

My problem is that even though I only added the ‘[@cursor]’ option to the second spell, it still casts it at my cursor even for the first button press. Any ideas to fix this or go at it from a totally different angle? (Maybe a weakaura can be made to show the targeting circle?)
Ty

1 Like

To get it right, all u want to do is to press spell, see the circle where the spell will go, then press it again to actualy use that spell on said location?

If so, thats exactly how they work when u dont use any macro whatsoever .

If its somethig differentl then try to explain it better cuz im kinda lost if thats not the case.

Yep thats what I want to achieve. First button press: targeting circle, second button press: the actual trigger of the ability.

If so, thats exactly how they work when u dont use any macro whatsoever.

Well not for me unfortunately… if I keep pressing the button with the basic, spell book version of the ability, the targeting circle keeps reappearing at my mouse and the ability is never triggered. (Cant be an addon issue, just tried it with all addons turned off.)

I’m not entirely sure why you don’t just go with “click to get targeting circle, left mouse to trigger” which is the default behaviour… It’s 2 button clicks either way.

That aside, I’m not sure you can actually do conditionals like @cursor or @target in a cast sequence. Might be wrong, but I’ve never seen that done.

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