Or am I going to be a goon and shadowstep the target I’m 2 feet from entire Dragonflight?
I use a mousover and it works fine. Not an answer to your question but an alternative at least.
There’s a few macros for it. If you just want a simple focus shadowstep macro you would just do
#showtooltip
/cleartarget
/cast [@focus]Shadowstep
/targetlasttarget
If you want a macro that shadowsteps your target or shadowsteps your mouseover if it exists you would do this:
#showtooltip
/cleartarget
/cast [@mouseover,exists,nodead] Shadowstep
/targetlasttarget
If you want a macro that shadowsteps your target or shadowsteps your mouseover if it exists, or shadowsteps your focus if you hold a modifier you would use:
#showtooltip
/cleartarget [mod:alt] [@mouseover,exists,nodead]
/cast [mod:alt,@focus] [@mouseover,exists,nodead] Shadowstep
/targetlasttarget [mod:alt] [@mouseover,exists,nodead]
Change alt to ctrl or shift it you would rather use those. Also, if you use alt you’ll have to disable self cast in options because it tries to shadowstep yourself.
hopefully blizzard fixes this bug where you ahve to cleartarget thats been around for ~4 months now
edit: fixed last macro pasted my old one by mistake
Thanks, I’ll give the first one a shot. Just need a simple focus step when I’m still targeting a target. It’s been bugging out and just steps my current target. Super annoying in pvp.
What I am using if anyone finds helpful:
#showtooltip
/cleartarget
/castsequence [target=focus] reset=5 shadowstep, kick
/targetlasttarget
You need to press it 2x in a row, don’t button mash, because you’ll blow your last shadowstep that you need to get back to your target with.