Results -9 to 0 of 125

Thread: BRD macro

Threaded View

  1. #11
    Player
    Garnatian's Avatar
    Join Date
    Aug 2013
    Posts
    534
    Character
    Gaust Euler
    World
    Ragnarok
    Main Class
    Marauder Lv 50
    Quote Originally Posted by Bardo View Post
    Quick correction here, it most definitely does NOT round up.
    It's a know fact that it does round either up or down. It's easy to test, just create a macro like this:

    /wait 0.4
    /wait 0.4
    /wait 0.4
    /wait 0.4
    /wait 0.4
    /wait 0.4
    /wait 0.4
    /wait 0.4
    /wait 0.4
    /wait 0.4
    /s Finished


    and another like:

    /wait 0.5
    /wait 0.5
    /wait 0.5
    /wait 0.5
    /wait 0.5
    /wait 0.5
    /wait 0.5
    /wait 0.5
    /wait 0.5
    /wait 0.5
    /s Finished



    The 1st macro will end instantly (rounded to 0s) instead of in 4s while the 2nd will take 10s (rounded to 1s) instead of 5s.

    Not only does it round up, but macros also cannot be queued, meaning while a regular ability is queued up approx. 0.5s before the ability GCD concludes and activates as soon as it finishes, macros do not activate until the button press following the GCD finishing.

    DPS/Healing macros are generally a bad idea.
    (0)
    Last edited by Garnatian; 11-16-2013 at 03:50 AM.