Elemental PVE 7.0.3 LavaBlast

This macro should be completely spammable. The idea of the setup/talents is to focus on Lava Burst and generating Lava Surge. This macro will also put you in Ghost Wolf form if not in combat which is a nice secondary utility. Currently Earth Shock and Ascendance are on another button as the this macro is proc heavy and would be hard to maximize the DPS from those two situational spells within this script. I am however working on advancing this a bit more.

Sequences[‘WVElemental’] = {
specID = 262,
author = “Wastedvoodoo @ wowlazymacros”,
helpTxt = “Single Target - Talents 1313131”,
PreMacro = [[
/targetenemy [noharm][dead]
/cast [noform][nocombat] Ghost Wolf
]],
“/cast [combat] Lava Burst”,
“/castsequence [nochanneling] reset=combat/target Flame Shock, Lightning Bolt, Lightning Bolt, Lightning Bolt, Lightning Bolt, Lightning Bolt, Lightning Bolt, Lightning Bolt, Lightning Bolt”,
PostMacro = [[
]],
}