Results 1 to 4 of 4

Thread: Macro Help

  1. #1
    Player
    Pomelo's Avatar
    Join Date
    Aug 2013
    Location
    Gridania
    Posts
    1,518
    Character
    Pomelo Elmbrook
    World
    Odin
    Main Class
    Astrologian Lv 90

    Macro Help

    Hello
    I suck at making Macro's and recently got ACN to lvl 34 for Eye for Eye.

    Can anyone help me with a Macro;
    I want it to cast Eye for Eye on whoever I'm targetting, and then cast Virus on their target.
    Also I'd like the icon to be Eye for Eye, so when it's at half cool...I know I can use Virus again.
    (0)

  2. #2
    Player
    MikaStormwind's Avatar
    Join Date
    Aug 2013
    Posts
    4
    Character
    Mika Stormwind
    World
    Ragnarok
    Main Class
    Arcanist Lv 48
    Congrats on level 34! To do exactly what you said, you're going to want your macro to look like this:

    /micon "Eye for an Eye"
    /ac "Eye for an Eye" <t>
    /wait 1
    /ac "Virus" <tt>


    You're gonna need that /wait in there because, even though they're both instant abilities, there's still a tiny bit of animation lock.

    Happy macro writing!
    (1)

  3. #3
    Player
    dRqmist's Avatar
    Join Date
    Sep 2013
    Posts
    11
    Character
    Shirly Rune
    World
    Adamantoise
    Main Class
    Archer Lv 50
    Quote Originally Posted by MikaStormwind View Post

    You're gonna need that /wait in there because, even though they're both instant abilities, there's still a tiny bit of animation lock.

    Happy macro writing!
    You should actually remove the wait, so you can choose to activate just Eye instead of both.
    I hit macro once if i just want Eye, and hit it again if i also wants Virus on <tt>.

    Also /wait will work as 0.5 instead of 1.
    (0)

  4. #4
    Player
    MikaStormwind's Avatar
    Join Date
    Aug 2013
    Posts
    4
    Character
    Mika Stormwind
    World
    Ragnarok
    Main Class
    Arcanist Lv 48
    Quote Originally Posted by dRqmist View Post
    You should actually remove the wait, so you can choose to activate just Eye instead of both.
    I hit macro once if i just want Eye, and hit it again if i also wants Virus on <tt>.
    True, this would avoid the 1 second delay when just activating virus on its own. So long as you don't mind having to do the double tap for both effects, this might be a better method for you.


    Quote Originally Posted by dRqmist View Post
    Also /wait will work as 0.5 instead of 1.
    Does the macro system actually register half seconds? I've heard that it rounds up to whole seconds anyways... I'm rather curious, now...
    (0)