Elemental Raiding Macro! 7.0.3

I’ve been looking up this forum daily, to see if anyone had some new awesome macros for elemental. But since no oone seemms to put anything out there, i thought i would share my macros, for what im currently using.

Im currently iLvl 847, and tessted this in raiding, and it works decent. Bursting up to 450k with some other macros, and with about 200k sustained

This is my single target macro. The flame shock is fitted in to work with 20 maelstrom. So this means that you have to manually put up the second cast of flame shock to keep it up.
Lightning bolt is on an Shift key modifier, to burst them out during stormkeeper.

Sequences[‘EleST’] = {
author=“Shocktapus@Stormscale”,
specID=262,
version=17,
source = “Local”,
helpTxt = “Talents: 1112231”,
icon=‘INV_MISC_QUESTIONMARK’,
lang=“enUS”,
PreMacro=[[
/targetenemy [noharm][dead]reset=target
/petattack [@target,harm]
]],
“/cast [combat] Stormkeeper”,
“/cast [mod:shift] Lightning Bolt; Lava Burst”,
“/castsequence reset=target Flame Shock, Lightning Bolt, Lightning Bolt, Lightning Bolt, Lightning Bolt, Lightning Bolt, Lightning Bolt, Lightning Bolt, Lightning Bolt, Earth Shock, Lightning Bolt, Lightning Bolt”,
PostMacro=[[
/cast [combat] Doom Winds
/cast [combat] Astral Shift
]],
}

This is the macro i am using for AoE. Got my earthquake totem on another key here aswell.

  • Plus there is a modifier for chain lightning aswell…

Sequences[‘EleAoE’] = {
author=“Shocktapus@Stormscale”,
specID=262,
version=6,
source = “Local”,
helpTxt = “Talents: 1112132”,
icon=‘INV_MISC_QUESTIONMARK’,
lang=“enUS”,
PreMacro=[[
/targetenemy [noharm][dead]
/petattack [@target,harm]
]],
“/castsequence [nochanneling] reset=combat Lava Burst, Flame Shock, Lava Burst”,
“/castsequence [nochanneling] Chain Lightning, Chain Lightning, Chain Lightning”,
“/cast [mod:shift] Chain Lightning; Lava Burst”,
PostMacro=[[
]],
}

Burst macro is not anything special, just Lava Burst. But its here if anybody wants it

#showtooltip Ascendance
/cast Elemental Mastery
/cast Lava Burst
/cast Ascendance

If anyone is rocking some better macros, i would love to hear about it.

Someone please move this to the Ele section instead of the Enh section.