Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Burst macro, remove unnecessary racials lines & place your on-use damage trinket in the last slot :
- #showtooltip Dark Soul: Instability
- /cast Dark Soul: Instability
- /cast Blood Fury
- /use 14
- /cast Chaos Bolt
- /startattack
- Dark Regeneration macro :
- #showtooltip Dark Regeneration
- /cast Dark Regeneration
- /use Healthstone
- /cast Symbiosis
- Mouseover Havoc :
- #showtooltip
- /cast [@mouseover] Havoc
- Focus Havoc :
- #showtooltip
- /cast [@focus] Havoc
- Dispell magic on yourself when playing with sacrifice: Imp (Useful to dispell magic CCs on yourself like fist of justice or freezing trap) :
- /cast [@player] Command Demon
- Dispell magic on your healer when playing with sacrifice: Imp (Useful to dispell magic CCs on your healer like hunter's freezing trap) :
- /cast [@nameOfYourHealer] Command Demon
- Target Spell lock when playing with sacrifice: felhunter :
- #showtooltip Command Demon
- /cast Command Demon
- /cast Spell Lock
- Focus Spell lock when playing with sacrifice: felhunter :
- #showtooltip Command Demon
- /cast [@focus] Command Demon
- /cast [@focus] Spell Lock
- Summon & sacrifice Pet macro :
- #showtooltip Grimoire of Sacrifice
- /cast [nopet] Summon Felhunter
- /run if UnitIsDead("pet") then PetDismiss() end
- /cast [pet] Grimoire of Sacrifice
- Chaos bolt + Startattack :
- #showtooltip
- /cast Chaos Bolt
- /startattack
- Immolate + Startattack :
- #showtooltip
- /cast Immolate
- /startattack
- Conflagrate + Startattack :
- #showtooltip
- /cast Conflagrate
- /startattack
- Incinerate + Startattack :
- #showtooltip
- /cast Incinerate
- /startattack
- Shadowburn macro+startattack :
- #showtooltip Shadowburn
- /stopcasting
- /stopcasting
- /stopcasting
- /cast Shadowburn
- /startattack
- Blood Horror & Unbound Will macro with proper tooltip (Macro name must be 'bfuw') :
- #showtooltip
- /cast Blood Horror
- /cast Unbound Will
- /script n_vt=GetSpellInfo(111397); n_dm=GetSpellInfo(108482)
- /run SetMacroSpell("bfuw", GetSpellInfo(n_vt) or GetSpellInfo(n_dm))
- Cancelaura blood horror macro (useful against warrior's spell reflect) :
- /cancelaura Blood Horror
- Arena Macros :
- /cast [@arena1] Fear
- /cast [@arena2] Fear
- /cast [@arena3] Fear
Advertisement
Add Comment
Please, Sign In to add comment