Castsequence including /target possible? Click once = /target x, Click twice = ability

Hello!

I’d like to have a macro that will first and foremost function as a targeting macro. But if pressed twice, will use an ability. This will allow me to reduce the 2 below macros into one, to reduce the amount of hotkeys I need to have.

Macro 1)
/target arena 1

Macro 2)
/cast [@arena1] Shadowstep

I have not figured out how to (if possible) include /target in a castsequene macro. Anyone knows if this is possible?

The goal is to have a button that I can click ONCE, and have it function solely as a targeting macro. But if I click it twice, it will also use a spell.

Thanks!

Not possible unless other conditions are changing. eg if you don’t have a target, then you could press it to acquire one. If you do have a target, do something else.

That said, if you just want a working Shadowstep macro for arena targets, there’s an easier way (even with the current bugs).

#showtooltip
/cleartarget [@arena1,harm]
/cast [@arena1,harm] [] Shadowstep
/targetlasttarget [@arena1,harm]

Thank you for your reply. A shame it isn’t possible. I’ll have to find some more hotkey space :slight_smile:

Appreciate the macro! I have some shadow step macros but haven’t actually tested those yet so I’ll use yours to avoid any of the bugs I read about, so thank you!

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