Results -9 to 0 of 8

Threaded View

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