7.2.5 Single Target DPS build

So at Ilvl 897 I am currently getting 715K sustained DPS that is with Belt and Wish Legos with bursts up ward of 1.6 Mil I have my main rotation with a burst macro that blows all my cooldowns so that they can regen at the same time for better burst periods.

this is what I use for my main rotation

Sequences['DH_DPS'] = {
-- This Sequence was exported from GSE 2.1.04.
  Author="Dèmön@Greymane",
  SpecID=577,
  Talents = "2223321",
  Default=1,
  MacroVersions = {
    [1] = {
      StepFunction = "Priority",
      KeyPress={
        "/targetenemy [noharm][dead]",
      },
      PreMacro={
      },
        "/cast Felblade",
        "/cast Throw Glaive",
        "/cast Blade Dance",
        "/cast Chaos Strike",
      PostMacro={
      },
      KeyRelease={
      },
    },
  },
}

and this is what I use as an opener

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={
      },
    },
  },
}

this just works for me hopefully some other will have luck with it as well I know that with different legos and talents that there are about 5 different ways to play a DH and I believe this is one that works well Talent and Legos being used you can look me up using the armory char name is the same the special char are alt 138 è and alt 148 ö I’m on greymane alliance.

PS there is no need to use AHK as I just mash the buttons and get those numbers

PUT IT IN BOX

Don’t know how

Sequences[‘DHOpen’] = {
— This Sequence was exported from GSE 2.1.03.
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={
},
},
},
}

Sequences[‘DH_DPS’] = {
— This Sequence was exported from GSE 2.1.03.
Author=”Dèmön@Greymane”,
SpecID=577,
Talents = “2223321”,
Default=1,
MacroVersions = {
[1] = {
StepFunction = “Priority”,
KeyPress={
“/targetenemy [noharm][dead]”,
},
PreMacro={
},
“/cast Felblade”,
“/cast Throw Glaive”,
“/cast Blade Dance”,
“/cast Chaos Strike”,
PostMacro={
},
KeyRelease={
},
},
},
}

how do you put it in the box?

Hello

you need to push code and then paste you macro/s and then push close tags and the submit your post :slight_smile:

Jimmy

`Sequences[‘DHOpen’] = {
— This Sequence was exported from GSE 2.1.03.
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={
},
},
},
}

Sequences[‘DHOpen’] = {
— This Sequence was exported from GSE 2.1.03.
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={
},
},
},
}

One day, maybe one day, people will learn NOT to just copy and paste direct from a forum post into a code box WITHOUT fixingt the quotations first.

You are right about that Cymiryc :slight_smile:

Here are the right ones :slight_smile:

Sequences[´DH_DPS´] = {
Author="Dèmön@Greymane",
SpecID=577,
Talents = "2223321",
Default=1,
MacroVersions = {
[1] = {
StepFunction = "Priority",
KeyPress={
"/targetenemy [noharm][dead]",
},
PreMacro={
},
"/cast Felblade",
"/cast Throw Glaive",
"/cast Blade Dance",
"/cast Chaos Strike",
PostMacro={
},
KeyRelease={
},
},
},
}

Sequences[´DH_Opener´] = {
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={
},
},
},
}

Jimmy

this one should import.

Sequences['DH_DPS'] = {
Author="Dèmön@Greymane",
SpecID=577,
Talents = "2223321",
Default=1,
MacroVersions = {
[1] = {
StepFunction = "Priority",
KeyPress={
"/targetenemy [noharm][dead]",
},
PreMacro={
},
"/cast Felblade",
"/cast Throw Glaive",
"/cast Blade Dance",
"/cast Chaos Strike",
PostMacro={
},
KeyRelease={
},
},
},
}
 
Sequences['DH_Opener'] = {
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={
},
},
},
}

Thanks for the info I have updated my orginal post

[quote quote=51029]One day, maybe one day, people will learn NOT to just copy and paste direct from a forum post into a code box WITHOUT fixingt the quotations first.
[/quote]

@ cymiryc it would help if the poster knew what they was doing when posting to the forum lol but thanks for the input by the way I’m a fan of yours love your macros

Where it says code, press code add your macro and press code again

what about eye beam?