Results 1 to 10 of 263

Hybrid View

  1. #1
    Player
    Mikoko_Miko's Avatar
    Join Date
    Jun 2014
    Posts
    174
    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)

  2. #2
    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)