Shadow step bugged?

Has anyone else noticed that you cant focus shadowstep if you have a target already

8 Likes

Yes its bugged for me too

3 Likes

Yup, hover over shadowstep macros are wonky too.

1 Like

This is actually a problem with focus and mouseover in general that was reported and ignored.

3 Likes

I’ve had the same problem but I found a workaround on the EU forums about it.

This was my original focus step macro.

#showtooltip
/cast [modifier:shift, target=focus] Shadowstep; Shadowstep

I tried mod: shift as well because some of the responses to my thread were saying modifier: shift doesn’t work anymore and need to use the shorter version but made no difference for me.

On the EU forum the following macro was provided in one of the threads about an issue with focus macros so I setup the macro for shadowstep and that’s been working for me.

#showtooltip Shadowstep
/cleartarget
/cast [mod:shift,@focus] Shadowstep
/targetlasttarget
/cast Shadowstep

2 Likes

This fixed the problem for me. Thx!