Spammable stealth macro

Spammable stealth macro

by Fotm » Mon Jan 04, 2016 6:57 pm

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!
User avatar
Fotm
Sergeant
Sergeant
 

Re: Spammable stealth macro

by Ohhgee » Wed Jan 06, 2016 2:24 pm

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
Image
Ohhgee
Level 60 Human Mage
<NOPE>
User avatar
Ohhgee
Stone Guard
Stone Guard
 

Re: Spammable stealth macro

by TaurenRogue » Wed Jan 06, 2016 3:39 pm

bind stealth on bar 1-> remove it from "stealth bar" -> profit? did i miss anything?
...
User avatar
TaurenRogue
Sergeant Major
Sergeant Major
 

Re: Spammable stealth macro

by Youfie » Wed Jan 06, 2016 11:09 pm

This one works fine too :

Code: Select all
/script if not(string.find(GetShapeshiftFormInfo(1), "Invis" )) then CastSpellByName("Stealth"); end
User avatar
Youfie
Knight-Lieutenant
Knight-Lieutenant
 


Return to Rogue