Results 1 to 3 of 3

Hybrid View

  1. #1
    Player
    ChameleonMS's Avatar
    Join Date
    Sep 2013
    Location
    Ul'dah
    Posts
    1,040
    Character
    Jordan O'niell
    World
    Gilgamesh
    Main Class
    Paladin Lv 100

    Macro assistance

    I have created a macro for Hunt announcements

    /l A Rank found <t> <loc>
    /p A Rank found <t> <loc>
    /fc A Rank found <t> <loc>

    Now, my issue is, only the link shells messages are being sent out.
    (0)

  2. #2
    Player
    Cherryblossoms's Avatar
    Join Date
    Jul 2014
    Posts
    86
    Character
    Cherry Blossoms
    World
    Jenova
    Main Class
    Archer Lv 81
    Might try a <wait.2> at the end of each line to slow it down just a bit?
    (0)

  3. #3
    Player
    ChameleonMS's Avatar
    Join Date
    Sep 2013
    Location
    Ul'dah
    Posts
    1,040
    Character
    Jordan O'niell
    World
    Gilgamesh
    Main Class
    Paladin Lv 100
    Yes, the wait is what was needed. The final macro ended up like this

    /p A Rank found <t> <loc> <wait.1>
    /fc A Rank found <t> <loc> <wait.1>
    /l1 A Rank found <t> <loc> <wait.1>
    /l2 A Rank found <t> <loc> <wait.1>
    /sh A Rank found <t> <loc> <wait.1>

    /l did not want to send to all linkshells so I had specify each one specifically.
    (0)