Thursday, September 15, 2011

Lifeblood, Berserking, Elemental Mastery

So, I am an idiot.

Here's Kuan's Chain Lightning macro. It's set this way so I don't blow a substantial percentage of the Berserking buff waiting on the GCD of an instant cast (proc'd by the Elemental Mastery). Lightning Bolt and Lava Burst are similarly macro'd.

#showtooltip Chain Lightning
/stopmacro [nocombat,noharm]
/castsequence [combat] reset=15 Elemental Mastery, Berserking
/script UIErrorsFrame:Clear()
/cast Chain Lightning

I totally spaced on how Lifeblood was a 20s buff of 480 haste with a 2m cooldown.

Berserking is still a 3m cooldown.

Elemental Mastery is 3m too, but subject to Feedback, which reduces its cooldown by 3 seconds every time.

I messed with putting the sequence with Lifeblood in between there, and tried it on a heroic dummy just to watch the result, and was unpleased. That setup really doesn't work too well, since the cast sequence will "stick" on the spell that isn't on cooldown.

So, I'm going to unwind the cast sequence. It'll blow a portion the Berserking at first pull but it won't really matter, the GCD is also hastened.

#showtooltip Chain Lightning
/stopmacro [nocombat,noharm]
/cast Elemental Mastery
/cast Lifeblood
/cast Berserking
/script UIErrorsFrame:Clear()
/cast Chain Lightning

No comments: