by Kes » Sat Dec 13, 2014 9:53 pm
As far as I know, it's working as intended and the same on other private servers.
Here ya go:
/run --CastSpellByName("Stealth")
/run mnC,i,ub,p,st=0,1,UnitBuff,"player","Stealth" while ub(p,i)do if string.find(ub(p,i),st)then CastSpellByName(st)elseif string.find(ub(p,i),"Mount")then mnC=1 end i=i+1 end if mnC==0 then UseAction(36)end
Just put your mount on action slot 36 or change it to whatever you prefer.