How are you guys getting Gnomesequencer to work. All these examples use Cobra Shot which is a cast. Any shots after cobra either cancel it out or get missed. Would like to know how you are getting around this because at the moment it doesn’t seem to work with a cast shot.
Could you post the macro you are trying to use.
This is what I use at the moment which is not too bad, added the nochanneling which helps but skipping still. Have tried castsequence as well but same, not sure how to get over the cast of cobra shot. Input appreciated
Sequences[‘BM’] = {
PreMacro = [[
/targetenemy [noharm][dead]
/petattack
]],
‘/cast [nochanneling]A Murder of Crows’,
‘/cast [nochanneling]Dire Beast’,
‘/cast [nochanneling]Glaive Toss’,
‘/cast [nochanneling]Bestial Wrath’,
‘/cast [nochanneling]Kill Command’,
‘/cast [nochanneling]Focus Fire’,
‘/cast [nochanneling]Cobra Shot’,
‘/cast [nochanneling]Arcane Shot’,
‘/cast [nochanneling]Kill Shot’,
‘/use [combat]13’,
‘/use [combat]14’,
}
https://wowlazymacros.com/forums/topic/gs-beast-mastery-6-03-single-and-aoe/
Check that out. it doesnt have the problem you are talking about.
For any skill that is always available I make sure it has less weight, or that it is put in a /castsequence with a limiting skill. For cobra shot I use something like this.
[BM begin]…
/castsequence arcane shot, cobra shot, cobra shot
/cast Glaive Toss
/cast Kill Command
/cast Bestial Wrath
/cast Glaive Toss
/cast Kill Command
/cast Bestial Wrath
/cast Glaive Toss
/cast Kill Command
/cast Bestial Wrath
…[BM end]
This doesn’t keep arcane and cobra from going off at the wrong time all the time, but it makes the higher priority skills more likely to be picked first.
With my warrior I have shockwave, but I don’t want it going off unless there is a mob in front of me, I also want to prioritize shield slam. So for that you have I have something like this.
/cast shield slam
/castsequence reset=combat shield slam, shockwave
Shield slam has priority, and shockwave will never go off unless I am in range of shield slam.
Another thing you can do is put a modifier w/ reset in the top part of the macro.
/cast reset=shift Blood Boil, null
The first time you press it after logging in it will go off, after that you just tap shift while spamming the macro and it will cue up Blood Boil to be cast one time. I use this to cover procs. For my hunter I use it for mend pet, each class has something.