Results 1 to 10 of 10

Thread: Macro Library

  1. #1
    Player
    Royal's Avatar
    Join Date
    Mar 2011
    Location
    Gridania
    Posts
    362
    Character
    Lexalon Kai
    World
    Adamantoise
    Main Class
    Thaumaturge Lv 50

    Macro Library

    I remember on the beta forums in the patch notes they had a full library of the macro commands. I should've saved it because I can't find it now. I'm trying to get a macro to mark a target, sleep it, and say in party chat what I just slept. I can figure it out myself if I knew the syntax.
    (0)

  2. #2
    Player
    Royal's Avatar
    Join Date
    Mar 2011
    Location
    Gridania
    Posts
    362
    Character
    Lexalon Kai
    World
    Adamantoise
    Main Class
    Thaumaturge Lv 50
    anybody? /10char
    (0)

  3. #3
    Player
    RavinousKurohi's Avatar
    Join Date
    Aug 2013
    Location
    Ul'dah
    Posts
    86
    Character
    Ravinous Kurohi
    World
    Behemoth
    Main Class
    Monk Lv 80
    (0)

  4. #4
    Player
    RaphaelDDL's Avatar
    Join Date
    Aug 2013
    Location
    Gridania
    Posts
    269
    Character
    Da Lek
    World
    Gilgamesh
    Main Class
    Paladin Lv 90
    Talking about Macros, anyone know how to make ones for pet (carbuncle for e.g.)? Seems FFXI macro style don't work either.

    I wanted one for attack and one to /ac heal on it. Trying to aim heal while on battle (in controller) is so weird
    (0)

  5. #5
    Player
    CrisGer's Avatar
    Join Date
    Aug 2013
    Location
    Ul'dah
    Posts
    481
    Character
    Carn Astrael
    World
    Leviathan
    Main Class
    Bard Lv 77
    This is a very useful thread thanks for all the posts and for any to come. Appreciate the help with this complex topic.
    (0)
    ディレクターとリード管理
    3Dワールド、ゲーム開発者グループLinkedInの
    "我々は世界を構築する"

    Director and Lead Adnim
    3D World and Game Developers Group
    "We Build Worlds"

  6. #6
    Player
    RavinousKurohi's Avatar
    Join Date
    Aug 2013
    Location
    Ul'dah
    Posts
    86
    Character
    Ravinous Kurohi
    World
    Behemoth
    Main Class
    Monk Lv 80
    Quote Originally Posted by RaphaelDDL View Post
    Talking about Macros, anyone know how to make ones for pet (carbuncle for e.g.)? Seems FFXI macro style don't work either.

    I wanted one for attack and one to /ac heal on it. Trying to aim heal while on battle (in controller) is so weird
    The target flag for carby (and I imagine the fairies and egis) is <pet>. I tested that out before P4 ended.
    (1)

  7. #7
    Player
    RaphaelDDL's Avatar
    Join Date
    Aug 2013
    Location
    Gridania
    Posts
    269
    Character
    Da Lek
    World
    Gilgamesh
    Main Class
    Paladin Lv 90
    Quote Originally Posted by RavinousKurohi View Post
    The target flag for carby (and I imagine the fairies and egis) is <pet>. I tested that out before P4 ended.
    Something like this?

    /ac <pet> "heal skill i forgot the name"
    /ac <mark1> "attack skill i forgot the name"
    or the inverse?

    /ac "heal skill i forgot the name" <pet>
    /ac "attack skill i forgot the name" <mark1>
    (1)

  8. #8
    Player
    Cal's Avatar
    Join Date
    Sep 2011
    Posts
    25
    Character
    Luc Tenkan
    World
    Hyperion
    Main Class
    Conjurer Lv 50
    /mk bind1 <mo> <- marks mouse over target with bind 1 sign. You can use <t> if you're iffy on mouse over targetting.

    /ac "Repose" <bind1>
    /p "Sleeping <bind1>!"

    I think is what you're asking for...? ?_?
    (0)

  9. #9
    Player
    RavinousKurohi's Avatar
    Join Date
    Aug 2013
    Location
    Ul'dah
    Posts
    86
    Character
    Ravinous Kurohi
    World
    Behemoth
    Main Class
    Monk Lv 80
    Quote Originally Posted by RaphaelDDL View Post
    Something like this?



    or the inverse?
    The inverse

    Quote Originally Posted by Cal View Post
    /mk bind1 <mo> <- marks mouse over target with bind 1 sign. You can use <t> if you're iffy on mouse over targetting.

    /ac "Repose" <bind1>
    /p "Sleeping <bind1>!"

    I think is what you're asking for...? ?_?
    Don't forget to add "" around bind1 when marking.
    (0)

  10. #10
    Player
    RaphaelDDL's Avatar
    Join Date
    Aug 2013
    Location
    Gridania
    Posts
    269
    Character
    Da Lek
    World
    Gilgamesh
    Main Class
    Paladin Lv 90
    Quote Originally Posted by RavinousKurohi View Post
    The inverse
    Awesome. Thank you for the answer :3
    (0)