Page 1 of 1

Spammable Stealth Makro for this server

PostPosted: Sat Mar 21, 2015 8:52 pm
by Crosstone
hey i'm looking for a stammable stealth makro that dont unstealth after spamming it - which is working on this server. Can anyone help?

I found some makros like that on google. Sadly they wont work on this server:
stealth:
/script if not IsCurrentAction(34) then UseAction(34) end;


Thanks in advance!

Re: Spammable Stealth Makro for this server

PostPosted: Mon Mar 23, 2015 10:28 am
by whissper
Code: Select all
/script local a,b,c=GetShapeshiftFormInfo(1);if not (c) then CastSpellByName("Stealth");end

Re: Spammable Stealth Makro for this server

PostPosted: Tue Mar 24, 2015 1:22 pm
by Crosstone
Thanks a lot!