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
    Quote Originally Posted by Masamune1004 View Post
    System Menu
    Makes sense. Thanks!
    (0)

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

  3. #3
    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.

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