7.0.3 Demo Macro Updated (7/25/2016)

UPDATED : 7/25/2016

**UPDATE V.2 Blizz just nerfed 4piece Tier 18 down to 2% while I think this is still good its not as good as before. Now we will see soon if the rotation will change.

Talents : 1111322
Super easy rotation:
Grimoire: Felguard > Hard cast Demonbolt
Hand of Guldan > Demonic Empowerment > Demobolt (Instant)
(Will also cast Life Tap for mana)
If using summon Doomguard you will also have to hard cast Demobolt for a soul shard

Sequences['DEMOST'] = {
specID = 266,
author = "Dark",
helpTxt = "Single Target – uses Felguard by default – Talents: 1111322",
PreMacro = [[
/clearfocus [@focus,dead]
/cast [nopet] Summon Felguard
/assist [@focus,exists,nodead]
/targetenemy [noharm][dead]
/petattack [@target,harm]
]],
"/castsequence !Grimoire: Felguard, Demonbolt",
"/castsequence Hand of Gul'dan, Demonic Empowerment, Demonbolt, Hand of Gul'dan, Demonic Empowerment, Demonbolt, Hand of Gul'dan, Demonic Empowerment, Demonbolt, Hand of Gul'dan, Demonic Empowerment, Demonbolt, Life Tap",
"/cast !Command Demon",
PostMacro = [[
/use [combat]13
/use [combat]14
]],
}
Sequences[‘DemoST’] = {
specID = 266,
author = “Dark”,
helpTxt = “Single Target – uses Felguard by default – Talents: 1111323”,
PreMacro = [[
/clearfocus [@focus,dead]
/cast [nopet] Summon Felguard
/assist [@focus,exists,nodead]
/targetenemy [noharm][dead]
/petattack [@target,harm]
]],
“/castsequence [combat] Hand of Gul’dan, Demonic Empowerment, Shadow Bolt”,
‘/castsequence [combat] Grimoire: Felguard’,
“/castsequence [combat] Hand of Gul’dan, Demonic Empowerment, Shadow Bolt”,
‘/cast [nochanneling,combat] Command Demon’,
PostMacro = [[
/use [combat]13
/use [combat]14
]],
}

I am trying the macro and it will send the pet and also send the service pet and then it hangs up.

You have to have at least one Soul shard… Sometimes I manually have to cast Shadow Bolt…

Maybe you can help me fix it…

But you should be able to always have instant Shadow Bolt

The hangup is happening at the line
‘/cast [nochanneling,combat] Command Demon’,

The macro continues once this is off cooldown again.

Still working on getting the (Shadow Bolt/Demonbolt) section to cast correctly, will keep the thread updated.

Got a working set going. Talents are 111232. Will try with Soul Conduit instead of Demonbolt to see if DPS increase.

Sequences[“DemoST”] = {
PreMacro = [[
/targetenemy [noharm][dead]
/startattack
]],
“/castsequence [combat] Demonbolt, Demonbolt, Hand of Gul’dan, Demonic Empowerment, Demonbolt”,
“/castsequence [combat] Grimoire: Felguard”,
“/castsequence reset=target Demonbolt, Demonbolt, Hand of Gul’dan, Demonic Empowerment, Demonbolt”,
“/cast [nochanneling,combat] Command Demon”,
PostMacro = [[
/startattack
/petattack
]],
}

Sequences['DEMOST'] = {
specID = 266,
author = "Dugrall",
helpTxt = "Single Target – uses Felguard by default – Talents: 1111322",
PreMacro = [[
/clearfocus [@focus,dead]
/cast [nopet] Summon Felguard
/assist [@focus,exists,nodead]
/targetenemy [noharm][dead]
/petattack [@target,harm]
]],
"/castsequence Demonic Empowerment, Hand of Gul'dan",
"/cast [nochanneling] Demonbolt",
"/cast [nochanneling] Demonbolt",
"/cast Grimoire: Felguard",
"/cast Command Demon",
PostMacro = [[
/use [combat]13
/use [combat]14
]],
}

