-
Macro Help
I'm currently trying to make chat notification macros for when my buffs are off cd. This is an example of what I'm doing currently:
/action "Battle Litany" <me>
/wait 180
/echo Battle Litany Avaliable
/macroicon "Battle Litany"
So far no issues, the problems being to arise when I use two at once as the last one used overwrites the echo notification of the other skills. Is there a way to stop it doing this?
-
The game can only ever execute one macro at a time. Newly activated macros will interrupt the currently executing macro.
It's probably best to just reserve a hotbar specifically for those skills you want to monitor and put them somewhere visible.