🐺 Deadly Hunters Lonewolf MM 9.2 ST & AOE - UPDATED 3/16

Hello!

Haven’t tested out the macro or even imported it yet so lemme log on to take a quick look.

Ok, a quick glance:

The macro is way too long, IMO. All the lines in Sequence are unnecessary since we as MM are a GCD locked class since Shadowlands and firing this at such fast speeds (100 ms?) it’s more than likely skipping stuff (with short two minutes test it is skipping). I’d slow it down to around 200 ms or 100 ms up and 100 ms down if you’re using Razer Synapse like me. Can’t help anyone using any other software cause I’m not experienced with them.

“/castsequence xxx” is unreliable and broken with a lot of spells/abilities in one single line and if there is that with a lot of them in the body of the macro then more than likely that’s not helping the case as to skipping spells, too. In my personal testing of my own macros for BM and MM’s I believe it’s better to have LESS spells and abilities fire off from what I’ve seen numbers-wise.

“[nochanneling:rapid fire]” is redundant.

/castsequence [nochanneling] Aimed Shot, Chimaera Shot
/castsequence [nochanneling] xxx
/cast [nochanneling] xxx
this will all work just fine and not interrupt Rapid Fire.

I’d change
/cast [nochanneling:rapid fire] Kill Shot
to
/cast Kill Shot
and put this in KeyRelease along with the other Kill Shots being where they are as is.

If you do go a much shorter spells/ abilities route then change the Step Function to Priority List instead of Sequential.

In my macros I have a Tab for WQ’s/dallies/PvP that include an opener/burst which I put into the PreMacro section ONLY with a Inner Loop Limit set at 2 and Tab 2 for everything without an opener/burst (separate key).

I am NOT gonna post an edited version Macro of what everything I just said because I’d like people to learn how to edit GSE and see how it works.

If there’s some individuals out there that want to take these macros that @vince-orlando and @Shirk have done that worked hard by putting in a bunch of time and effort then click here: Guide: macros, WoW, you and more in my post to maybe help YOU.

1 Like