Closed DH Havoc

Closed

Jimmy

is a havoc a 28 yr old swedish woman, luv to taste her ; )

Seems i am getting a LUA Error from copy and pasting.

It’s because there are single quotes around ‘/cast [nochanneling] Demon’s Bite’, you need to use "
so it looks like this “/cast [nochanneling] Demon’s Bite”, it sees the single quote at Demon’s as the end and screws it up. Did you actually try this macro? as it stands there is no way it can run

ok why do they have to have "'s around em

Actually Gun the way GS-E works is with single quotes but GS works with double quotes.

Also the though for some reason it’s not found in game.

DHST should look like this

Sequences['DHST'] = {
author="Galdoravia@Area 52",
specID=577,
version=5,
source = "Local",
helpTxt = "Talents: 1133?,?,?,",
StepFunction = GSStaticPriority,
icon='INV_MISC_QUESTIONMARK',
lang="enUS",
PreMacro=[[
/targetenemy [noharm] [dead]
/cast Chaos Blades
]],
"/cast [nochanneling] Fel Eruption",
"/cast [nochanneling] Throw Glaive",
"/cast [nochanneling] Chaos Strike",
"/cast [nochanneling] Demon's Bite",
"/cast [nochanneling] Chaos Strike",
"/cast [nochanneling] Chaos Strike",
"/cast [nochanneling] Demon's Bite",
"/cast [nochanneling] Chaos Strike",
"/cast [nochanneling] Demon's Bite",
"/cast [nochanneling] Chaos Strike",
"/cast [nochanneling] Throw Glaive",
"/cast [nochanneling] Demon's Bite",
"/cast [nochanneling] Demon's Bite",
"/cast [nochanneling] Eye Beam",
PostMacro=[[
/cast [nochanneling] Fury of the Illidari
/use 13
/use 14
]],
}