Jump to content
Papercut

Dismount + stealth macro

Recommended Posts

I've used this for a long time. If mounted, dismount. If unmounted, stealth. If stealthed, cheap shot. You could change it to ambush if you wanted I guess, but if I'm spamming it it's usually cuz I want to quickly stun them. Change the number at the end of the last line to be whatever action bar slot your mount is in. Refer to this image if needed: http://imgur.com/IbP6QK0

 

/script a,b,c=GetShapeshiftFormInfo(1);if (c) then CastSpellByName("Cheap Shot") else CastSpellByName("Stealth");end
/run i=1 while UnitBuff("player",i)do if string.find(UnitBuff("player",i),"Mount")then UseAction(58)end i=i+1 end


 

Share this post


Link to post
Share on other sites

I believe LazyPig add-on will also do the same thing. It dismounts you whenever you try to do any other ability that requires you to be unmounted. However, if you're just spamming the regular Stealth button to have that happen, if you get lagged or hit it one too many times you will stealth and then unstealth, which is a disaster.

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×