My 8.01 macros

Also Delete and replace those 2 macros with the current ones on the first page here. I just spent most of the day fixing issues with them. They both are working fine for me in beta. I haven’t been able to log into live yet today.

Hi, I have 2 problems with BFASINGLETARGET2
At the start of the fight, I was activated by the engineering belt. there is probably an error with the box number of the trinket.

The other problem is that the pj says “I can not drink more” all the time. What is he trying to drink?

I discovered that if I take off my belt, stop saying “I can not drink more”
the 4 macros that you did, activate the engineer’s belt all the time

Open GSE Click on the macro and click edit. See the 1,2, & 3? Click on 1. Then on the right of the page you will see a column with neck, Belt, Ring 1 ring 2… There will be a check mark next to belt, un-click it. Repeat this for versions 2 and 3. Your belt will no longer activate.

thxs!

Had to remake my “OShit” macro, as it had some kind of coding error, that prevented my from importing to live 8.01.

thanks, everything works perfect!

is there anyway you can add dire Beast

Killer Instinct for single-target. Dire Beast is useful in dungeons because you will benefit from the buff often.

From my testing this isn’t all that great. It uses way too much focus and you’re always sitting with 15 or less focus which means it will skip a lot of Kill Commands.

Perhaps I was using the macro wrong. I just simply imported it, bound it to a 0.060 macro and let it run. Let me know and I will try it again.

I am not running out of focus, in fact I have more then I need for the most part. but then I have not Tried to use it with a AutoHotKey. However it is my understanding that with the changes with GCD You need to set your AutoHotKey interval a bit longer then you have yours set at. Check the AHK Forum on WLM’s Discord.

Also I am a Blood Elf, when I start to run low on focus, I just hit Arcane Torrent,

Edit: Try setting your AHK to 100+ and you should see better results.

The First two macros are using Chimaera Shot instead of Dire Beast

Dire Beast is in the second two Dire Beast & Scent of Blood Macros.

Edit: Sorry I was tired when I responded: I have two different specs So far. But so far I haven’t spec into both Chimaera Shot and Dire Beast. Nor am I really interested in doing so.

You could try editing my 2 Dire Beast & Scent of Blood macros and add in Chimaera Shot. Just add them in the same manner as my 2 Animal Companion & Chimaera Shot macros.

Hi

Need some help importing this, I copy pasted from your post and then opened GSE > Import pasted. Says Import successful but when I try attack anyone nothing happens.

Any ideas? I am on GSE 2.3.01 Patch 8.0.1 live.

