Page 25 of 26 FirstFirst ... 15 23 24 25 26 LastLast
Results 241 to 250 of 263

Hybrid View

  1. #1
    Player
    YuiSasaki's Avatar
    Join Date
    Nov 2013
    Location
    Limsa Lominsa
    Posts
    187
    Character
    Yui Sasaki
    World
    Shiva
    Main Class
    Arcanist Lv 60
    Quote Originally Posted by Kyomih View Post
    You don't need to make multiple posts for longer posts. Just edit your first one since editing posts doesn't have a letter/word count, btw.
    Oh? That's a nice hint. thx :>
    (0)

  2. #2
    Player
    Mikoko_Miko's Avatar
    Join Date
    Jun 2014
    Posts
    257
    Character
    Mikoko Miko
    World
    Ultima
    Main Class
    Culinarian Lv 100
    I don't know whether it is useful, but I've just made a healing macro that "If you target an enemy or nothing, cast Cure on a tank(<2>). Otherwise cast Cure on a target".

    /merror off
    /mlock
    /focustarget <f>
    /focustarget <t>
    /ta <2>
    /ta <f>
    /tle
    /tlt
    /tle
    /tlt
    /ac "Cure" <t>
    /ta <f>
    /focustarget <f>
    /micon "Cure"

    I also made the following macro formerly. But it doesn't work now becouse of a disorder of "/focustarget" command; focustarget cannot be canceled by reuse.

    /merror off
    /mlock
    /focustarget <f>
    /focustarget <le>
    /focustarget <t>
    /ac "Cure" <f>
    /ac "Cure" <2>
    /focustarget <f>
    (1)

  3. #3
    Player
    Roxas_Andrade's Avatar
    Join Date
    Dec 2014
    Location
    Limsa Lominsa
    Posts
    302
    Character
    Roxas Andrade
    World
    Famfrit
    Main Class
    Astrologian Lv 80
    On my SCH I have this:

    /ac swiftcast
    /ac ressurrection <t>

    I gave up the /p macro, since its slower (you need a /wait command that would make the macro unspammable), but my WHM keeps the /wait macro:

    /ac swiftcast
    /ac "presence of mind"
    /ac surecast
    /wait
    /ac raise <t>

    If there's no value to wait, game considers it as 1.0. You can't simply use the macro, cause the animation for Swiftcast takes more than 1sec. But you can press the button twice and it will work like a charm (since any macro cancels any macro). I didn't test it with a /p command, but I guess if you put it after the /raise, it will only happen once, not bugging the party.

    I'm waiting for the Ascend use in macro to be fixed to test the

    /ac swiftcast
    /ac lightspeed
    /wait
    /ac ascend <t>
    (0)

  4. #4
    Player
    Mikoko_Miko's Avatar
    Join Date
    Jun 2014
    Posts
    257
    Character
    Mikoko Miko
    World
    Ultima
    Main Class
    Culinarian Lv 100

    Cure <mo> <t> <tt> <me>

    Here is a macro for casting Cure on a leftmost non-enemy among <mo>, <t>, <tt> and <me>.

    /merror off
    /ac "Cure" <mo>
    /mlock
    /focustarget <f>
    /focustarget <t>
    /ta <me>
    /as <f>
    /ta <f>
    /tle
    /tlt
    /tle
    /ac "Cure" <lt>
    /ta <f>
    /focustarget <f>
    /micon "Cure"
    (0)

  5. #5
    Player
    AlphaFox's Avatar
    Join Date
    Aug 2013
    Posts
    2,638
    Character
    Rena Ryuugu
    World
    Coeurl
    Main Class
    Thaumaturge Lv 80
    My heals are left alone however all my offensive abilities are set to the like.

    /micon Stone
    /ac Stone
    /ac Stone <tt>

    I use this for pretty much any offensive ability so I can keep my eye on the tank at all times and attack his/her target. My astrologian is the same way having gravity, disable and the like as well. I usually have no issue clicking on someone to get them healed up.
    (0)

  6. #6
    Player
    Anastacy's Avatar
    Join Date
    Jun 2015
    Posts
    39
    Character
    Vyndrian Larethil
    World
    Coeurl
    Main Class
    Conjurer Lv 70
    Question: is there a command to cancel Cleric Stance via macro? I'd like to add such a line to (probably) all of my heals, as I have a bad habit of not turning it off when I need to.
    (0)
    Last edited by Anastacy; 06-30-2015 at 01:45 AM.

  7. #7
    Player
    AniCelestine's Avatar
    Join Date
    Oct 2013
    Posts
    299
    Character
    Ani Celestine
    World
    Odin
    Main Class
    Monk Lv 80
    Quote Originally Posted by Anastacy View Post
    Question: is there a command to cancel Cleric Stance via macro? I'd like to add such a line to (probably) all of my heals, as I have a bad habit of not turning it off when I need to.
    The only way I believe is either clicking the Cleric Stance skill or having it as a skill in a macro to which I'd say Don't do it. Since in this game there is no if/then/else macros example would be something like this:

    "if Clericstane=1 then use "Cleric stance", "Cure" target:target/mouseover; else use "cure" target:target/mouseover.
    Note that that coding language is entirely made up if anyone bitches about it.


    As for my contribution to the macros:

    /micon "Embrace" Pet "Eos"
    /pac "Embrace" <mo>

    It seems like nowwadays the fairy won't heal anyone else if you only have this in the macro if there is no mouseover target, I swear that when I was maining my sch for a little while in 2.2 the fairy would had just cast a heal on herself if there was no mouseover target.

    And then I have

    /micon "Summon"
    /ac "Summon"
    /hotbar remove 1 1
    /hotbar remove 1 2
    /hotbar remove 1 4
    /hotbar pet "Fey Covenant" 1 1
    /hotbar pet "Whispering Dawn" 1 2
    /hotbar pet "Fey Illumination" 1 4
    And same with summon 2 and seen skills
    (0)

  8. #8
    Player
    yoco007's Avatar
    Join Date
    Mar 2015
    Posts
    19
    Character
    Dean Hollow
    World
    Omega
    Main Class
    Bard Lv 49
    Quote Originally Posted by Fatalmephisto View Post
    Post your macros that you use for your healer. The ones i use the most are the following

    Macro 1



    Macro 2



    Macro 3



    Macro 4



    With these 4 on my skill bar, i never have to click on someone's name in the party. Just click the macro and the person who is assigned to that party slot will get the heal. This is great so you can keep watch of your sleep target and maintain your heals as well. You can also do the same with all 4 for Cure II as well. The draw back is, it takes up 4 slots on your skill bar. I would only recommend this if you have a hard time playing on the PS3 or are new to healing.

    Feel free to post and share your healing macros and spread the love
    This still works? There's not option "cycle through party members", so I think this would be best for me.
    (0)

  9. #9
    Player
    Mikoko_Miko's Avatar
    Join Date
    Jun 2014
    Posts
    257
    Character
    Mikoko Miko
    World
    Ultima
    Main Class
    Culinarian Lv 100

    toggle additional actions for SCH/AST

    toggle "Cleric Stance" (for PvE) and "Surecast" (for PvP)
    /mlock
    /aaction "Cleric Stance"
    /aaction "Surecast"
    /aaction "Cleric Stance"

    toggle ["Blizzard II", "Aero"] -> ["Stoneskin", "Aero"] -> ["Blizzard II", "Stoneskin"] -> ...
    /mlock
    /aaction "Blizzard II"
    /aaction "Stoneskin"
    /aaction "Blizzard II"
    /aaction "Stoneskin"
    /aaction "Aero"
    /aaction "Stoneskin"
    /aaction "Aero"
    (1)

  10. #10
    Player
    Mikoko_Miko's Avatar
    Join Date
    Jun 2014
    Posts
    257
    Character
    Mikoko Miko
    World
    Ultima
    Main Class
    Culinarian Lv 100

    toggle focustarget between <2> and <3>

    I mainly target an enemy and focustarget a tank. I use a macro to toggle focustarget between <2> and <3>. If <f> == <3> or <f> is empty then /focustarget <2> else /focustarget <3>.

    /ta <2>
    /ta <3>
    /ta <f>
    /tlt
    /focustarget
    /tle

    Since I didn't need to toggle in a light party, I made another macro. If in a full party and <f> == <2> then /focustarget <3> else /focustarget <2>.

    /ta <3>
    /ta <2>
    /ta <f>
    /tlt
    /ta <f>
    /tlt
    /ta <8>
    /tlt
    /ta <2>
    /tlt
    /ta <8>
    /tlt
    /focustarget
    /tle
    (0)
    Last edited by Mikoko_Miko; 10-02-2015 at 06:55 PM.

Page 25 of 26 FirstFirst ... 15 23 24 25 26 LastLast