Results 1 to 10 of 35

Hybrid View

  1. #1
    Player
    Brannigan's Avatar
    Join Date
    Mar 2011
    Posts
    1,486
    Character
    Will Brannigan
    World
    Excalibur
    Main Class
    Paladin Lv 80
    Sword Oath used to have double enmity on the extra attack, so it wasn't much worse than shield oath (which was only 50% bonus) against a single target for hate. I agree with T2teddy though - Sword/Shield Oath should be acquired at the same level. They really should be on the same button, too.
    (3)
    Last edited by Brannigan; 05-10-2015 at 02:46 PM.

  2. #2
    Player
    Vandril's Avatar
    Join Date
    Jul 2014
    Location
    Ul'dah
    Posts
    555
    Character
    Ter'vin Valash
    World
    Diabolos
    Main Class
    Ninja Lv 70
    Quote Originally Posted by Brannigan View Post
    They really should be on the same button, too.
    They can be. Do what I do and macro them together.

    Pressing the button the first time will activate one of the buffs, and the other will be caught by GCD. Pressing the button a second time will cancel the first buff and cast the second. Thus, this macro will essentially add both buffs to one button and allow you to cycle through them. Just add the one you use more often as the first one in the macro and you're golden.

    I do the same thing for my NIN poisons.
    (1)

  3. #3
    Player
    Amelia_Pond_Behemoth's Avatar
    Join Date
    Aug 2013
    Location
    Limsa Lominsa
    Posts
    1,112
    Character
    Violet Baudelaire
    World
    Goblin
    Main Class
    Dark Knight Lv 83
    Quote Originally Posted by Vandril View Post
    They can be. Do what I do and macro them together.

    Pressing the button the first time will activate one of the buffs, and the other will be caught by GCD. Pressing the button a second time will cancel the first buff and cast the second. Thus, this macro will essentially add both buffs to one button and allow you to cycle through them. Just add the one you use more often as the first one in the macro and you're golden.

    I do the same thing for my NIN poisons.
    I'm going to have to steal this. I never thought of doing this. I main WAR, and with HS coming up, this will be useful for our upcoming DPS stance. Can you post your macro?
    (0)

  4. #4
    Player
    Vandril's Avatar
    Join Date
    Jul 2014
    Location
    Ul'dah
    Posts
    555
    Character
    Ter'vin Valash
    World
    Diabolos
    Main Class
    Ninja Lv 70
    Quote Originally Posted by Amelia_Pond_Behemoth View Post
    I'm going to have to steal this. I never thought of doing this. I main WAR, and with HS coming up, this will be useful for our upcoming DPS stance. Can you post your macro?
    Sure thing. This is my Ninja's poison one, but it's the same deal.

    Code:
    /micon "Kiss of the Wasp"
    /ac "Kiss of the Wasp"
    /ac "Kiss of the Viper"
    There's nothing special to my macro at all. It just takes advantage of the way toggleable buffs work with the GCD.

    The macro will try to consecutively cast Kiss of the Wasp and then Kiss of the Viper immediately. If Kiss of the Wasp is not already enabled, it will cast and enable it, while the attempt to use Kiss of the Viper will be met with a "Not ready yet" error message. If Kiss of the Wasp is already enabled, it will cast it to disable the buff (which does not trigger the recast) and then immediately cast Kiss of the Viper to enable it.

    The only issue I have with this macro is the error message and corresponding error sound it throws when KotW is not already enabled. As far as I'm aware, there is no way to disable those for individual macros.
    (0)