Anyone have a Macro for Rogue Stealth ?

Post Reply
User avatar
Ganasoth
Posts: 30
Location: United States

Anyone have a Macro for Rogue Stealth ?

Post by Ganasoth » Tue Jun 13, 2023 11:37 pm

Hello.
Does anyone have a Macro for Rogue Stealth that doesnt take you out of stealth if you spam the macro?
Say I'm wanting to dismount then go into stealth super fast. I want to be able to spam the macro for stealth but make it so it doesnt take you out of stealth if hit again.

Thanks in advance.

Xudo
Posts: 1442
Has liked: 40 times
Likes: 2 times

Re: Anyone have a Macro for Rogue Stealth ?

Post by Xudo » Thu Jun 15, 2023 8:55 am

Put stealth on number in "normal" mode. Put nothing on same number in stealth.
Xudo - tauren warrior 19 Sergeant armory.
I don't raid and rank, so you can not bother asking.
Nerf high level enchants on low level gear
Add lvl requirement to bandages
Best and optimal gear for 10-19 twinks
Have fun not only at 60.

User avatar
Elisleris
Posts: 261

Re: Anyone have a Macro for Rogue Stealth ?

Post by Elisleris » Thu Jun 15, 2023 9:15 am

Try to use such macro:
/script if not buffed("Stealth") then CastSpellByName("Stealth") end

Defb
Posts: 1

Re: Anyone have a Macro for Rogue Stealth ?

Post by Defb » Thu Jun 15, 2023 9:54 am

With SuperMacro, I use;

Code: Select all

/run if not FindBuff("Stealth") then CastSpellByName("Stealth") end
Dracilla | Still Alive | Armory | Deaths: 2

User avatar
Nerasw
Posts: 73

Re: Anyone have a Macro for Rogue Stealth ?

Post by Nerasw » Thu Jun 15, 2023 11:19 am

roid-macros:

Code: Select all

/cast [stance:0] stealth

User avatar
Ganasoth
Posts: 30
Location: United States

Re: Anyone have a Macro for Rogue Stealth ?

Post by Ganasoth » Thu Jun 15, 2023 11:45 am

Thanks guys for the Super Macro code it works great ! I appreciate you all taking the time to answer that question for me.
Take care.

User avatar
Albusturt
Posts: 20

Re: Anyone have a Macro for Rogue Stealth ?

Post by Albusturt » Thu Aug 10, 2023 1:00 pm

Nerasw wrote:
Thu Jun 15, 2023 11:19 am
roid-macros:

Code: Select all

/cast [stance:0] stealth
How can we add "Get out of stealth while holding shift" to that?

User avatar
Nerasw
Posts: 73

Re: Anyone have a Macro for Rogue Stealth ?

Post by Nerasw » Fri Jan 19, 2024 5:56 pm

Albusturt wrote:
Thu Aug 10, 2023 1:00 pm
Nerasw wrote:
Thu Jun 15, 2023 11:19 am
roid-macros:

Code: Select all

/cast [stance:0] stealth
How can we add "Get out of stealth while holding shift" to that?
iirc it's /cast [stance: 1, mod: shift] stealth
better to refer to roid-macro doc, and sry for necro - was busy for long

Post Reply