1 MACRO FOR DEMON HUNTER INTERAPTS

Sequences[‘DH_Interapt’] = {
author=“RAGTAG@TWISTED NETHER”,
specID=577,
version=6,
source = “Local”,
helpTxt = “Talents: 2221122”,
icon=‘INV_MISC_QUESTIONMARK’,
lang=“enUS”,
PreMacro=[[
/targetenemy [noharm][dead]
]],
"/cast [combat,nochanneling] Metamorphosis
“/cast [combat,nochanneling] Blur”,
“/cast [@player] Darkness”,
“/cast [combat,nochanneling] Netherwalk”,
“/cast [combat,nochanneling] Imprison”,
“/cast [combat,nochanneling] Consume Magic”,
PostMacro={
},
KeyRelease={
“/startattack”,
},
},
},
}

Whats the purpose of this macro?

to have a demon hunter havok macro for interapts

Sequences[‘DH_Interapt’] = {
author=“RAGTAG@TWISTED NETHER”,
specID=577,
version=6,
source = “Local”,
helpTxt = “Talents: 2221122”,
StepFunction = GSStaticPriority,
icon=‘INV_MISC_QUESTIONMARK’,
lang=“enUS”,
PreMacro=[[
/targetenemy [noharm][dead]
]],
"/cast [combat,nochanneling] Metamorphosis
“/cast [combat,nochanneling] Blur”,
“/cast [@player] Darkness”,
“/cast [combat,nochanneling] Netherwalk”,
“/cast [combat,nochanneling] Imprison”,
“/cast [combat,nochanneling] Consume Magic”,
PostMacro={
},
KeyRelease={
“/startattack”,
},
},
},
}

`Sequences[‘DH_Interapt’] = {
author=“RAGTAG@TWISTED NETHER”,
specID=577,
version=6,
source = “Local”,
helpTxt = “Talents: 2221122”,
StepFunction = GSStaticPriority,
icon=‘INV_MISC_QUESTIONMARK’,
lang=“enUS”,
PreMacro=[[
/targetenemy [noharm][dead]
]],
"/cast [combat,nochanneling] Metamorphosis
“/cast [combat,nochanneling] Blur”,
“/cast [@player] Darkness”,
“/cast [combat,nochanneling] Netherwalk”,
“/cast [combat,nochanneling] Imprison”,
“/cast [combat,nochanneling] Consume Magic”,
PostMacro={
},
KeyRelease={
“/startattack”,
},
},
},
}

    Sequences['DH_Interapt'] = { author="RAGTAG@TWISTED NETHER", specID=577, version=6, source = "Local", helpTxt = "Talents: 2221122", StepFunction = GSStaticPriority, icon='INV_MISC_QUESTIONMARK', lang="enUS", PreMacro=[[ /targetenemy [noharm][dead] ]], "/cast [combat,nochanneling] Metamorphosis "/cast [combat,nochanneling] Blur", "/cast [@player] Darkness", "/cast [combat,nochanneling] Netherwalk", "/cast [combat,nochanneling] Imprison", "/cast [combat,nochanneling] Consume Magic", PostMacro={ }, KeyRelease={ "/startattack", }, }, }, }

file:///C:/Users/REVAN/Desktop/New%20folder/DH_HAVOK_INTERAPTS.lua

Hello in order to put it in a black box, you need to do following:

start by push code then paste your macro then push close tags and at last push submit.

Jimmy

Sequences[‘DH_Interapt’] = {
author=”RAGTAG@TWISTED NETHER”,
specID=577,
version=6,
source = “Local”,
helpTxt = “Talents: 2221122″,
StepFunction = GSStaticPriority,
icon=’INV_MISC_QUESTIONMARK’,
lang=”enUS”,
PreMacro=[[
/targetenemy [noharm][dead]
]],
“/cast [combat,nochanneling] Metamorphosis
“/cast [combat,nochanneling] Blur”,
“/cast [@player] Darkness”,
“/cast [combat,nochanneling] Netherwalk”,
“/cast [combat,nochanneling] Imprison”,
“/cast [combat,nochanneling] Consume Magic”,
PostMacro={
},
KeyRelease={
“/startattack”,
},
},
},
}

Question. Why would you ever have an interrupt in a macro?

Meta in an interrupt macro??
No offence but why should anyone use this?