Elemental 5.4.8 Easy Macro Request

Hi all guys, this is my first post on this website but i read a lot here since 1 year ago and i really appreciated how you improved my gameplay with your super macros :slight_smile:
I finally got some gear on my ele shaman and after trying some macros from here i have a simple request for you :slight_smile:
I basically need a macro that does a normal rotation prioritising procs/cds.
I describe a standard situation and what i want to do with the macro:
I open with Flame Shock manually. (In this way I’m feeling free to manage different targets and achieve more procs for Lava Burst)
Now I’ll just click the macro and it should be like that:

  • cast Elemental Blast on cooldown
  • cast Lava Burst on cooldown
  • spam Lightning Bolt if Elemental Blast and Lava Burst are on cooldown

Macros I’ve tested here are fine but sometimes they don’t prioritise Lava Burst procs.
So: LavaBurstProc>>ElementalBlast>>LavaBurst>>LightningBolt.

PS: I also manually cast Earth Shock so don’t worry about that.
Unleash Elements it’s just a waste of GCD imho so I will not use it.
Last thing, I play on EU and my ping range is 30-60.
That’s all guys, sorry for my bad english and mistakes but I come from Italy :slight_smile:
Thank you to all of you who are going to help me :smiley: see ya

I have two options.

I prefer this one

/cast [mod]flame shock
/castsequence reset=0.3 1,lava burst
/castsequence lightning bolt, lightning bolt, lightning bolt, lightning bolt, lightning bolt
/cast lava burst
/startattack

Or this one, it is not as quick to eat up surge procs tho.

/cast [mod]flame shock
/castsequence reset=0.3 1,1,1,lava burst
/castsequence reset=0.5 1,1,lightning bolt
/castsequence reset=0.3 1,lava burst
/cast lava burst
/startattack

I do not use EB, i prefer PE. But here is a shot tryin to weave it in.

/cast [mod]flame shock
/castsequence reset=0.3 1,elemental blast
/castsequence lightning bolt, lightning bolt, lightning bolt, lightning bolt, lightning bolt
/cast lava burst
/startattack

these are what i am using and always get major dps and procs no lockups

single

#showtooltip
/targetenemy [noharm][dead]
/startattack
/castsequence reset=0.3 0,0,0,0,Elemental Blast
/castsequence reset=0.3 0,0,0,Flame Shock
/castsequence reset=0.3 0,0,Lava Burst
/castsequence reset=0.3 0,Lightning Bolt,Flame Shock
/castsequence reset=1 lightning bolt,lightning bolt,earth shock,lightning bolt
/cast [combat] Earth Shock
/cast [combat] blood Fury
/cast [combat] Astral Shift
/script UIErrorsFrame:Hide();

aoe

#showtooltip
/targetenemy [noharm][dead]
/startattack
/castsequence reset=0.3 0,0,0,0,Elemental Blast
/castsequence reset=0.3 0,0,0,Flame Shock
/castsequence reset=0.3 0,0,Lava Burst
/castsequence reset=0.3 0,Chain lightning,Flame Shock
/castsequence reset=1 Chain lightning,Chain lightning,earth shock,Chain lightning
/cast [combat] Earth Shock
/cast [combat] blood Fury
/cast [combat] Astral Shift
/script UIErrorsFrame:Hide();