Level 100
iLvl 693 - 2pc - NO legendary Ring - NO Class Trinket
Level 3 Garrison Target Dummy Damage - 42.4k burst avg 29.1k
Talent Build: 2,3,2,2,2,1,1
Major Glyphs:
1.) Glyph of Siphon Life – Recommended. Provides a small survivability boost.
2.) Glyph of Imp Swarm – Optional: Good for fights with burst phases.
3.) Glyph of Eternal Resolve – Optional: Survivability boost against constant damage.
Minor Glyphs:
1.) Glyph of Enslave Demon – Optional: Useful if you get to enslave a strong add.
2.) Glyph of Crimson Banish – Optional: For the pretty colors!
3.) User Choice
Used to build Demonic Power
Sequences["Lock_Demo_ST"] = {
StepFunction = [[
limit = limit or 1
if step == limit then
limit = limit % #macros + 1
step = 1
else
step = step % #macros + 1
end
]],
PreMacro = [[
/cast [nopet]Summon Felguard
/targetenemy [noharm][dead]
/petattack [@target,harm]
/petautocastoff [group] Threatening Presence
/petautocaston [nogroup] Threatening Presence
]],
"/cast Hand of Gul'dan",
'/cast Demonbolt',
'/castsequence reset=target/8 Corruption,Shadow Bolt,Corruption,Shadow Bolt,Shadow Bolt,Soul Fire',
'/cast Soul Fire',
'/castsequence reset=target/60 Dark Soul: Knowledge',
PostMacro = [[
/startattack
/cast [nochanneling][combat] Blood Fury
/run UIErrorsFrame:Clear()
]],
}
When you hit 1,000 Demonic Fury, Switch to this macro. It will start with switching forms, then begin to destroy your target.
Sequences["Lock_Demo_Pwn"] = {
StepFunction = [[
limit = limit or 1
if step == limit then
limit = limit % #macros + 1
step = 1
else
step = step % #macros + 1
end
]],
PreMacro = [[
/cast [noform] Metamorphosis
/targetenemy [noharm][dead]
/petattack [@target,harm]
/petautocastoff [group] Threatening Presence
/petautocaston [nogroup] Threatening Presence
]],
'/cast Demonbolt',
'/cast Chaos Wave',
"/castsequence [nochanneling] reset=target Touch of Chaos,Imp Swarm,Corruption,Soul Fire,Soul Fire,Soul Fire,Doom,Soul Fire,Soul Fire,Doom",
'/castsequence reset=target/60 Dark Soul: Knowledge',
PostMacro = [[
/startattack
/cast [nochanneling][combat] Blood Fury
/run UIErrorsFrame:Clear()
]],
}
If you like macro set, please let me know. If you’ve found a better layout or would like to suggest a modification please let me know. Always looking for ways to improve my macros. Thank you for reading.