Page 1 of 5 1 2 3 ... LastLast
Results 1 to 10 of 45
  1. #1
    Player
    Skavian's Avatar
    Join Date
    Oct 2011
    Posts
    55
    Character
    Skavian Taliesin
    World
    Diabolos
    Main Class
    Conjurer Lv 54

    Is it a DPS loss to use macros?

    So I was trying to clean up my action bars a bit and made some macros. I made a nice one for Raging + IR + Hawk's Eye..

    Then I made one that does Venomous Bite > Windbite with a delay of 2.5.. but it feels SO SLOW compared to hitting it normally.

    Is it just me or is this a DPS loss when you macros abilities together with the 2.5 delay? When I try 2.4 I get the "too soon" error so I know it doesn't round the decimal - but it doesn't work with 2.49 either.
    (0)

  2. #2
    Player
    Norack's Avatar
    Join Date
    Nov 2011
    Posts
    649
    Character
    Norack Sunstorm
    World
    Sargatanas
    Main Class
    Conjurer Lv 80
    It is definitely a loss.

    Hmm it is odd since 1.0 had much higher latency problems than ARR has, and in 1.0 i could get away with using a /wait 1. It could probably be just due to congestion, cause again in 1.0 a /wait 1 worked for me after maintenance (if it works) I would suggest trying to change your macro to /wait 1 and see if it works, theoretically you should be able to do less than /wait 1, but i think 1 second is fast enough for this game.
    (1)

  3. #3
    Player
    Dixa's Avatar
    Join Date
    Aug 2013
    Posts
    49
    Character
    Dixa Lorvaelis
    World
    Diabolos
    Main Class
    Arcanist Lv 60
    macro'ng abilities that are off the gcd - like bloodletter and misery's end - is a dps gain

    macro'ng abilities in a castsequence as you have is a dps loss
    (0)

  4. #4
    Player
    Prismatic's Avatar
    Join Date
    Aug 2013
    Posts
    1
    Character
    Prism Lightweaver
    World
    Midgardsormr
    Main Class
    Thaumaturge Lv 39
    1. The game does not accept decimals for /wait. When you type /wait 2.5 the game rounds this number up to 3 which is why it seems so slow to you. When you type /wait 2.4 the game rounds down to 2 and because macros cannot be queued up you get the "too soon" error. Because of this putting multiple on-GCD abilities into a macro will lower your DPS.

    2. The game has the one of the worst gameplay mechanics ever: Animation Lag. Even if you use an ability off the GCD you cannot use another ability immediately afterwards (some abilities may not have enough animation lag to be noticeable but others most definitely do). For example, a BLM macro like this:

    /ac "Swiftcast" <me>
    /ac "Raging Strikes" <me>
    /ac Fire III

    will not work with one key press. That being said, spamming this macro will probably be slightly faster than spamming each separate ability so there is a small advantage to a macro like this.
    (0)

  5. #5
    Player
    Fori's Avatar
    Join Date
    Sep 2013
    Posts
    2
    Character
    Sizah Nelhan
    World
    Gilgamesh
    Main Class
    Thaumaturge Lv 37
    Quote Originally Posted by Prismatic View Post
    2. The game has the one of the worst gameplay mechanics ever: Animation Lag. Even if you use an ability off the GCD you cannot use another ability immediately afterwards (some abilities may not have enough animation lag to be noticeable but others most definitely do). For example, a BLM macro like this:
    This pisses me off so bad. One of the only things that makes me not want to play THM. There's nothing more annoying than using thinking you've used Transpose, using a Blizzard 1, only to realise Transpose never went off and you just dispelled your Astral Fire buff, leaving you with no mana and no buff to regen...
    (2)

  6. #6
    Player
    Slirith's Avatar
    Join Date
    Aug 2013
    Posts
    941
    Character
    Astarotte Niuhali
    World
    Balmung
    Main Class
    Dancer Lv 100
    I use a macro to put up my DoTs as SMN as it's a pain to cast them one by one(kills my wrists after awhile). Also macro my buffs that don't use the GCD together(Raging Strikes, Rouse, Spur)
    (1)

  7. #7
    Player Reiterpallasch's Avatar
    Join Date
    Aug 2012
    Posts
    783
    Character
    Arya Stark
    World
    Leviathan
    Main Class
    Leatherworker Lv 50
    Quote Originally Posted by Prismatic View Post
    2. The game has the one of the worst gameplay mechanics ever: Animation Lag. Even if you use an ability off the GCD you cannot use another ability immediately afterwards (some abilities may not have enough animation lag to be noticeable but others most definitely do).
    There is no "animation lag". You simply cannot use an ability for a short time after specific ones, such as offensive CDs. You can be in the middle of the longest animation in the game and still fire off something like bloodletter in the middle of it with no issues.
    (1)

  8. #8
    Player
    HoroBoro's Avatar
    Join Date
    Aug 2013
    Posts
    213
    Character
    Marisa Kirisame
    World
    Cactuar
    Main Class
    Thaumaturge Lv 55
    Yea - it's funny how cast time doesn't really match the cast. When you're about 80% done, you're done. You can move, cast another spell, whatever. And the instant stuff (like transpose) seems to use different code or is transferred faster to the server.

    So you can literally: Start with nothing -> cast ice -> transpose -> and still have Umbral Ice.

    Makes for interesting combos...
    (0)
    Last edited by HoroBoro; 09-03-2013 at 11:58 AM.

  9. #9
    Player
    Scarzi's Avatar
    Join Date
    Aug 2013
    Posts
    33
    Character
    Scarzi Palladine
    World
    Cactuar
    Main Class
    Arcanist Lv 50
    Quote Originally Posted by Slirith View Post
    I use a macro to put up my DoTs as SMN as it's a pain to cast them one by one(kills my wrists after awhile). Also macro my buffs that don't use the GCD together(Raging Strikes, Rouse, Spur)
    whats the macro, because I have to hit the macro more then once to even get it to cast everything.
    (0)

  10. #10
    Player
    Caduceus's Avatar
    Join Date
    Oct 2013
    Posts
    12
    Character
    Kaelvanas Windstrider
    World
    Behemoth
    Main Class
    Conjurer Lv 50
    Quote Originally Posted by Scarzi View Post
    whats the macro, because I have to hit the macro more then once to even get it to cast everything.
    i also was told it's a "dps loss"; however what people don't get about macros is they can't be "queued up" is the problem, and the intervals are in .5 segments so 2.4 is rounded down to 2.0; however 2.5 IS NOT rounded up to 3.0 the combination of "animation lag" and inability to queue up a macro skill (as all macro skills are automatically on the set GCD of 2.5) makes some think it's rounded up, but it isn't (also if it was rounded up you couldn't prequeue a non macro ability while casting abilities you have macro-ed)

    /macroicon"bio II"
    /facetarget
    /action"bio II"
    /wait 2.5
    /action"miasma"
    /wait 2.5
    /action"bio"
    (0)

Page 1 of 5 1 2 3 ... LastLast