Hello All
Updatet 29/1
Here is my atempt to make a Havoc macro, I push my button manualy.
Im lvl 110 and item lvl 810.
My dps on a class hall training dummy is 150-164k.
I would aprisiate if any could help me make it better 
Macro:
Sequences['DH_Havoc'] = {
Author="Jimmy",
SpecID=577,
Talents = "2313321",
Default=1,
Icon='ability_demonhunter_specdps',
MacroVersions = {
[1] = {
StepFunction = "Sequential",
KeyPress={
"/targetenemy [noharm][dead]",
"/cast [nochanneling] Nemesis",
},
PreMacro={
},
"/castsequence [nochanneling] Felblade, Demon's Bite",
"/cast [nochanneling] !Fury of the Illidari",
"/cast [nochanneling] !Eye Beam",
"/cast [nochanneling] Chaos Strike",
"/cast [nochanneling] Blade Dance",
"/cast [nochanneling] Chaos Strike",
"/cast [nochanneling] Demon's Bite",
"/cast [nochanneling] Throw Glaive",
"/cast [nochanneling] Demon's Bite",
"/cast [nochanneling] !Eye Beam",
"/cast [nochanneling] Blade Dance",
PostMacro={
},
KeyRelease={
"/cast [nochanneling] Felblade",
},
},
},
}
Jimmy
This might work betterâŚ
`Sequences[âDHHâ] = {
SpecID = 577,
Author = âJimmyâ,
Talents = â2,3,1,3,3,2,1â,
Default=1,
Icon=âability_demonhunter_specdpsâ,
MacroVersions = {
[1] = {
StepFunction = âSequentialâ,
KeyPress={
â/targetenemy [noharm][dead]â,
â/cast [combat] Nemesisâ,
â/cast [combat] Chaos Bladesâ,
},
PreMacro={
},
/cast [nochanneling] Felblade,
/cast [nochanneling] !Fury of the Illidari,
/cast [nochanneling] Chaos Strike,
/cast [nochanneling] Blade Dance,
/cast [nochanneling] Chaos Strike,
/cast [nochanneling] Demonâs Bite,
/cast [nochanneling] Throw Glaive,
/cast [nochanneling] Demonâs Bite,
/cast !Eye Beam,
KZA
5
Sequences['DHH'] = {
SpecID = 577,
Author = "Jimmy",
Talents = "2,3,1,3,3,2,1",
Default=1,
Icon='ability_demonhunter_specdps',
MacroVersions = {
[1] = {
StepFunction = "Sequential",
KeyPress={
"/targetenemy [noharm][dead]",
"/cast [combat] Nemesis",
"/cast [combat] Chaos Blades",
},
PreMacro={
},
"/cast [nochanneling] Felblade",
"/cast [nochanneling] !Fury of the Illidari",
"/cast [nochanneling] Chaos Strike",
"/cast [nochanneling] Blade Dance",
"/cast [nochanneling] Chaos Strike",
"/cast [nochanneling] Demonâs Bite",
"/cast [nochanneling] Throw Glaive",
"/cast [nochanneling] Demonâs Bite",
"/cast !Eye Beam",
PostMacro={
},
KeyRelease={
},
},
},
}
Here is what JonnyCool added above, it is complete and in code block. this should import correctly.
Sequences['DHH'] = {
SpecID = 577,
Author = "Jimmy",
Talents = "2,3,1,3,3,2,1",
Default=1,
Icon='ability_demonhunter_specdps',
MacroVersions = {
[1] = {
StepFunction = "Sequential",
KeyPress={
"/targetenemy [noharm][dead]",
"/cast [combat] Nemesis",
"/cast [combat] Chaos Blades",
},
PreMacro={
},
"/cast [nochanneling] Felblade",
"/cast [nochanneling] Fury of the Illidari",
"/cast [nochanneling] Chaos Strike",
"/cast [nochanneling] Blade Dance",
"/cast [nochanneling] Chaos Strike",
"/cast [nochanneling] Demonâs Bite",
"/cast [nochanneling] Throw Glaive",
"/cast [nochanneling] Demonâs Bite",
"/cast !Eye Beam",
PostMacro={
},
KeyRelease={
},
},
},
}
-Beef
Thanks to Mr.Dexz and Beef I was half asleep when I posted that but you guys saw where I was going:)
oiciniv
8
[quote quote=40418]wont import
[/quote]
Spoony
9
Sequences['DHH'] = {
SpecID = 577,
Author = "Jimmy",
Talents = "2,3,1,3,3,2,1",
Default=1,
Icon='ability_demonhunter_specdps',
MacroVersions = {
[1] = {
StepFunction = "Sequential",
KeyPress={
"/targetenemy [noharm][dead]",
"/cast [combat] Nemesis",
"/cast [combat] Chaos Blades",
},
PreMacro={
},
"/cast [nochanneling] Felblade",
"/cast [nochanneling] Fury of the Illidari",
"/cast [nochanneling] Chaos Strike",
"/cast [nochanneling] Blade Dance",
"/cast [nochanneling] Chaos Strike",
"/cast [nochanneling] Demonâs Bite",
"/cast [nochanneling] Throw Glaive",
"/cast [nochanneling] Demonâs Bite",
"/cast !Eye Beam",
PostMacro={
},
KeyRelease={
},
},
},
}
Should import now
hi,
do u have a gse macro for methamorphose?
jba1980
12
No i hawe a macro like this:
#showtooltip Metamorphosis
/cast [@player] Metamorphosis
Jimmy
does â@playerâ work, it doesnât seem to trigger the ability as â@cursorâ does.
jba1980
14
it dos work but i toke it out of the macro
Jimmy