1.8Mill Average with 2-5Mill Burst Havoc Single Target Raid Dummy

Hi

Using AutoHotKey with this I am getting some good numbers on Single Target Raid Dummy

Used a few Macros from this site and this is the best I have been able to get out of my DH ilvl940

Sequences['Daemon_Havoc'] = {
-- This Sequence was exported from GSE 2.1.01.
  Author="Unknown Author",
  SpecID=577,
  Talents = "2223333",
  Default=1,
  Icon='ability_demonhunter_specdps',
  MacroVersions = {
    [1] = {
      Trinket1=false,
      Trinket2=false,
      Head=false,
      Neck=false,
      Belt=false,
      Ring1=false,
      Ring2=false,
      StepFunction = "Sequential",
      KeyPress={
        "/cast [nochanneling] Blur",
        "/cast [nochanneling] Nemesis",
      },
      PreMacro={
      },
        "/cast [nochanneling] Fury of the Illidari",
        "/cast [nochanneling] Demon's Bite",
        "/cast Eye Beam",
        "/cast [nochanneling] Blade Dance",
        "/cast [nochanneling] Chaos Strike",
        "/cast [nochanneling] Throw Glaive",
        "/cast [nochanneling] Felblade",
      PostMacro={
      },
      KeyRelease={
      },
    },
  },
}

AutoHotKey

#IfWinActive, World of Warcraft
toggle = 0
#MaxThreadsPerHotkey 2
 
$1::
While GetKeyState("1","p"){
Send,1
sleep 1
    }
return
{
$2::
While GetKeyState("2","p"){
Send,2
sleep 1
}
return
$3::
While GetKeyState("3","p"){
Send,3
sleep 1
}
return
$4::
While GetKeyState("4","p"){
Send,4
sleep 1
}
return
}
Esc::ExitApp

how is this even possible? I am using the same stuff you are
and I am near 450k with that sleep in yoru AHK?

works for me no problems. Can you share your armory to check your gear/spec/leggos?

I use 2 leggo rings - Anger of the Half-Giants and Insignia of the Grand Army

your macro is very good, now I’ve always used AHK and I’ve never had a problem, I have my own AHK, when I activate your AHK it starts normally, but after a couple of minutes it closes itself and stops working. I do not know if the code that you put is correct, if you put something missing … Can you give one analyzed?

Hi

Just make sure your not hitting esc as this is the cancel key for this AHK.

All works fine for me, I am using it in Mythic Ant which makes it pretty easy.

Just put the macro in 1 key slot then hold it down during the encounters, easy to run about following tacts

You can have other macros spammed in 2,3,4 but I do not bother

What MS rate, which you can navigate through this macro ?
I’m trying spammed at 30ms.

Very Nice macro

Unless you are living on top of a Blizzard server and have sub 30ms ping, spamming anything that fast is a good way to get yourself banned, trust me.

you can spam at 5ms all day long and you’re not getting banned what are you talking about “Trust me”.

Isn’t this AHK sequence against tos? I am to understand 1 keypress should fire off one action and this appears to be able to be held down and cycle super fast

Nope, using AHK is perfectly ok with Blizzard so stop worrying.

As far as i know, Gnomesequencer is no issue with Blizzard, but AHK is the problem. They clearly stated that automated gameplay is a no go, wich gnomesequencer isnt if you press the same button over and over, but with AHK or any other automated software you should be aware there might be issues:

I have stopped using AHK, as I can see BAN hammer coming just before or shortly after BFA release

mouse macros like logitech offers or razer are perfectly fine, as all it does is press the desired key multiple times which isnt against tos…