Results 1 to 6 of 6
  1. #1
    Player
    Axlstarstorm's Avatar
    Join Date
    Sep 2013
    Posts
    1
    Character
    Axl Ragestorm
    World
    Famfrit
    Main Class
    Archer Lv 18

    Need help with user macros

    Can anyone help me here? I've tried to make an action macro and have been using some sites to help me out but it's not working.

    I've tried using this:

    /ac “Misery’s End” <t>
    /ac “Heavy Shot” <t>

    But it does not seem to work. Any advice would be greatly appreciated!

    Thank You!
    (0)

  2. #2
    Player
    LiliRoche's Avatar
    Join Date
    Sep 2013
    Posts
    15
    Character
    Lili Roche
    World
    Adamantoise
    Main Class
    Arcanist Lv 60
    I don't know if its because of the shortening but I will elaborate /ac into /action
    so it will be:

    /action Misery's End <t>
    /wait 2.5s
    /action Heavy Shot <t>

    that kinda thing work for my macro
    (0)

  3. #3
    Player
    Hiroradius's Avatar
    Join Date
    Aug 2013
    Posts
    164
    Character
    Radius Braveheart
    World
    Gilgamesh
    Main Class
    Arcanist Lv 50
    The macro needs to be as follows:

    /ac “Misery’s End” <t>
    /wait 2.6
    /ac “Heavy Shot” <t>


    You need the quotes so the /ac commands knows to use the whole thing instead of just the first word Misery's, and you do a 2.6 wait because I've noticed a 2.5 wait sometimes depending on server lag doesn't work to let the next attack work
    (0)

  4. #4
    Player
    UBERHAXED's Avatar
    Join Date
    Aug 2013
    Posts
    700
    Character
    Seraph Khalid
    World
    Faerie
    Main Class
    Summoner Lv 60
    Couple things here:
    For everyone who replied to the thread... Misery's End is not on GCD, that's why the OP didn't put a number there. Secondly, macros do not accept decimal numbers. If you input a number, it will be rounded. So inputting 2.49 will cast it to 2 (which will make it not work) and inputting 2.5 will cast it to 3 (which will make it very slow).
    (0)

  5. #5
    Player
    LiliRoche's Avatar
    Join Date
    Sep 2013
    Posts
    15
    Character
    Lili Roche
    World
    Adamantoise
    Main Class
    Arcanist Lv 60
    Owe is that so, no wonder it was slightly off. So no way to make it 2.5 exactly then
    (0)

  6. #6
    Player
    UBERHAXED's Avatar
    Join Date
    Aug 2013
    Posts
    700
    Character
    Seraph Khalid
    World
    Faerie
    Main Class
    Summoner Lv 60
    Quote Originally Posted by LiliRoche View Post
    Owe is that so, no wonder it was slightly off. So no way to make it 2.5 exactly then
    I'm looking into a way to typecast the numbers, but this may not even be possible. I don't know the base language used in the macros. :/
    (0)