semi auto macro..

hello i main havoc and this is what i use (sorry if i copy paste incorrectly first time poster)

Sequences[‘AOE-H’] = {
author=“xxx@Nagrand”,
specID=577,
version=3,
source = “Local”,
helpTxt = “Talents: 1133111”,
icon=‘INV_MISC_QUESTIONMARK’,
lang=“enUS”,
PreMacro=[[
/targetenemy [noharm][dead]
]],
“/cast !Eye Beam”,
“/cast [combat,nochanneling] Fury of the Illidari”,
“/castsequence [nochanneling] Blade Dance, Throw Glaive”,
“/cast [nochanneling] Chaos Strike”,
“/cast !Demon’s Bite”,
PostMacro=[[
/TargetEnemy [noharm][dead]
/Use [combat] [nochanneling] 13
/Use [combat] [nochanneling] 14
]],
}

it is not a 1 button macro, i usually get to position to do FR VR and blur and other counters is manually done. my mouse is set to hit the macro 5x a second and i ping around 150ms if it matters.

for single target i use

Sequences[‘Sin-H’] = {
author=“xxx@Nagrand”,
specID=577,
version=5,
source = “Local”,
helpTxt = “Talents: 1133111”,
icon=‘INV_MISC_QUESTIONMARK’,
lang=“enUS”,
PreMacro=[[
/targetenemy [noharm][dead]
]],
“/cast [combat,nochanneling] Fury of the Illidari”,
“/cast [nochanneling] Throw Glaive”,
“/cast [nochanneling] Chaos Strike”,
“/cast !Demon’s Bite”,
PostMacro=[[
/TargetEnemy [noharm][dead]
/Use [combat] [nochanneling] 13
/Use [combat] [nochanneling] 14
]],
}

pls give it a try i don’t find any lock ups and usually top 2 in dps with FR VR
any inputs are welcomed i am not a pro player did mythic using this without a problem
i might take FOTI out since sometimes it places it in wrong locations DOH!! =p

DH is really fun and VR FR does get tiring but when at top 2 dps it does feel rewarding, hard to beat the monks and DK in ST and hunters for AOE.
i might start vengeance soon since i really don’t want to level another toon ^^
but i heard hunters are very relaxing to play very tempting ^^

Hello Mike Tan.

Here are your macros is in a Black Box :slight_smile:

Sequences['Sin-H'] = {
author="xxx@Nagrand",
specID=577,
version=5,
source = "Local",
helpTxt = "Talents: 1133111",
icon='INV_MISC_QUESTIONMARK',
lang="enUS",
PreMacro=[[
/targetenemy [noharm][dead]
]],
"/cast [combat,nochanneling] Fury of the Illidari",
"/cast [nochanneling] Throw Glaive",
"/cast [nochanneling] Chaos Strike",
"/cast !Demon’s Bite",
PostMacro=[[
/TargetEnemy [noharm][dead]
/Use [combat] [nochanneling] 13
/Use [combat] [nochanneling] 14
]],
}

Sequences['AOE-H'] = {
author="xxx@Nagrand",
specID=577,
version=3,
source = "Local",
helpTxt = "Talents: 1133111",
icon='INV_MISC_QUESTIONMARK',
lang="enUS",
PreMacro=[[
/targetenemy [noharm][dead]
]],
"/cast !Eye Beam",
"/cast [combat,nochanneling] Fury of the Illidari",
"/castsequence [nochanneling] Blade Dance, Throw Glaive",
"/cast [nochanneling] Chaos Strike",
"/cast !Demon’s Bite",
PostMacro=[[
/TargetEnemy [noharm][dead]
/Use [combat] [nochanneling] 13
/Use [combat] [nochanneling] 14
]],
}

when you put them in black boxes, you push the code button first, then paste your macros, and then push close tags button.

Jimmy