Results 1 to 10 of 263

Hybrid View

  1. #1
    Player
    Exphryl's Avatar
    Join Date
    Aug 2013
    Posts
    52
    Character
    Exphryl Windstrider
    World
    Adamantoise
    Main Class
    Conjurer Lv 50
    Quote Originally Posted by Kuluka View Post
    I've been using the macro for protect and stoneskin on all 4 party members at the start of the instance, but it stops after the second stoneskin every time. Any idea why?
    I had to do /wait 3 rather than just wait 3 for mine to work.
    (1)

  2. #2
    Player
    Kuluka's Avatar
    Join Date
    Sep 2013
    Posts
    4
    Character
    Kukurya Zuzurya
    World
    Leviathan
    Main Class
    Weaver Lv 50
    Quote Originally Posted by Exphryl View Post
    I had to do /wait 3 rather than just wait 3 for mine to work.
    Yes, I have that, but it still ALWAYS stops after the first two stoneskins.
    (0)

  3. #3
    Player
    aekt's Avatar
    Join Date
    Sep 2013
    Posts
    10
    Character
    Rinko Kuzaki
    World
    Exodus
    Main Class
    Conjurer Lv 50
    macro timing does not support decimal places.
    it will truncate the timing so
    2.5s -> 2
    3.7s -> 3

    hence if your recast time is 2.5s you have to set it to 3s otherwise your skill would still be in recast CD
    also having to take into the account of latency/GCD issues so sometimes you have to up it to 4 for stoneskins to work properly.
    (0)

  4. #4
    Player
    PessimiStick's Avatar
    Join Date
    Sep 2013
    Posts
    266
    Character
    Ippon Seionage
    World
    Diabolos
    Main Class
    Gladiator Lv 63
    Quote Originally Posted by aekt View Post
    macro timing does not support decimal places.
    it will truncate the timing so
    2.5s -> 2
    3.7s -> 3

    hence if your recast time is 2.5s you have to set it to 3s otherwise your skill would still be in recast CD
    also having to take into the account of latency/GCD issues so sometimes you have to up it to 4 for stoneskins to work properly.
    It doesn't truncate, it rounds.

    2.4 = 2
    2.5 = 3
    (1)