Moderator: MacroQuest Developers

Code: Select all
Sub Main
:loop
/delay 10
/if (${Me.AbilityReady[sneak]}) /doability Sneak
/goto :loop
/return

Actually it won't do that very well, sneak and hide need to be clicked off before they are activated again I think.. At least that's what I did in my skillup macro. But he asked for a starting point and that's what he got hehe.. To see how I did it look up my bardskill macro in the depot.dedpoet wrote:In your above example, you want to practice sneak and hide. The loop that blueninja posted will do exactly that, but only exactly that.