Sequences[‘BFASINGLETARGET2’] = {
– This Sequence was exported from GSE 2.3.00.
Author=“Ewing@Anduin”,
SpecID=253,
Talents = “2323311”,
Help = [[single target with Animal Companion & Chimaera Shot]],
Default=1,
Raid=2,
PVP=3,
Dungeon=2,
Mythic=2,
Arena=3,
MythicPlus=2,
MacroVersions = {
[1] = {
Combat=true,
Trinket1=true,
Trinket2=true,
Head=true,
Neck=true,
Belt=true,
Ring1=true,
Ring2=true,
StepFunction = “Sequential”,
KeyPress={
“/cast [nopet,nodead] 883”,
“/cast [target=focus, exists, nodead],[target=pet, exists, nodead] 34477”,
},
PreMacro={
“/cast 193530”,
“/cast 131894”,
“/cast 19574”,
“/cast 19577”,
},
“/cast 34026”,
“/cast 217200”,
“/castsequence 193455, 34026, 53209”,
“/cast 53209”,
“/cast 131894”,
“/castsequence 193455, 34026, 53209”,
“/cast 217200”,
“/cast 193455”,
“/cast 19574”,
“/cast 34026”,
“/castsequence 193455, 34026, 53209”,
PostMacro={
},
KeyRelease={
“/cast 193530”,
“/cast 131894”,
“/cast 19574”,
“/cast 19577”,
},
},
[2] = {
Combat=true,
Trinket1=true,
Trinket2=true,
Head=true,
Neck=true,
Belt=true,
Ring1=true,
Ring2=true,
StepFunction = “Sequential”,
KeyPress={
“/cast [nopet,nodead] 883”,
“/cast [target=focus, exists, nodead],[target=pet, exists, nodead] 34477”,
},
PreMacro={
“/cast 193530”,
“/cast 131894”,
“/cast 19574”,
},
“/cast 34026”,
“/cast 217200”,
“/castsequence 193455, 34026, 53209”,
“/cast 53209”,
“/cast 131894”,
“/castsequence 193455, 34026, 53209”,
“/cast 217200”,
“/cast 193455”,
“/cast 19574”,
“/cast 34026”,
“/castsequence 193455, 34026, 53209”,
PostMacro={
},
KeyRelease={
“/cast 193530”,
“/cast 131894”,
“/cast 19574”,
},
},
[3] = {
Combat=true,
Trinket1=true,
Trinket2=true,
Head=true,
Neck=true,
Belt=true,
Ring1=true,
Ring2=true,
StepFunction = “Sequential”,
KeyPress={
“/cast [nopet,nodead] 883”,
“/cast [target=focus, exists, nodead],[target=pet, exists, nodead] 34477”,
},
PreMacro={
“/cast Viper Sting”,
“/cast 193530”,
“/cast 131894”,
“/cast 19574”,
“/cast 19577”,
},
“/cast 34026”,
“/cast 217200”,
“/castsequence 193455, 34026, 53209”,
“/cast 53209”,
“/cast 131894”,
“/castsequence 193455, 34026, 53209”,
“/cast Viper Sting”,
“/cast 217200”,
“/cast 193455”,
“/cast 19574”,
“/cast 34026”,
“/castsequence 193455, 34026, 53209”,
PostMacro={
},
KeyRelease={
“/cast Viper Sting”,
“/cast 193530”,
“/cast 131894”,
“/cast 19574”,
“/cast 19577”,
},
},
},
}

Do you have the most current GSE that was released today? If you are not then these macros will not work on the old one.

i also have this problem,its updated to 8.0.1.every macro i made its not working…is there a newer version than the one on curse?

First Impressions:

Works all ok, there are no differences in the dmg output with my BM Hunter (ilvl 252).

I missed racial spells from orcs, and the aspect of th wild is casted only one times at start if that helps you.

The main problems are caused by the changes in the GC with some skills in the keypress part of the macros. Those skill will need to be moved to pre-macro section, &/or the main part of them. The other main issue cause by it, is with “Priority” StepFunction macros. Other then the keypress issue, most “Sequential” StepFunction Macros should work Ok.

Oh! Don’t forget to edit out abilities/skills that have been removed from the game. As they can cause the macros to freeze up.

Lastly: You will need to remove from your macro, the old tried and true;

/petautocastoff [group] Growl
/petautocaston [nogroup] Growl

It is no longer needed for dungeons, as Blizzard has made Grow to automatically turn off, when entering dungeons, with the option to turn it back on.

In fact Having it as part of the macro, can now cause it to keep turning grow back on in dungeons. I use to have it in my beta macros, and I got complaints of Hunter getting kicked out of group, because of it.
So us Hunters just need to get use to being aware of our grow settings at times, like we use to.

I forgot I was going to work on aspect of the wild today, but there were so many other issues that I had to deal with. I will work on it some tomorrow. I need to get to bed I have been up for over 20 hour, at at my age it is a bit much.

Still MEH. I will keep trying different speeds. So far I have tried .100 and it was still skipping things. Then I tried 200, which was a little better but was now too slow. So I will try something in between and report back.

Edit: Tried all types of MS speeds. Best I could get out of this is 3.4K

Hi,
Is it possible to create a macro where both Kimera Shot and Dire Beast are used?
The best build for me at the moment would be
3323311.
Thank you

I just started using gse a few months ago how would I ad /startattack to the macro you have posted I hate tab targeting lol