Results 1 to 4 of 4
  1. #1
    Player
    Veritas-Ancora's Avatar
    Join Date
    Oct 2013
    Location
    Gridania
    Posts
    1,013
    Character
    Mother Vain
    World
    Gilgamesh
    Main Class
    Reaper Lv 100

    What's a Macro for Phoenix Down?

    Similar to how healers announce their quick rez (or slow rez) to the party, is there a way to announce the Phoenix Down item use to the party?

    It has such an unbearably slow cast timer and would be nice to be able to announce that the healer is being rezzed.

    I've tried Google and can't seem to find any reliable macro for an item.

    Please help. Thank you!!
    (0)
    _________________________________________________________________________________________________________________________

    I hope the devs are listening. We need the devs to please listen.

  2. #2
    Player
    Zomkei's Avatar
    Join Date
    Aug 2013
    Posts
    762
    Character
    Decayed Corpse
    World
    Balmung
    Main Class
    Machinist Lv 100
    unless they recently changed it, afaik you can't use items in macros.
    (0)

  3. #3
    Player
    Manamaru's Avatar
    Join Date
    May 2020
    Location
    Gridania
    Posts
    119
    Character
    Manamaru Singen
    World
    Siren
    Main Class
    Samurai Lv 100
    Quote Originally Posted by Veritas-Ancora View Post
    Similar to how healers announce their quick rez (or slow rez) to the party, is there a way to announce the Phoenix Down item use to the party?

    It has such an unbearably slow cast timer and would be nice to be able to announce that the healer is being rezzed.

    I've tried Google and can't seem to find any reliable macro for an item.

    Please help. Thank you!!
    There is no macro that I know of that specifically uses an item, but you could create a macro that instantly does /p "I'm using a Phoenix Down on <t> " provided you've already clicked the fallen party member and then you put phoenix down somewhere on your hotbar.
    (0)

  4. #4
    Player
    Mikoko_Miko's Avatar
    Join Date
    Jun 2014
    Posts
    215
    Character
    Mikoko Miko
    World
    Ultima
    Main Class
    Culinarian Lv 100
    You cannot use items with macros, but you can place items on a hotbar with macros. Provided the arguments in [ ] are correctly specified, the macro below places a Phoenix Down in its own hotbar slot. To use a Phoenix Down, you have to press the same key twice within one second. The last line restores the hotbar to its previous state.

    /macrolock
    /party raising <t>
    /hotbar item "Phoenix Down" [#1] [#2] <wait>
    /macroicon "Phoenix Down" item
    /hotbar copy [class 1] [#1] [class 2] [#2]
    (1)
    Last edited by Mikoko_Miko; 08-16-2025 at 07:45 PM. Reason: added macroicon