General How many macros can you run at once?
Reply
How many macros can you run at once?
How many macros can you run at once?

If I start a macro does it need to finish before I start another?

Thanks for any information.
Tue Apr 14, 2015 1:34 pm
1 at a time, and yes.

Most macros will have some sort of repeating process, usually refered to as the main loop. Because of that, most won't really "finish" in a sense, they just keep repeating their process till you make it stop. That means, if you want multiple things to be happening, you add both of them to the main loop. For example, the loop might check your buffs, and when it's done, check if you need a heal. Once that has completed the macro isn't finished, but the iteration of the loop is finished, so it starts over and checks your buffs again.
Tue Apr 14, 2015 5:05 pm
Project Lead
General How many macros can you run at once?
Reply