Hello from the shadows of Azeroth
I startet a rogue for some fun. is there really no way anymore to make a macro for Cheap Shot and Kidney in one button? and for Focus the same thing??
Remember that i had one back in the days
Hello from the shadows of Azeroth
I startet a rogue for some fun. is there really no way anymore to make a macro for Cheap Shot and Kidney in one button? and for Focus the same thing??
Remember that i had one back in the days
You could have a macro that uses Cheap Shot while in Stealth and Kidney Shot while out of Stealth. I don’t recommend this, however, because then you won’t be able to Kidney Shot out of Stealth unless KS is on a separate bind.
I’d make a macro here but I don’t remember the conditional for Stealth (as opposed to Shadow Dance).
Anyway. Are you sure this is a good macro idea?
I used to have a macro like that, but I changed it because as sub sometimes you want to kidney while your dancing, or stealthed. But if you want it…
#showtooltip
/cast [stealth] kidney shot; cheap shot
Or you can do
/cast [noform:1] cheap shot
/cast kidney shot
Those should work I think
kinda an odd idea.
also I’m how this would work because kidney requires combo points so that would be a thing to mess up your macro.
I just have kidney bound on the same button on my stealth bar as the normal bar and I have cheapshot bound to the stealth button
You can use a modification macro, which means you use an extra button to change what the macro does for what you want it would be this:
#showtooltip Kidney Shot
/cast [mod:alt] Cheap Shot; Kidney Shot
That way when you press Alt alongside the keybind you use for the ability it will cast Cheap Shot instead of Kidney Shot, without pressing Alt it will use Kidney Shot.
Like this:
Keybind: Kidney Shot
Keybind + Alt: Cheap Shot
You can also use Shift instead of Alt by writing it like this [mod:shift]
Cheap Shot is the one you use from stealth
Try this: /cast [stealth] Cheap Shot; Kidney Shot
It’s definitely possible to macro them together using stealth as a conditional and it’s definitely not a good idea. Highly recommend using separate binds.
I wouldn’t use [stealth]. That modifier only works while in Stealth or Vanish last I checked. You’ll want to use [stance]. That will work for Stealth, Vanish, Subterfuge, Shadow Dance, and Sepsis!
that works can u make it work for foucs target then as i cant make it work
/cast [@focus][stealth] Cheap Shot; Kidney Shot
Try that. You might have double check the syntax
Just add empty brackets at the end so this macro will target your target in the event that you have no focus. Like this:
/cast [@focus,exists,harm][stealth] Cheap Shot; Kidney Shot