how do i loop macros

J

jayon

Guest
ive been trying for ages to get macros to loop but cant seem to do this..can anyone just write a simple macro for sampling so i can see how to loop these pls..Its probably just a simple thing im doing wrong..cos i is thick:)
 
K

kinag

Guest
let's do a dance macro:

/startdance Basic2;
/flourish 1;
/pause 10;
/flourish 2;
/pause 10;
/flourish 3;
/pause 10;
/ui action toolbarSlot00;

remember to put the macro on first slot on the toolbar.

started 3 days ago, but gotten help from some nice in-game guys :p
 
N

Nightchill

Guest
yup, to loop just call the slot the macro is in. simple :)
 
A

Apocrypha

Guest
alternatively, you can add the command

/macro <macroname>

to the end of the macro to have it start all over again. To stop it, either rename the macro, or if it contains a /pause, then type /dump.
 
P

picard_locutus

Guest
Works great but how do you stop the macro again :)
Keep trying to start dancing again :)
 

Users who are viewing this thread

Top Bottom