-
Quick macro question
I know how to announce that I have activated a skill... Hallowed Ground for instance. But I'm wondering what I would need to put to announce that the skill has ended/finished?
Composition:
/macroicon "Hallowed Ground"
/ac "Hallowed Ground"
/p "Hallowed Ground" Activated <se.7>
...
Thanks in advance for any help.
-
/macroicon "Hallowed Ground"
/ac "Hallowed Ground"
/p "Hallowed Ground" Activated <se.7>
/wait 10
/p "Hallowed Ground" is not so hallowed anymore
Be aware that macros interrupt each other. If you use another macro while this one is in the 10-second wait, it'll stop this one and you won't get that ending announcement.
-
-
Actually, I have a second question:
What about skills that don't end of their own accord and require manual deactivation?
I'd like to let the tank switch know I've deactivated Defiance so he can take over.
-
Nevermind I figured it out. xD