Papercut 0 Report post Posted May 18, 2017 Hi, Anyone know how to make a spammable macro for dismounting and stealth? 0 Share this post Link to post Share on other sites
Choppybacon 0 Report post Posted May 24, 2017 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 0 Share this post Link to post Share on other sites
Dezastrous 0 Report post Posted May 27, 2017 The addon ezdismount should dismount you when pressing stealth key may have to hit it twice for dismount then stealth 0 Share this post Link to post Share on other sites
Choppybacon 0 Report post Posted May 27, 2017 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. 0 Share this post Link to post Share on other sites
parabol 0 Report post Posted June 12, 2017 RogueQuickMount - dismount / stealth / vanish in 1 button. i use [ ~ ] for it. (Shift + ~) for mount. 0 Share this post Link to post Share on other sites