Spammable stealth macro
 Posted: Mon Jan 04, 2016 6:57 pm
Posted: Mon Jan 04, 2016 6:57 pmHey, 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!
			 Posted: Mon Jan 04, 2016 6:57 pm
Posted: Mon Jan 04, 2016 6:57 pm Posted: Wed Jan 06, 2016 2:24 pm
Posted: Wed Jan 06, 2016 2:24 pm/script if not IsCurrentAction(34) then UseAction(34) end;
/script if IsCurrentAction(34) then UseAction(44) end; Posted: Wed Jan 06, 2016 3:39 pm
Posted: Wed Jan 06, 2016 3:39 pm Posted: Wed Jan 06, 2016 11:09 pm
Posted: Wed Jan 06, 2016 11:09 pm/script if not(string.find(GetShapeshiftFormInfo(1), "Invis" )) then CastSpellByName("Stealth"); end