View Single Post
11-15-14, 05:07 AM   #11
SDPhantom
A Pyroguard Emberseer
 
SDPhantom's Avatar
AddOn Author - Click to view addons
Join Date: Jul 2006
Posts: 2,326
Originally Posted by Seerah View Post
Lastly, Jab is on the global cooldown - this means that you must wait for the global cooldown (usually 1.5 seconds) to finish before using any abilities that are on the global cooldown.

/castsequence Jab
/castsequence reset=15 !Chi Wave

So long as you are able to use Jab, you will not be able to use Chi Wave.
Actually, the way macros are handled, the GCD is triggered internally whether or not the ability is actually used. This means if you line up 2 abilities in a macro that both trigger the GCD, only the first will ever fire. In this example, Jab will always be attempted to be used and Chi Wave will never be activated.
__________________
WoWInterface AddOns
"All I want is a pretty girl, a decent meal, and the right to shoot lightning at fools."
-Anders (Dragon Age: Origins - Awakening)
  Reply With Quote