GOOD NEWS EVERYONE!

Greetings fellows DH! I will present you a spammable macro for havoc 7.1.5, tested myself a lot in spamming bg’s.Results? Every single bg im top 3 in killing blows…bla-bla…you know the rest.So, lets begin…
TALENTS
2 2 3 2 3 1 2

Another surprise for you all maybe, is mount/dismount on same button with dps macro…
pre-macro
/targetenemy [noharm][dead]
/cast Jeweled Onyx Panther

SEQUENCE

/cast [nochanneling] Chaos Strike
/cast [nochanneling] Throw Glaive
/cast [nochanneling] Felblade
/castsequence [nochanneling] Fel Barrage, Chaos Strike, Chaos Strike, Chaos Strike
/cast [combat] Imprison
/cast [combat] Mana Break
/cast [combat] Eye of Leotheras
/cast [combat] Consume Magic
/cast [combat] Nemesis

I need help just to put them in a box…im pretty sure someone here will do it…the rest is done by myself.And btw, just to know, Fel Barrage cant be macro’d…is just what i found to be near reality for an appropiate use while spamming without watching cd or stacks.
Of course, feedback will be appreciated.Cheers guys!

/cast [nochanneling] Chaos Strike
/cast [nochanneling] Throw Glaive
/cast [nochanneling] Felblade
/castsequence [nochanneling] Fel Barrage, Chaos Strike, Chaos Strike, Chaos Strike
/cast [combat] Imprison
/cast [combat] Mana Break
/cast [combat] Eye of Leotheras
/cast [combat] Consume Magic
/cast [combat] Nemesis

As requested

can you post the entire macro please i would love to test it

thats the entire macro my friend…the ideea is, for me, Blade Dance is a waste because im focused only on pvp and this build is created for kitting mages, hunters, boomkins which, when i reach the, are smashed.Is true also i dont have any spot remained to spend artifat power in my talent tree. if you are interested i also tried demonic build in pvp, it shine, but is not for me because i move a lot, focused on healers, and sometimes i choose Fel Eruption which is very handy especially for paladins.If you need more about this macro, read my first post above…is not in the box, but also you can mount/dismount with the same dps macro/button.
actually i use Mouse wheel up, and on mouse wheel down i have a macro for fel rush which is veru handy in pvp when shamans throw me over the cliffs/bridges.
Cheers!

Thank you for your kindness!

Full macro in a box as requested.

Sequences['Kraumaga_HavocDH'] = {
  Author="Kraumaga",  
  SpecID=577,
  Talents = "2232312",
  Default=1,
  MacroVersions = {
    [1] = {
      StepFunction = [[Sequential]],
      KeyPress={
      },
      PreMacro={
        "/targetenemy  [noharm][dead]",
        "/cast Jeweled Onyx Panther",
      },
        "/cast [nochanneling] Chaos Strike",
        "/cast [nochanneling] Throw Glaive",
        "/cast [nochanneling] Felblade",
        "/castsequence [nochanneling] Fel Barrage, Chaos Strike, Chaos Strike, Chaos Strike",
        "/cast [combat] Imprison",
        "/cast [combat] Mana Break",
        "/cast [combat] Eye of Leotheras",
        "/cast [combat] Consume Magic",
        "/cast [combat] Nemesis",
      PostMacro={
      },
      KeyRelease={
      },
    },
  },
}

Fixing the import issue you will have with the above post

Sequences['Kraumaga_HavocDH'] = {
Author="Kraumaga",
SpecID=577,
Talents = "2232312",
Default=1,
MacroVersions = {
[1] = {
StepFunction = [[Sequential]],
KeyPress={
},
PreMacro={
"/targetenemy  [noharm][dead]",
"/cast Jeweled Onyx Panther",
},
"/cast [nochanneling] Chaos Strike",
"/cast [nochanneling] Throw Glaive",
"/cast [nochanneling] Felblade",
"/castsequence [nochanneling] Fel Barrage, Chaos Strike, Chaos Strike, Chaos Strike",
"/cast [combat] Imprison",
"/cast [combat] Mana Break",
"/cast [combat] Eye of Leotheras",
"/cast [combat] Consume Magic",
"/cast [combat] Nemesis",
PostMacro={
},
KeyRelease={
},
},
},
}