Results 1 to 7 of 7
  1. #1
    Player
    Rau's Avatar
    Join Date
    Mar 2011
    Posts
    2,143
    Character
    Rau Berlioz
    World
    Excalibur
    Main Class
    Warrior Lv 90

    How do I equip pet actions with a macro?

    I have two macros.
    HTML Code:
    /hotbar pet "Embrace" 10 4
    /hotbar pet "Fey Light" 10 5
    /hotbar pet "Fey Glow" 10 6
    /hotbar pet "Silent Dusk" 10 7
    HTML Code:
    /hotbar pet "Embrace" 10 4
    /hotbar pet "Fey Illumination" 10 5
    /hotbar pet "Whispering Dawn" 10 6
    /hotbar pet "Fey Covenant" 10 7
    One is for equipping Selene's actions to the 10th bar, and the other for equipping Eos' actions. Upon using either action. However, both of them equip Eos' Embrace, and I am unable to equip Selene's embrace.
    (0)
    Last edited by Rau; 08-08-2014 at 07:52 AM.
    Quote Originally Posted by Eemeefu View Post
    This thread is not a beautiful or unique snowflake.

  2. #2
    Player
    Rau's Avatar
    Join Date
    Mar 2011
    Posts
    2,143
    Character
    Rau Berlioz
    World
    Excalibur
    Main Class
    Warrior Lv 90
    bump because y not
    (0)
    Quote Originally Posted by Eemeefu View Post
    This thread is not a beautiful or unique snowflake.

  3. #3
    Player
    Nutz's Avatar
    Join Date
    Jan 2014
    Posts
    1,140
    Character
    Monkey Nutz
    World
    Behemoth
    Main Class
    Pugilist Lv 60
    I haven't actually been able to find it either. Not sure if it's possible to set pet actions in that manner or not. For the time being there is this work around/ alternative:
    http://www.reddit.com/r/ffxiv/commen...l_macros_here/
    (0)

  4. #4
    Player
    Bixby's Avatar
    Join Date
    Mar 2011
    Posts
    1,534
    Character
    Ampersand Kai
    World
    Gilgamesh
    Main Class
    Pugilist Lv 50
    Edit: Tested and found the right syntax:
    Code:
    /hotbar pet "Embrace" selene 10 4
    Obviously replace "selene" with "eos" for Eos abilities.

    This didn't work when /hotbar first started taking these commands. It only started working with a hotfix/patch (the same one that fixed copying to/from shared hotbars after 2.3 broke that).

    Edit: Also, you can do the same thing with /micon to get the right Embrace showing: /micon "Embrace" pet eos
    (1)
    Last edited by Bixby; 08-09-2014 at 09:37 AM.
    10 posts per page is only the default setting; it is bad, and you should feel bad if you haven't changed it.
    Forum quirks and features explained: http://forum.square-enix.com/ffxiv/threads/161238

  5. #5
    Player
    Gokuhan's Avatar
    Join Date
    Sep 2013
    Posts
    358
    Character
    Gokuhan Kai
    World
    Siren
    Main Class
    Lancer Lv 80
    Can something like this work on the Cross Hotbar? Right now I have macros that will first attempt to use an Eos action but if that fails (because I have Selene out) it uses the Selene action. It works OK but the icons are for the Eos skill, so if I am using Selene the icons are greyed out even when usable.

    A minor annoyance to be sure, but if I could use something like those macros to equip the right actions when I summon them it would be very handy.
    (0)

  6. #6
    Player
    Bixby's Avatar
    Join Date
    Mar 2011
    Posts
    1,534
    Character
    Ampersand Kai
    World
    Gilgamesh
    Main Class
    Pugilist Lv 50
    Quote Originally Posted by Gokuhan View Post
    Can something like this work on the Cross Hotbar?
    Yep. Just use /chotbar and the right slot names (search for /chotbar at the link; slot names are at the bottom of the /chotbar section) instead of /hotbar and slot numbers. E.g.:

    Code:
    /chotbar pet "Embrace" selene 2 LDL
    to put Selene's Embrace on cross hotbar #2, in the L2+Left slot.
    (1)
    10 posts per page is only the default setting; it is bad, and you should feel bad if you haven't changed it.
    Forum quirks and features explained: http://forum.square-enix.com/ffxiv/threads/161238

  7. #7
    Player
    Gokuhan's Avatar
    Join Date
    Sep 2013
    Posts
    358
    Character
    Gokuhan Kai
    World
    Siren
    Main Class
    Lancer Lv 80
    Quote Originally Posted by Bixby View Post
    Yep. Just use /chotbar and the right slot names (search for /chotbar at the link; slot names are at the bottom of the /chotbar section) instead of /hotbar and slot numbers. E.g.:

    Code:
    /chotbar pet "Embrace" selene 2 LDL
    to put Selene's Embrace on cross hotbar #2, in the L2+Left slot.
    Awesome! Thanks a lot!
    (0)