Results 1 to 10 of 16

Hybrid View

  1. #1
    Player
    Tari-F's Avatar
    Join Date
    Sep 2013
    Posts
    94
    Character
    Tari Falhs
    World
    Diabolos
    Main Class
    Fisher Lv 50
    Quote Originally Posted by Sub-Xero View Post
    Yeah I found that most of my macros weren't working properly while in an instance. I had to change all my Summon macros to /wait 1.5 because they weren't going off.
    Just so you know, the /wait command (unless they changed it recently) only accepts whole numbers, and it rounds up from 0.5 to the next closest whole number. "/wait 1.5" is the same as "/wait 2".


    I've been manually casting the Swiftcast + Resurrection combo, and I haven't run into this issue, so I'm pretty curious about it now.
    (0)

  2. #2
    Player
    Sub-Xero's Avatar
    Join Date
    Apr 2011
    Posts
    240
    Character
    Godric Blackblade
    World
    Ultros
    Main Class
    Gladiator Lv 80
    Quote Originally Posted by Tari-F View Post
    Just so you know, the /wait command (unless they changed it recently) only accepts whole numbers, and it rounds up from 0.5 to the next closest whole number. "/wait 1.5" is the same as "/wait 2".


    I've been manually casting the Swiftcast + Resurrection combo, and I haven't run into this issue, so I'm pretty curious about it now.
    Hmm... Well I've seen around the net other people using 2.5+ second /wait(s) in their macros to account for (G)CD and they went back to working just fine after I slapped a .5 in there so I don't know. Really wish SE had detailed instructions about EVERYTHING pertaining to these kinds of things...
    (0)

  3. #3
    Player
    Tari-F's Avatar
    Join Date
    Sep 2013
    Posts
    94
    Character
    Tari Falhs
    World
    Diabolos
    Main Class
    Fisher Lv 50
    Quote Originally Posted by Sub-Xero View Post
    Hmm... Well I've seen around the net other people using 2.5+ second /wait(s) in their macros to account for (G)CD and they went back to working just fine after I slapped a .5 in there so I don't know. Really wish SE had detailed instructions about EVERYTHING pertaining to these kinds of things...
    Yeah, it's pretty silly that they don't have clear documentation on some of their commands. For /wait, though, a number of people have actually spent the time testing the values you can input (mostly for crafting macros), and the .5s all round up to the next closest whole number.

    Since the .5 is still adding a full second to the wait timer, anything that needs that extra second to activate will work with the .5. If you put .4, though, it'll probably break again, since that rounds down instead of up.
    (0)