So, Ive been working on a PvE rotation for my ele shamans. This is what Ive come up with:

<Hotkey ScrollLockOn 1>
<Toggle>
<SendLabel w1, w2, w3, w4, w5>
<Key q>
<Toggle>
<SendLabel w1, w2, w3, w4, w5>
<Key 1>
<Toggle>
<SendLabel w1, w2, w3, w4, w5>
<Key 3>
<Toggle>
<SendLabel w1, w2, w3, w4, w5>
<Key 1>
<Toggle>
<SendLabel w1, w2, w3, w4, w5>
<Key 1>


Key q does this:

/use Ruthless Gladiator's Badge of Dominance
/use 10
/use Lifeblood
/cast Elemental Mastery


Key 1 does this:

/assist focus
/cast Lava Burst


Key 3 does this:

/assist focus
/cast Lightning Bolt


What this script will do is this:

First try to use trinkets, racials etc, then use Lava Burst, then Lightning Bolt, then Lava Burst x 3 before trying to cast Lightning Bolt again. This ensures me that my shamans are casting Lava Burst everytime its off CD. Since I tend to spam my dps keys this was the kinda thing I needed to up my DPS significantly.

Any1 else got any tips in how to micro manage Fulimination?