A collection of useful and useful macros for warlock
- Affliction – Felhunter Interrupt Focus
/cast [@focus] Grimoire: Felhunter |
- Affliction – Mortal Coil / Howl of Terror
Macros allow you to have different talents in your third row one bind. If you are looking for either of the first two talents, it works with this feature.
#showtooltip [talent:3/1] soul leech; [talent:3/2] Mortal Coil; [talent:3/3] howl of terror /cast [talent:3/2] Mortal Coil; [talent:3/3] howl of terror |
- Affliction – Reap Souls + Healthstone
Valeric uses two different bonds for a healthy healthstone. One uses only healthstonestone and the other uses both reap souls as well as healthy healthstone.
/cast reap souls /use Healthstone |
- All-in-one curse macro
/cast [pvptalent:3/1] curse of tongues; [pvptalent:3/2] curse of weakness; [pvptalent:3/3] curse of fragility |
- Demonic Circle
#showtooltip Demonic Circle /cancelaura demonic circle /cast Demonic Circle |
- Demonic Circle + Raid Marker
You can use this macro to place an attack marker on your portal so that the healer can be fully aware of which portal belongs to you.
#showtooltip Demonic Circle /cancelaura demonic circle /cast Demonic Circle /click CompactRaidFrameManagerDisplayFrameLeaderOptionsRaidWorldMarkerButton /click DropDownList1Button6 |
- Desto – Havoc Arena 1
/cast [@arena1] havoc |
- Desto – Havoc Arena 2
/cast [@arena2] havoc |
- Desto – Havoc Arena 3
/cast [@arena3] havoc |
- Desto – Havoc Focus
This macro allows you to quickly apply your havoc to your focus without having to change the target. This should be done about every 20 seconds or whenever it disappears.
/cast [@focus] havoc |
- Destro – Mortal Coil / Shadowfury
#showtooltip [talent:3/1] soul leech; [talent:3/2] Mortal Coil; [talent:3/3] shadowfury /cast [talent:3/2] Mortal Coil; [talent:3/3] shadowfury |
- Devour Magic Focus
/cast [@focus] devour magic |
- Dispel Healer
/cast [@HEALERNAMEHERE] singe magic |
- Fear Arena 1
/cast [@arena1] fear |
- Fear Arena 2
/cast [@arena2] fear |
- Fear Arena 3
/cast [@arena3] fear |
- Offensive CDs
#showtooltip Soul Harvest /cast Soul Harvest /cast reap souls /cast firestone |
- See Dispellable Buffs 1
/run b = ‘Buff’ st = ‘Stealable’ mM = ‘Magic’ mB = maxBuffs TFUA = ‘TargetFrame_UpdateAuras’ PFu = PlayerFrame.unit MTB = MAX_TARGET_BUFFS UB = UnitBuff UIE = UnitIsEnemy |
- See Dispellable Buffs 2
/run hooksecurefunc(TFUA,function(s) for i=1,MTB do ,,ic,_,dT=UB(s.unit,i) if(ic and (not s.mB or i<=s.mB)) then fS=_G[s:GetName()..b..i..st] if (UIE(PFu,s.unit) and dT==mM) then fS:Show() else fS:Hide() end end end end) |
- Spell Lock Arena 1
#showtooltip [talent:6/1] shadow lock; [talent:6/2] spell lock /cast [@arena1] spell lock /cast [@arena1] shadow lock |
- Spell Lock Arena 2
#showtooltip [talent:6/1] shadow lock; [talent:6/2] spell lock /cast [@arena2] spell lock /cast [@arena2] shadow lock |
- Spell Lock Arena 3
#showtooltip [talent:6/1] shadow lock; [talent:6/2] spell lock /cast [@arena3] spell lock /cast [@arena3] shadow lock |
- Tongues Focus
/cast [@focus] curse of tongues |