Page 1 of 1

Spammable stealth macro

PostPosted: Mon Jan 04, 2016 6:57 pm
by Fotm
Hey, anyone have a spammable stealth macro to share? Basically I want to be able to mash my stealth keybind without it taking me out of stealth. Thanks!

Re: Spammable stealth macro

PostPosted: Wed Jan 06, 2016 2:24 pm
by Ohhgee
This is the best Stealth macro. If you have LazyPig or EZDismount or something similar, it makes you dismount, Stealth, Cheap Shot with spamming 1 button. It will also never cancel Stealth

Code: Select all
/script if not IsCurrentAction(34) then UseAction(34) end;
/script if IsCurrentAction(34) then UseAction(44) end;


Put Stealth in action slot 34 and Cheap Shot in action slot 44, or change those numbers to whatever slots you wish. You can find charts online to show you the numbers of all action button slots. There are other macros you can make with SuperMacro that don't need the action slots but this one is the most reliable and doesn't require any mods

neilyo pro tip: make a macro like this for sap also

Re: Spammable stealth macro

PostPosted: Wed Jan 06, 2016 3:39 pm
by TaurenRogue
bind stealth on bar 1-> remove it from "stealth bar" -> profit? did i miss anything?

Re: Spammable stealth macro

PostPosted: Wed Jan 06, 2016 11:09 pm
by Youfie
This one works fine too :

Code: Select all
/script if not(string.find(GetShapeshiftFormInfo(1), "Invis" )) then CastSpellByName("Stealth"); end