Looking for a functioning GS Havoc macro for lvl 100

Ive tried the ones listed and they just lock up on me, any help would be appreciated.

I have been using the one in GS-DraikMacros bundled with GS-E without any lockups so far.

can you post them for me, im not using GS-E yet as i havent set it up, im still using GS.

or if you could help me get GS-E setup and working correctly.

@timothy Luke the one by IIoskka or NANO… even though alot of what is in the macro isn’t availible yet on live servers

those are GS-E macros, i need a regular GS macro.

GS-e macros should work on GS, I was doing it until I down loaded GE-e

the macro they are using is…

Sequences['DB_DHHavoc'] = {
specID = 577,
author = "Nano",
helpTxt = "Talents 2,3,2,2,2,3,1,",
StepFunction = GSStaticPriority,
PreMacro = [[
/targetenemy [noharm][dead]
]],
[[/cast [nochanneling] Felblade;]],
[[/cast [nochanneling] Throw Glaive;]],
[[/cast [nochanneling] Demon's Bite;]],
[[/cast [nochanneling] Chaos Strike;]],
[[/cast [nochanneling] Blade Dance;]],
[[/cast [nochanneling] Fel Eruption;]],
PostMacro = [[
/startattack
/petattack [@target,harm]
/use [combat]13
/use [combat]14
]],
}

I’m using the one by lloskka, but Eye Beam doesnt seem to want to fire… I’m wondering if there are other things not firing.

Since these macros are made for lvl 110 and there a spells/talents in there that we dont have yet.

How would it - it is not in the rotation.

It’s not the one posted here. it’s the other oe that comes with GSE.
And it is in the rotation in that one.

So this is one i’ve been using. It makes one macro for single target dps and one for aoe dps. It is for level 100 demon hunters and works pretty well as far as i can tell.

local Sequences = GSMasterSequences – Dont remove this


----- Demon Hunter

Sequences[‘singleHavoc’] = {
author=“Limbobway”,
specID=577,
helpTxt = “Talents 1,1,2,2,2,3,1,”,
StepFunction = GSStaticPriority,
PreMacro=[[
/targetenemy [noharm][dead]
]],
“/cast [nochanneling] Throw Glaive”,
“/cast [nochanneling] Chaos Strike”,
“/cast [nochanneling] Demon’s Bite”,
PostMacro=[[
/startattack
/use [combat]13
/use [combat]14
]],
}

—aoe havoc
Sequences[‘aoeHavoc’] = {
author=“Limbobway”,
specID=577,
helpTxt = “Talents 1,1,1,1,1,1,1,”,
StepFunction = GSStaticPriority,
PreMacro=[[
/targetenemy [noharm][dead]
]],
“/cast [nochanneling] Eye Beam”,
“/cast [nochanneling] Throw Glaive”,
“/cast [nochanneling] Blade Dance”,
“/cast [nochanneling] Chaos Strike”,
“/cast [nochanneling] Demon’s Bite”,
PostMacro=[[
/startattack
]],
}

Demon’s Bit is now nothing more than auto attack. The did away with it. So that line useless in the script.

Demon’s Bite is not done away with. The only way you lose Demon’s Bite is you have taken the Tier 2 talent Demons Blades which replaces Demon’s Bite with a passive ability.

The above talents don’t have that so it’s not entirely wasted.

Demon Blade does not replace demon’s bite with a passive…demon bite becomes demon blades and adds a passive effect to it…if u have chosen second talent in tier two u must rewrite your macro replacing demon’s bite with demon blade same ability diffrent name with a added passive effect into it…

[quote quote=31348]Demon’s Bit is now nothing more than auto attack. The did away with it. So that line useless in the script.
[/quote]

what