
Originally Posted by
Amelia_Pond_Behemoth
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.