Spammable stealth macro
Posted: 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!
/script if not IsCurrentAction(34) then UseAction(34) end;
/script if IsCurrentAction(34) then UseAction(44) end;
/script if not(string.find(GetShapeshiftFormInfo(1), "Invis" )) then CastSpellByName("Stealth"); end