Results 1 to 8 of 8

Hybrid View

  1. #1
    Player
    Yitan's Avatar
    Join Date
    Sep 2013
    Posts
    301
    Character
    Geraru Raru
    World
    Odin
    Main Class
    Paladin Lv 70

    Is this macro posible?

    Is there a way to macro Sprint + Auto-Run? (R key default)
    (1)

  2. #2
    Player
    Bixby's Avatar
    Join Date
    Mar 2011
    Posts
    1,534
    Character
    Ampersand Kai
    World
    Gilgamesh
    Main Class
    Pugilist Lv 50
    Can't test this myself at the moment but try this:

    /automove on
    /ac "Sprint" <me>
    (1)

  3. #3
    Player
    BlaineCraner's Avatar
    Join Date
    Sep 2013
    Location
    Gridania
    Posts
    70
    Character
    Blaine Craner
    World
    Lich
    Main Class
    Lancer Lv 52
    And I think you can use "/echo" to make the macro loop.
    Something like
    /echo (name of your sprint macro)
    at the end.

    Somebody correct me if I'm wrong.
    (0)

  4. #4
    Player
    Yitan's Avatar
    Join Date
    Sep 2013
    Posts
    301
    Character
    Geraru Raru
    World
    Odin
    Main Class
    Paladin Lv 70
    Quote Originally Posted by Bixby View Post
    Can't test this myself at the moment but try this:

    /automove on
    /ac "Sprint" <me>
    I love you! Thank you so much.

    Quote Originally Posted by BlaineCraner View Post
    And I think you can use "/echo" to make the macro loop.
    Something like
    /echo (name of your sprint macro)
    at the end.

    Somebody correct me if I'm wrong.
    No, /echo displays a message that only you can read. That's what people use after a loop to know that the loop is over.
    To loop it, you use /wait <time>

    The macro ended up like this:

    /macroicon Sprint
    /automove on
    /ac "Sprint" <me>
    /wait 30
    /ac "Sprint" <me>


    That makes it wait 30 seconds for Sprint to cooldown and then casts it again while you're still automoving. I only use it twice because I doubt I'll be running longer than a minute.
    (0)
    Last edited by Yitan; 09-21-2013 at 04:35 AM.

  5. #5
    Player
    HEC's Avatar
    Join Date
    Aug 2013
    Posts
    1,620
    Character
    M'ete'leskum B'leskum
    World
    Moogle
    Main Class
    Conjurer Lv 50
    Quote Originally Posted by Yitan View Post
    To loop it, you use /wait <time>
    Really? No - you use that to wait. Repeating something twice (or more times) is not really looping it, isn't it? The question was how do you loop the Macro "endlessly" ...
    (0)

  6. #6
    Player
    MisaCeliousa's Avatar
    Join Date
    Aug 2013
    Posts
    171
    Character
    Misa Kitten
    World
    Cerberus
    Main Class
    Conjurer Lv 90
    Quote Originally Posted by HEC View Post
    Really? No - you use that to wait. Repeating something twice (or more times) is not really looping it, isn't it? The question was how do you loop the Macro "endlessly" ...
    you can't, since there's no way to stop the macro
    (0)

  7. #7
    Player
    Bixby's Avatar
    Join Date
    Mar 2011
    Posts
    1,534
    Character
    Ampersand Kai
    World
    Gilgamesh
    Main Class
    Pugilist Lv 50
    Quote Originally Posted by MisaCeliousa View Post
    you can't, since there's no way to stop the macro
    You can stop a macro by using any other macro.

    E.G., macro 1:
    /echo foo
    /wait 10
    /echo bar

    macro 2:
    /echo Interrupted!

    Fire macro 1, then fire macro 2 before the 10 seconds has passed. Macro 2 will never fire its last line.

    But there's still no way to loop a macro endlessly.
    (0)

  8. #8
    Player
    Yitan's Avatar
    Join Date
    Sep 2013
    Posts
    301
    Character
    Geraru Raru
    World
    Odin
    Main Class
    Paladin Lv 70
    Quote Originally Posted by HEC View Post
    Really? No - you use that to wait. Repeating something twice (or more times) is not really looping it, isn't it? The question was how do you loop the Macro "endlessly" ...
    I doubt there's a way to loop a macro "endlessly", but if someone knows of one please do tell!

    In the meantime I'll be using my "/wait"s to repeat it once or twice. I don't need to go all Forrest Gump, doubt I repeat the macro more than twice.
    (0)
    Last edited by Yitan; 09-22-2013 at 05:13 AM.