Try this so far WoW… a huge dps boost for me

Nice… I will try this!

Will say you will burn through Mana in no time but just keep Life Tap handy and your golden.

Ok… so Dugrall I tried your Macro… It would hard cast Demonbolt.
This rotation should allow you to be able to have instant cast’s all the time.
I figured out why it hangs after casting “Grimoire: Felguard” = No soul shards.
I modified it to hard cast demobolt after Grimoire: Felguard in order to recast Hand of gul’dan and get back into the rotation.
I also made to rotation sequence longer and added life tap. no more worrying about Mana.

Sequences['DEMOST'] = {
specID = 266,
author = "Dark",
helpTxt = "Single Target – uses Felguard by default – Talents: 1111322",
PreMacro = [[
/clearfocus [@focus,dead]
/cast [nopet] Summon Felguard
/assist [@focus,exists,nodead]
/targetenemy [noharm][dead]
/petattack [@target,harm]
]],
"/castsequence !Grimoire: Felguard, Demonbolt",
"/castsequence Hand of Gul'dan, Demonic Empowerment, Demonbolt, Hand of Gul'dan, Demonic Empowerment, Demonbolt, Hand of Gul'dan, Demonic Empowerment, Demonbolt, Hand of Gul'dan, Demonic Empowerment, Demonbolt, Life Tap",
"/cast !Command Demon",
PostMacro = [[
/use [combat]13
/use [combat]14
]],
}

Just tested this for 5 mins straight on the target dummies in the Garrison (right one) I was at 81k dps @ 724 iLvl…

OMG!!! over 100k that is amazing I would call that a finish project for sure. GREAT JOB!!!

The post a few before mine has a macro that works amazing on test dummies and out farming stuff BUT the moment I got in a dungeon it was beyond horrible which makes no sense to me as i let this run on a test dummy for 3 mins to see what it would average out at and it was decent yet in a dungeon it was like it wasn’t working properly or something.

The only thing I noticed it a possible lock up while farming where it just stopped working altogether for about 2 mins then was able to be used again but never had any dps issues like the dungeon when farming or on dummies.

Any thoughts?

Dark ones working great - thanks!

Awesome guys! Thanks for the input and help! I’m glad we could get this working!

Let me know if we should add anything else to it.

Dark’s macro hangs after command demon for me

[quote quote=30262]Dark’s macro hangs after command demon for me

[/quote]

same for me no idea why :confused: talents changed and pet but still it stops after command demon ;/

Hey guys… I have an updated one later in the thread. I will update original post with the current macro.

[quote quote=30291]Hey guys… I have an updated one later in the thread. I will update original post with the current macro.

[/quote]

That’s the one I’m using

He is using a mac I guess here is the one for windows

Sequences['DEMOST'] = {
specID = 266,
author = "Dark",
helpTxt = "Single Target – Talents: 1111322",
PreMacro = [[
/clearfocus [@focus,dead]
/cast [nopet] Summon Felguard
/assist [@focus,exists,nodead]
/use Draenic Intellect Potion
/targetenemy [noharm][dead]
/petattack [@target,harm]
]],
"/castsequence Grimoire: Felguard, Demonbolt",
"/castsequence Hand of Gul'dan, Demonic Empowerment, Demonbolt, Hand of Gul'dan, Demonic Empowerment, Demonbolt, Hand of Gul'dan, Demonic Empowerment, Demonbolt, Hand of Gul'dan, Demonic Empowerment, Demonbolt, Life Tap",
"/cast !Command Demon",
PostMacro = [[
/use [combat]13
/use [combat]14
/use [combat] Draenic Intellect Potion
]],
}

Its getting hung too, every macro so far has me shard starved and locks up or is not casting what needs to be cast