Help making macro for icy-veins guide

I am looking to make a macro to use with the rotation and build found at

but I suck at making these macros.

Sequences['CJ_Havic2PVESingle'] = {
author="Cosmicjedi",
specID=577,
version=1,
source = "Local",
helpTxt = "Talents: 1133111",
icon='INV_MISC_QUESTIONMARK',
lang="enUS",
PreMacro=[[
/targetenemy [noharm][dead]
/cast [combat] Chaos Blades
]],
"/cast [nochanneling] Fel Rush",
"/cast [nochanneling] Vengeful Retreat",
"/cast [nochanneling] !Fury of the Illidari",
"/cast [nochanneling] !Throw Glaive",
"/cast [nochanneling] Chaos Strike",
"/cast [nochanneling] Demon's Bite",
PostMacro=[[
/TargetEnemy [noharm][dead]
/startattack
/Use [combat] [nochanneling] 13
/Use [combat] [nochanneling] 14
]],
}

Sequences['CJ_Havic3PVESingle'] = {
author="Cosmicjedi",
specID=577,
version=1,
source = "Local",
helpTxt = "Talents: 1133111",
icon='INV_MISC_QUESTIONMARK',
lang="enUS",
PreMacro=[[
/targetenemy [noharm][dead]
/cast [combat] Chaos Blades
]],
"/castsequence [nochanneling] Fel Rush, fel Rush, Demon's Bite, Vengeful Retreat, Metamorphosis, Chaos Blades",
"/castsequence [nochanneling] Fel Rush, fel Rush, Demon's Bite, Vengeful Retreat, Metamorphosis, Annihilation",
PostMacro=[[
/TargetEnemy [noharm][dead]
/startattack
/Use [combat] [nochanneling] 13
/Use [combat] [nochanneling] 14
]],
}

is what i tried and obviously neither have the intended result… anyone willing to look at that link and make a macro I can use or maybe teach me how to make the macro :-p

To save yourself some macro room and also to help improve DPS remove VR and FR from the macro. While it is a DPS increase its also a DPS decrease because FR is not like a Charge instead it goes through the opponent and turns your camera around

So for that I would choose Nemesis as one of your talents and Demon Blades (the auto attack ones) which do help DPS. That way FR and VR are used more for situtations to get out of danager.

Blizzard is tweaking the Havoc DH in 7.1 so right now the class isn’t ready for raiding just yet.

so here is my issue with what your saying, when I use any macro on here I pull about 110k dps. when I use the icey-vains guide I can pull 200k dps… it has you using VR and FR a ton… so while there might be a dps loss for turning around there is definatly a bigger dps gain using FR and VR regularly.

I tried your macro (the first one anyway, the second continuously locked up on me) and the dps is pretty good compared to others I’ve tried. I personally had to change it though as fel rush was going off too quickly for me. I like to have at least one charge available for vengeful retreat so I can get back to the target immediately but your macro was using 2 up very quickly and as I was having to run back to the target a lot. Due to this I was loosing dps so I basically took those two out and used them separately. I also added an extra demons bite after !throw glaive to ensure my fury was kept a bit higher throughout the cycle as I manually add blade dance (when my fury is nearing cap) and eye beam (off cool down). I have no experience at all of making GS or GS:E macros so there might be a better way of writing it.

Sequences[‘SakiiSingle1’] = {
author=“Sakii”,
specID=577,
version=1,
source = “Local”,
helpTxt = “Talents: 1133111”,
icon=‘INV_MISC_QUESTIONMARK’,
lang=“enUS”,
PreMacro=[[
/targetenemy [noharm][dead]
/cast [combat] Chaos Blades
]],
“/cast [nochanneling] !Fury of the Illidari”,
“/cast [nochanneling] !Throw Glaive”,
“/cast [nochanneling] Demon’s Bite”,
“/cast [nochanneling] Chaos Strike”,
“/cast [nochanneling] Demon’s Bite”,
PostMacro=[[
/TargetEnemy [noharm][dead]
/startattack
/Use [combat] [nochanneling] 13
/Use [combat] [nochanneling] 14
]],
}

PS I also have no idea how to format it properly but copy pasting that into notepad++ should work afaik