Havoc PVE 7.3.2 2213311 or 2223311

Yes it appears the Wow devs fixed it about a week ago.

Can anyone confirm this is still working good?

Im at work now, and just found this. Looks very interesting.

Im playing a Havoc DH 907 ilvl, with 5/10 mythic progression. So i hope it can compete on that level, cuz im abit tired of playing atm. This would ease it up abit.

[quote quote=47435]Can anyone confirm this is still working good?
Im at work now, and just found this. Looks very interesting.
Im playing a Havoc DH 907 ilvl, with 5/10 mythic progression. So i hope it can compete on that level, cuz im abit tired of playing atm. This would ease it up abit.
[/quote]

It does still work. I use mostly the 1st macro except on certain fights like Viz’aduum and Krosus where Fel Rush can be lethal… lol I’m typically out dps’n our top demon hunters that are 5-10 ilvl’s higher than mine currently is.

What do you use to execute it ?

Manually pressing, or program like autoIT/razer Synapse etc ?

[quote quote=47463]What do you use to execute it ?
Manually pressing, or program like autoIT/razer Synapse etc ?
[/quote]

I’m really technical… I use my finger. lol Seriously though I’ve tried using macros on my logitech mouse to fire it off but it usually gets me in trouble pulling extra mobs. Plus if you have it constantly hitting the macro then you won’t be able to do anything else like interupts etc.

Works great with Synapse. I can still interrupt and Fel Rush on my own.

When you say you are just pressing with your finger…are you furiously slamming it? Or are you doing it slowly? Just trying to figure out what kind of speed my spam should be

I do both honestly but try to hit it about twice a second.

Hi Kevin,
The macro is great but would you be able to remove Nemisis and Chaos Blades from macro number two please.

I would prefer to use these on a separate button so that I can save them for bosses. I am not able to edit the macro myself.

Thanks

Here ya go

Sequences['DH_Havoc_NoVRT'] = {
  Author="Failtrail@Azuremyst",  
  SpecID=577,
  Talents = "2213311",
  Default=1,
  Icon='ability_demonhunter_specdps',
  MacroVersions = {
    [1] = {
      StepFunction = "Sequential",
      KeyPress={
        "/cast [nochanneling] Blur",
      },
      PreMacro={
      },
        "/cast [nochanneling] Felblade",
        "/cast [nochanneling] Blade Dance",
        "/cast !Eye Beam",
        "/cast [nochanneling] Fury of the Illidari",
        "/cast [nochanneling] Chaos Strike",
        "/cast [nochanneling] Throw Glaive",
      PostMacro={
      },
      KeyRelease={
      },
    },
  },
}

Thanks Kevin
Really appreciated.

No problem.

Updated for 7.2.5 06/14/2017

[quote quote=49110]Updated for 7.2.5 06/14/2017
[/quote]

Nothing changed? :slight_smile:

Nope not as of yet.

how do i import these macros?

im about to inport and try i main tank but outside tanking i need a dps spec so ill let you know soon

i changed up eye beam with a shiftmod worked wonderes dident like wasteing on 1 mob or something

Sequences['DH_Havoc'] = {
-- This Sequence was exported from GSE 2.1.02.
  Author="Failtrail@Azuremyst",
  SpecID=577,
  Talents = "2213311",
  Default=1,
  MacroVersions = {
    [1] = {
      StepFunction = "Sequential",
      LoopLimit=1,
      KeyPress={
        "/cast [nochanneling] Blur",
        "/cast [nochanneling] Nemesis",
      },
      PreMacro={
      },
        "/cast [nochanneling] Chaos Blades",
        "/cast [nochanneling] Felblade",
        "/castsequence [nochanneling] Vengeful Retreat, !Fel Rush, Blade Dance",
        "/cast [mod:shift] !Eye Beam",
        "/cast [nochanneling] Fury of the Illidari",
        "/cast [nochanneling] Chaos Strike",
        "/cast [nochanneling] Throw Glaive",
      PostMacro={
      },
      KeyRelease={
      },
    },
  },
}
 

just type /gs in wow and click inport copy and paste thats it its easy

Updated 07/15/2017

*Removed Eye Beam from both macros as it’s better to be able to not use it on single/dual target. It’s a loss of DPS after looking through many a log file.