Results 1 to 6 of 6

Thread: Macro question

  1. #1
    Player
    AzraelX's Avatar
    Join Date
    Jan 2015
    Posts
    586
    Character
    Irvin Izanagi
    World
    Gilgamesh
    Main Class
    Samurai Lv 80

    Macro question

    How do I create a macro to initiate an action and text at the same time. Like say something when I do a certain action.

    And how do I create a raise macro that makes make say something indicated i'm raising a player and use the raise action.
    (0)

  2. #2
    Player
    PetiteMalFleur's Avatar
    Join Date
    Aug 2013
    Location
    Gridania
    Posts
    1,252
    Character
    Viva Diva
    World
    Gilgamesh
    Main Class
    Scholar Lv 60
    /micon Resurrection
    /ac Resurrection <t>
    /p QQ Rez on <t>.
    (1)

    http://dtguilds.com

  3. #3
    Player
    AzraelX's Avatar
    Join Date
    Jan 2015
    Posts
    586
    Character
    Irvin Izanagi
    World
    Gilgamesh
    Main Class
    Samurai Lv 80
    Quote Originally Posted by PetiteMalFleur View Post
    /micon Resurrection
    /ac Resurrection <t>
    /p QQ Rez on <t>.
    thx for reply but still confused on which one to use- sorry
    (0)

  4. #4
    Player
    Keydah's Avatar
    Join Date
    Aug 2014
    Location
    Ul'dah
    Posts
    616
    Character
    Ximena Reign
    World
    Zalera
    Main Class
    Scholar Lv 71
    Quote Originally Posted by AzraelX View Post
    thx for reply but still confused on which one to use- sorry
    /micon "Raise" will set the macro icon to the raise skill icon so that you know what it is.
    /ac "Raise" <t> will cast raise on your target, <t>.
    /p Raising <t> will enter that into party chat, and say the target that you cast raise on.

    Therefore you would press the macro and it would cast raise and at the same exact time, say "Raising Keydah Tia" in the party chat.

    To make it say stuff in chats, type the chat's command (/p for party, /a for alliance, etc) before the line and it'll enter that directly into the chat as if you had typed it yourself.

    Just copy paste or type the following into a macro and try it out (you don't need to actually be rezzing someone to check and see if it works because it'll still send the "Raising <t>" to chat even if there's no raise...summon your bird so that it'll pop up in party chat instead of saying "there are no party members" while you test it):

    /micon "Raise"
    /ac "Raise" <t>
    /p Raising <t>

    If your test works, it'll say "Invalid target" because you don't have a dead player selected, and then send your message into chat.
    (1)
    Last edited by Keydah; 04-26-2015 at 09:44 AM.
    There is no apostrophe in Au Ra.
    Stop adding one three years later.

  5. #5
    Player
    GenJoe's Avatar
    Join Date
    Apr 2015
    Posts
    600
    Character
    Arugo Kusaragi
    World
    Jenova
    Main Class
    Alchemist Lv 50
    Quote Originally Posted by AzraelX View Post
    thx for reply but still confused on which one to use- sorry
    You use them all.
    Each macro can have 15 lines.

    Each line serves an ad hoc function, so to do what you want (2 different things from 1 macro) you need a minimum of 2 lines. The first line /micon Resurrection just sets the macro icon to the skill Resurrection, not necessary but it helps.

    <t> is your target so the macro will rez the target you have selected. You could also use other target designations, should be easy to find a full list of it somewhere.
    (1)

  6. #6
    Player
    KikoriL's Avatar
    Join Date
    Dec 2013
    Posts
    200
    Character
    Kikori Lyehga
    World
    Sargatanas
    Main Class
    Conjurer Lv 70
    (1)