Results -9 to 0 of 117

Threaded View

  1. #16
    Player
    Errors's Avatar
    Join Date
    Nov 2012
    Location
    Ul'dah
    Posts
    306
    Character
    Errors Phynrir
    World
    Excalibur
    Main Class
    Gladiator Lv 50
    Quote Originally Posted by Gilraen View Post
    I have my attack combos macro'd, used /wait 2.5 and every action triggered in a timely manner. Tried <wait.2.5> and the second action was skipped each and every time. Seems the <wait.#> in my experience does not recognize .5 increments while /wait # does.
    /wait accepts decimals but rounds the value. Has been like this since beta.

    1.0 = 1 second
    1.1 = 1 seconds
    1.2 = 1 seconds
    1.3 = 1 seconds
    1.4 = 1 seconds
    1.5 = 2 seconds
    1.6 = 2 seconds
    1.7 = 2 seconds
    1.8 = 2 seconds
    1.9 = 2 seconds
    2.0 = 2 seconds
    (0)
    Last edited by Errors; 02-21-2014 at 07:07 AM.