Page 2 of 2 FirstFirst 1 2
Results 11 to 11 of 11
  1. #11
    Player
    Rongway's Avatar
    Join Date
    Aug 2013
    Posts
    4,180
    Character
    Cyrillo Rongway
    World
    Hyperion
    Main Class
    Black Mage Lv 100
    Quote Originally Posted by MarcelGreyshield View Post
    /wait X.X
    Fractional waits aren't a thing. Run the following macro and you'll see:

    Code:
    /mlock
    /cd 6
    /wait 5.5
    /e <se.9>
    /wait 3
    /cd 6
    /wait 6.4
    /e <se.9> <wait.3>
    /cd 6 <wait.5.5>
    /e <se.9> <wait.3>
    /cd 6 <wait.6.4>
    /e <se.9>
    The countdowns, which are all in full seconds, will end at the same time as the waits in all cases. The system rounds attempted fractional waits to the nearest second.
    (0)
    Last edited by Rongway; 11-02-2025 at 05:33 PM.

Page 2 of 2 FirstFirst 1 2