Does Keypress operate differently from Sequence?
GaryREM opened this issue · 2 comments
Tried to move a line from Sequence to Keypress.
The cast is not active until a proc occurs. This appears to work in Sequence but not in Keypress.
Note, this is different from items on cool down. If I click on spell button I get 'You can't do that yet' message. The macro stops and posts the same message.
I am specifically trying to do a '/cast Marked Shot' which is an instant but will only triggers when Hunter's Mark has triggered.
Yes KeyPress works very differently.
KeyPress +Sequence Line + KeyRelease is executed in each time through. First GCD ability is where it stops. If you have a proc ability that may not be available in KeyPress it will block any other GCD abilities that come after it if the proc hasn't happened. It will then block any actions after it when it is active. In short it will prevent any actions occurring.
You can't put GCD abilities in KeyPress if you want your macro to work.
TimothyLuke
… On 27 Feb 2017, at 11:50 am, GaryREM ***@***.***> wrote:
Tried to move a line from Sequence to Keypress.
The cast is not active until a proc occurs. This appears to work in Sequence but not in Keypress.
Note, this is different from items on cool down. If I click on spell button I get 'You can't do that yet' message. The macro stops and posts the same message.
I am specifically trying to do a '/cast Marked Shot' which is an instant but will only triggers when Hunter's Mark has triggered.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.