Advice for Havoc Macro

Hi all, not sure whether to post here or on discord. I have been using this macro with success for a while, but it seems to be under performing now. I keep certain things off of it for more control of abilities but wonder if anyone has the time to take a quick look and give advice. Thank you in advance.

Sequences[‘DH_Havoc’] = {
– This Sequence was exported from GSE 2.0.14.
Author=“Whìstler@Perenolde”,
SpecID=577,
Talents = “2222311”,
Default=1,
Icon=‘ability_demonhunter_specdps’,
MacroVersions = {
[1] = {
Trinket1=false,
Trinket2=false,
StepFunction = [[Sequential]],
KeyPress={
“/cast Blur”,
“/cast Nemesis”,
},
PreMacro={
},
“/cast Chaos Blades”,
“/cast Felblade”,
“/cast Blade Dance”,
“/cast !Fury of the Illidari”,
“/cast Chaos Strike”,
“/cast Throw Glaive”,
PostMacro={
},
KeyRelease={
},
},
},
}

Sequences[‘DH_Havoc’] = {
— This Sequence was exported from GSE 2.0.14.
Author=”Whìstler@Perenolde”,
SpecID=577,
Talents = “2222311”,
Default=1,
Icon=’ability_demonhunter_specdps’,
MacroVersions = {
[1] = {
Trinket1=false,
Trinket2=false,
StepFunction = [[Sequential]],
KeyPress={
“/cast Blur”,
“/cast Nemesis”,
},
PreMacro={
},
“/cast Chaos Blades”,
“/cast Felblade”,
“/cast Blade Dance”,
“/cast !Fury of the Illidari”,
“/cast Chaos Strike”,
“/cast Throw Glaive”,
PostMacro={
},
KeyRelease={
},
},
},
}

Black Boxed!

I have gone back to using this after trying some others. Not sure what I am doing wrong but I cannot get the others to work. The long ones seem to be worse for me. Maybe I am using it wrong :smiley: I bind a key on my keyboard to a repeat key press with (currently) 80ms intervals.

It fires off the abilities if they are available and moves on to the next if not. I keep other abilities separate but do you think I should include them. I felt I had more control that way.

Above is my current gear which Simcraft says should yield the best results but I am a good 100k off of the numbers they quote.

Thank you in advance for you help and advice.