Results 1 to 6 of 6

Thread: Protect Macro

  1. #1
    Player
    jackass1203's Avatar
    Join Date
    Aug 2013
    Posts
    71
    Character
    Drei Luran
    World
    Balmung
    Main Class
    Warrior Lv 100

    Protect Macro

    Hi, I'm not sure if many people created this but I'll just post it here.
    /micon "Protect"
    /aaction "Cleric Stance" off
    /wait .5
    /aaction "Protect" on
    /ac "Protect" <me>
    /wait 3
    /aaction "Protect" off
    /wait .5
    /aaction "Cleric Stance" on
    (0)

  2. #2
    Player
    Taika's Avatar
    Join Date
    Mar 2011
    Posts
    2,237
    Character
    Purple Rain
    World
    Sophia
    Main Class
    Arcanist Lv 32
    (0)

  3. #3
    Player
    Rongway's Avatar
    Join Date
    Aug 2013
    Posts
    4,166
    Character
    Cyrillo Rongway
    World
    Hyperion
    Main Class
    Black Mage Lv 100
    Fractional waits aren't a real thing. Your pointfives are really just ones.

    Also, you can save lines by appending wait tags to the previous line, instead of dedicating whole lines to the wait. Not a big deal in this particular case but could make a difference in the case of special long sequence macros.

    /somecommand <wait.1>
    performs /somecommand, then waits 1s before continuing.
    (1)
    Error 3102 Club, Order of the 52nd Hour

  4. #4
    Player
    Roxas_Andrade's Avatar
    Join Date
    Dec 2014
    Location
    Limsa Lominsa
    Posts
    302
    Character
    Roxas Andrade
    World
    Famfrit
    Main Class
    Astrologian Lv 80
    Also use /micon at the end of the macro. Effect doesn't change and it's one less command for the game to read before doing wht you want it to do...
    (0)
    Want a heal? How much money you got?

  5. #5
    Player
    LathusWHM's Avatar
    Join Date
    Dec 2014
    Location
    Chicago, Illinois
    Posts
    108
    Character
    M'iko Peeko
    World
    Behemoth
    Main Class
    White Mage Lv 70
    Um, why do we need this macro exactly?
    (0)

  6. #6
    Player
    Rawrz's Avatar
    Join Date
    Jul 2015
    Posts
    1,704
    Character
    Sir Rawrz
    World
    Gilgamesh
    Main Class
    Red Mage Lv 90
    Quote Originally Posted by LathusWHM View Post
    Um, why do we need this macro exactly?
    It gives you a 6th roleskill outside of battle. A better macro would be:

    /macrolock
    /macroicon Protect
    /echo You are now switching to Protect.
    /aaction Esuna off
    /aaction Protect on
    /ac Protect <wait.3>
    /aaction Protect off
    /aaction Esuna on
    /echo Protect has been disabled. The following skill has been restored:
    /recast Esuna


    That way the ability won't mess up the swap if it's on cd. I made the macro during 4.0 launch maint so i didn't know that you couldn't swap out a skill on cd and used swiftcast in my example.
    (2)