Hi all,
My first attempt at making a Macro…
This macro will cast Demon Spikes every 5 seconds giving you about a 60% uptime.
Other uptimes: (spirit bomb) 99.1%
Lights Embrace 80% so healing is nice and steady.
Your Soul Fragments are primarily consumed by:
Spirit Bomb and Fracture and are your #1 and #2 damage dealers
YOU WILL have to manage your FIERY BRAND Separately for better mitigation during boss fight as well as METAMORPHOSIS
Currently @ilvl 954 im averaging 700k DPS and will burst higher.
These figures are all UNBUFFED.
Legos used Oblivion’s Embrace (Legs) - Archimonde’s Hatred Reborn (Trinket)
4pc T21
I will continue to improve the macro and update here.
Warcraftlogs and Screenshots on 2nd post below
Feedback is appreciated
Sequences['Adramelekh'] = {
-- This Sequence was exported from GSE 2.2.08.
Author="Adramelekh",
SpecID=581,
Talents = "1222131",
Default=1,
MacroVersions = {
[1] = {
Trinket1=true,
Trinket2=false,
Head=false,
Neck=false,
Belt=false,
Ring1=false,
Ring2=false,
StepFunction = "Sequential",
LoopLimit=16,
KeyPress={
"/targetenemy [noharm][dead]",
},
PreMacro={
},
"/use Immolation Aura",
"/use [@player] Sigil of Flame",
"/use Soul Carver",
"/use Immolation Aura",
"/use [@player] Infernal Strike",
"/use Fracture",
"/use Spirit Bomb",
"/use Shear",
PostMacro={
"/use Demon Spikes",
"/use Empower Wards",
"/cast Throw Glaive",
},
KeyRelease={
},
},
},
}