Results 1 to 10 of 86

Hybrid View

  1. #1
    Player
    milkydud's Avatar
    Join Date
    Aug 2013
    Posts
    9
    Character
    Niten Blackwater
    World
    Gilgamesh
    Main Class
    Lancer Lv 28
    Where do you go to access macros?
    (0)

  2. #2
    Player
    Masamune1004's Avatar
    Join Date
    Jun 2011
    Location
    Yes
    Posts
    1,438
    Character
    Isidula Granviir
    World
    Balmung
    Main Class
    Arcanist Lv 50
    Quote Originally Posted by milkydud View Post
    Where do you go to access macros?
    System Menu
    (0)

  3. #3
    Player
    milkydud's Avatar
    Join Date
    Aug 2013
    Posts
    9
    Character
    Niten Blackwater
    World
    Gilgamesh
    Main Class
    Lancer Lv 28
    Quote Originally Posted by Masamune1004 View Post
    System Menu
    Makes sense. Thanks!
    (0)

  4. #4
    Player
    Iwazaru's Avatar
    Join Date
    Aug 2013
    Posts
    23
    Character
    Iwazaru Scof
    World
    Ultros
    Main Class
    Arcanist Lv 50
    How would I make a macro that casts 3 spells at once, but only casts the one that is available? aka 4 skill slots for 3 pets rather than 12.
    (0)

  5. #5
    Player
    MartaDemireux's Avatar
    Join Date
    Mar 2011
    Posts
    1,044
    Character
    Hiraeth Petrichor
    World
    Excalibur
    Main Class
    White Mage Lv 90
    Quote Originally Posted by Iwazaru View Post
    How would I make a macro that casts 3 spells at once, but only casts the one that is available? aka 4 skill slots for 3 pets rather than 12.
    Umm I think you mean this?:

    /ac "ifritmove1" <t>
    /ac "garudamove1" <t>
    /ac "titan move1" <t>
    /wait 3
    /ac "ifritmove2" <t>
    /ac "garudamove2" <t>
    /ac "titanmove2" <t>
    /wait 3
    /ac "ifritmove3" <t>
    /ac "garudamove3" <t>
    /ac "titanmove3" <t>

    ^that will use all 3 moves but only the one that is currently usable. If you meant you want 3 moves in one macro and for it to use what one the cd is ready on its just:

    /ac "move1" <t>
    /ac "move2" <t>
    /ac "move3" <t>

    If move1 is on cd then 2 will go off, if 2 is on cd then 3 will go off.

    Also idk if it's been said yet but /mk "marktargetnamehere" <t> will mark the target.
    (0)
    * I fully give permission for any of my written ideas to be used by SE without recognition.

  6. #6
    Player
    virus123's Avatar
    Join Date
    Aug 2013
    Posts
    2
    Character
    Bysan Hern
    World
    Diabolos
    Main Class
    Gladiator Lv 17

    Quick Question

    I'm trying to set up a Macro for a Pg and i can figure out how to get more than one attack to work. Can anyone one help? I'm on the Ps3 Version of the game.
    (0)