Results -9 to 0 of 12

Threaded View

  1. #10
    Player
    Kiwikies's Avatar
    Join Date
    Sep 2013
    Posts
    4
    Character
    Kiwi Kies
    World
    Phoenix
    Main Class
    Pugilist Lv 28
    could have an answer though i'm not entirely sure, if you want the macro to use dragon kick>twin snakes> snap punch try this

    /macroicon "dragon kick" (reason for this is that it flashes when you're in the right stance)
    /ac "dragon kick" <t> (reason for this is so that it uses dragon kick on your target)
    /wait 2.5 (reason for this is that you need the global cooldown to finish)
    /ac "twin snakes" <t> (reason for this is that is uses twin snakes 2.5 seconds AFTER dragon kick)
    /wait 2.5 (reason for this is that you need the global cooldown to finish)
    /ac "snap punch" <t> (reason for this is that is uses snap punch 2.5 seconds AFTER twin snakes and 5 seconds after dragon kick)

    what you will do is; press macro once let it run its course.
    The "/wait 2.5" can be altered to a smaller number, however it has to be tenths of a second, so it can't be 2.43 but it can be 2.4, however round up. what this number is, is your global cooldown, to find this look on your skills and the majority will have something close to 2.5 seconds, for me, wearing majority darklight armor my gcd is 2.44 seconds, now if I put /wait 2.4 it wouldn't work, because i'm trying to use the next ability 0.4 seconds early so you HAVE to round up, this tends to be 2.5, but if you have say, 2.26 gcd, you would then round up to the nearest tenth, being 2.3 so your /wait would be "/wait 2.3".
    Hope this is what you're looking for.
    (0)
    Last edited by Kiwikies; 12-25-2013 at 06:43 AM.