raid dps with cds

Open with /cast [@cursor] Metamorphosis

works with demonic build also

Stack Chaos Crit Dmg relics.
blue/purple parces in heroic ToS 1.2 mill dps sustain


Sequences['Raidor_no_cd'] = {
-- This Sequence was exported from GSE 2.2.03.
  Author="Nori",
  SpecID=577,
  Talents = "2221311",
  Default=1,
  MacroVersions = {
    [1] = {
      StepFunction = "Sequential",
      KeyPress={
        "/targetenemy [noharm][dead]",
      },
      PreMacro={
      },
        "/cast [nochanneling] Demon's Bite",
        "/cast [nochanneling] Blade Dance",
        "/cast [nochanneling] Chaos Strike",
        "/cast [nochanneling] Felblade",
        "/cast [nochanneling] Chaos Strike",
        "/cast [nochanneling] Demon's Bite",
        "/cast [nochanneling] Throw Glaive",
        "/cast [nochanneling] Chaos Strike",
        "/cast [nochanneling] Chaos Strike",
      PostMacro={
      },
      KeyRelease={
      },
    },
  },
}


I use this AHK script.

#ifWinActive World of Warcraft
{
$1::
$^1::
$+1::
$!1::
Loop
{
if not GetKeyState(“1”, “P”)
break
if GetKeyState(“LCtrl”, “P”)
Send ^1
else if GetKeyState(“LShift”, “P”)
Send +1
else if GetKeyState(“LAlt”, “P”)
Send !1
else
Send 1
sleep 75
}
return
}
{
$2::
$^2::
$+2::
$!2::
Loop
{
if not GetKeyState(“2”, “P”)
break
if GetKeyState(“LCtrl”, “P”)
Send ^2
else if GetKeyState(“LShift”, “P”)
Send +2
else if GetKeyState(“LAlt”, “P”)
Send !2
else
Send 2
sleep 60
}
return
}
{
$3::
$^3::
$+3::
$!3::
Loop
{
if not GetKeyState(“3”, “P”)
break
if GetKeyState(“LCtrl”, “P”)
Send ^3
else if GetKeyState(“LShift”, “P”)
Send +3
else if GetKeyState(“LAlt”, “P”)
Send !3
else
Send 3
sleep 60
}
return
}
{
$4::
$^4::
$+4::
$!4::
Loop
{
if not GetKeyState(“4”, “P”)
break
if GetKeyState(“LCtrl”, “P”)
Send ^4
else if GetKeyState(“LShift”, “P”)
Send +4
else if GetKeyState(“LAlt”, “P”)
Send !4
else
Send 4
sleep 75
}
return
}

Working awesome. Im pulling over 1 mill each fight. Im 928 with junk legendaries. I do have Fury of the illidari off of the macro because I dont like to waste it on trash. Also I put Chaos Blades on my hot bar to spam when I get high fury, but its still in the macro.

updated
930 ilvl average consistent 1.3 mill dps on heroic ToS
crit 51%
haste 24%

So I’m pretty new to the AHK or what not and i’m slightly confused on what the AHK is doing or how it’s activated?

Also wondering why the AHK pressing all those keys. What do you have bind to those keys? I would be happy to know how you are actually playing to get those good parses

the AHK lets you hold down 1,2,3 or 4 and it will press is continually, the extra stuff is so you can press ctrl, alt or shift and it will still do that same.
you only need the 1 button for this but i play more then just this class so i have the ahk set for use with all of them.

easy parses, meta in, macro pop all the cds and hold the button to spam the macro :stuck_out_tongue:

I have to add addons to kay (“Ctrl”, “P”, “Shift”, "P , and other abbreviations or jan squeeze 1 macro??

So you basically run this macro at 75ms and watch the cds on your own to get good parses?

for cds, i currently use Dèmön’s
7.2.5 Single Target DPS build - Patch 7.0+ - WoW Lazy Macros

just make sure you remove the meta from the macro

use cds on pull after you meta in, then use them on cd, Fury of the Illidari can be used between lining up Nemesis & Chaos Blades.

Sequences['DHOpen'] = {
-- This Sequence was exported from GSE 2.1.04.
  Author="Dèmön@Greymane",
  SpecID=577,
  Talents = "2223321",
  Default=1,
  MacroVersions = {
    [1] = {
      StepFunction = "Sequential",
      KeyPress={
      },
      PreMacro={
      },
        "/cast Fury of the Illidari",
        "/cast Nemesis",
        "/cast Chaos Blades",
        "/cast [nochanneling, @player] Metamorphosis",
      PostMacro={
      },
      KeyRelease={
      },
    },
  },
}

I’m trying your play with “DHOpen” as opener and cd-handling and using your “Raidor_no_cd” as the rotation and I got to tell you my sims are lower then my actual output, shit’s crazy!
I am actually doing around 480k dps (shitty starter gear) and my sim according to raidbots are 442k dps.

That seems crazy that a macro actually is handling a rotation that well!

So are you using demon’s blade or the demon’s bite talent for the macro? Kinda confused lol

Thanks for the shout out I know my other macro is crap.

this is a stupid legit question because i cant figure it out

what is a AHK script and how do i use it ?

What Skipper P said. Why is Demon’s Bite in the macro if Demon Blades is talented?

So you can switch to a Demonic build which uses Demon’s Bite while not having to change the macro. It skips Demon’s Bite if you have Demon Blades talented.

Great macro! Last fight i start with 4mio DPS and was able to hold 1mio the whole fight with crap legis. Big thanks for sharing this macro! Do you guys using this macro for myth.+ runs also ?

as jeff said its so you can switch to demonic spec if/when wanted.

have completed a +15 with the macro if that helps at all. glad its working for ya :slight_smile:

Hello

cant you put Fury of the Illidari In the macro as it is an ability that needs to be used when off cooldown?

Jimmy

[quote quote=55667]Hello
cant you put Fury of the Illidari In the macro as it is an ability that needs to be used when off cooldown?
Jimmy
[/quote]

It’s already handled by the Opening macro then it’s up to you to keep an eye on it.
If you want to add it in, why don’t you make changes to the macro yourself and use it?

Ah yes, i see…i should read better :slight_smile: Thanks !
Max