Destro Lock one button (NO Gnome Sequencer)

#showtooltip Chaos Bolt
/targetenemy [noharm][dead]
/cast [nopet]Summon Doomguard
/castsequence [nochanneling] reset=8 Incinerate,incinerate,Incinerate,Incinerate,immolate
/castsequence [nochanneling]reset=.03 Conflagrate,Conflagrate,Conflagrate,Conflagrate,Dark Soul: Instability
/cast [nochanneling]Chaos Bolt
/cast [nochanneling]Command Demon
/startattack
/petattack
/mtce
2,3,1,2,1,1,3

Let me know what you think

[quote quote=20782]#showtooltip Chaos Bolt
/targetenemy [noharm][dead]
/cast [nopet]Summon Doomguard
/castsequence [nochanneling] reset=8 Incinerate,incinerate,Incinerate,Incinerate,immolate
/castsequence [nochanneling]reset=.03 Conflagrate,Conflagrate,Conflagrate,Conflagrate,Dark Soul: Instability
/cast [nochanneling]Chaos Bolt
/cast [nochanneling]Command Demon
/startattack
/petattack
/mtce
2,3,1,2,1,1,3

Let me know what you think

[/quote]
Not firing Chaos Bolt, Dark Soul: Instability… other than that it works pretty well.

Tweaked a little, and have chaos bolt on seprate key.

#showtooltip Chaos Bolt
/targetenemy [noharm][dead]
/cast [nopet]Summon Doomguard
/castsequence [nochanneling] reset=8 Incinerate,incinerate,Incinerate,Incinerate,immolate
/castsequence [nochanneling]reset=.03 Conflagrate,Conflagrate,Conflagrate,Conflagrate
/cast [combat] Dark Soul: Instability
/cast [nochanneling]Command Demon
/startattack
/petattack
/mtce

what is that /mtce command?

#showtooltip Chaos Bolt
/targetenemy [noharm][dead]
/cast [nopet] Summon Doomguard
/castsequence [nochanneling] reset=8 Incinerate,incinerate,Incinerate,Incinerate,immolate
/castsequence [nochanneling] reset=.03 Conflagrate,Conflagrate,Conflagrate,Conflagrate,Dark Soul: Instability
/cast [nochanneling] Chaos Bolt
/cast [nochanneling] Command Demon
/startattack
/petattack
/mtce

try it now

/mtce - Clears UI Errors

I still couldn’t get it to consistently fire Chaos Bolts until I change it to
/castrandom [nochanneling] Chaos Bolt
It will now fire them off…but her damage is still atrocious. At least compared to my hunter and mage.
ca. 18k with 680 gear, which is why I rarely play her right now.

I moved chaos bolt and all pet shizzle out of macro and fired chaos bolt when trinket proc’s and enough embers were up (468k crits).

Gear: Heroic and 4pc
Ilvl: 729
Single target burst: 273k
Average dps: 94k to 114k depending on fight.

Multi target burst: 1.4mil

#showtooltip Incinerate
/targetenemy [noharm][dead]
/castsequence [nochanneling] reset=8 Incinerate,incinerate,Incinerate,Incinerate,immolate
/castsequence [nochanneling]reset=.03 Conflagrate,Conflagrate,Conflagrate,Conflagrate
/cast [combat] Dark Soul: Instability
/startattack
/mtce

Talents: 1,3,3,2,3,1,1

what are you guys doing for AOE fights

I do not roll locks, but since I A.) stumbled on this OP and B.) am a nerd, I took the code and cleaned it up some.

I took Dark Soul: Instability out of the macro because you will most likely want to roll that up into a separate macro for your bursts (i.e., Blood Fury, trinket/rings, pre-pots, and the like).


Sequences['ChaosBolt'] = {
PreMacro = [[
/targetenemy [noharm][dead]
/console Sound_EnableSFX 0
/stopmacro [channeling:Chaos Bolt]
/stopmacro [channeling:Incinerate]
/stopmacro [channeling:Immolate]
]],
	'/cast Chaos Bolt',
	'/cast Conflagrate',
	'/cast Immolate',
	'/cast Incinerate',
PostMacro = [[
/cast Command Demon
/cast Summon Doomguard
/petattack [@target,harm]
/console Sound_EnableSFX 1
/script UIErrorsFrame:Hide();
]],
}

As I stated, I do not play Destro, so if something is not firing off/proccing correctly/ember starving, please post exactly what the problem is and I can fix it.

–John Q.

can get these to work what are you using? ive tried super macro and toolkit

GnomeSequencer

Not getting anything but incinerate,immolate, and conflag to proc with this macro.