Results 1 to 5 of 5
  1. #1
    Player

    Join Date
    Aug 2013
    Location
    Ul'dah
    Posts
    162

    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.
    (0)

  2. #2
    Player
    Bixby's Avatar
    Join Date
    Mar 2011
    Posts
    1,534
    Character
    Ampersand Kai
    World
    Gilgamesh
    Main Class
    Pugilist Lv 50
    /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.
    (1)

  3. #3
    Player

    Join Date
    Aug 2013
    Location
    Ul'dah
    Posts
    162
    Many thanks.
    (0)

  4. #4
    Player

    Join Date
    Aug 2013
    Location
    Ul'dah
    Posts
    162
    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.
    (0)

  5. #5
    Player

    Join Date
    Aug 2013
    Location
    Ul'dah
    Posts
    162
    Nevermind I figured it out. xD
    (0)