WotLK Classic Guide to Warlock's Best Macros

Last updated on Jun 26, 2023 at 15:12 by Crix 4 comments

Welcome to our Macros guide for Warlock where you will find out what the best macros are for your Warlock in WotLK Classic.

1.

Overview

The macros on this page are broken down into general Warlock macros and macros intended for the specific specializations.

2.

Macros for Warlocks in Wrath of the Lich King Classic

2.1.

General Macros

2.1.1.

Focus and Mouseover Cast

  • #showtooltip Corruption
  • /cast [@focus,mod:alt][@mouseover,mod:ctrl][@target] Corruption

This macro allows you to cast any spell you wish to insert into the macro without having to change your target. If you press the ALT key and the keybind, you will cast it on your focus, and if you use the CTRL key, you will cast it on the target you are currently mousing over with your cursor. Most of my spells are on a mouseover and it's high suggested. It helps us easily be able to put up DoT's on other enemies, while never untargetting the boss.

2.2.

Demonology Metamorphosis

  • #showtooltip Metamorphosis
  • /cast [form:0] Metamorphosis

This is a mandatory macro that will protect you from accidentally canceling your Metamorphosis IconMetamorphosis while in form. Without this macro, if you press your Meta keybind while you're in Meta form, it will cancel it, making you waste so much of your Meta. Make sure to use this to prevent that from ever happening.

2.3.

Seed of Corruption mega macro

  • #showtooltip Seed of Corruption
  • /cast Demonic Empowerment
  • /cast [@pettarget, exists] Cleave
  • /cast [@pettarget, exists] Shadow Bite
  • /cast [@mouseover, harm, nodead][@target] Seed of Corruption

This macro uses your Demonic Empowerment IconDemonic Empowerment if Demonology, tells your Felguard or Felhunter to use their main ability and also is a mouseover for Seed of Corruption IconSeed of Corruption. This will save you some keybinds, as well as make sure you don't forget about your Demonic Empowerment IconDemonic Empowerment if you're Demonology.

Spellstone or Firestone macro

  • #showtooltip Spellstone
  • /cast Create Spellstone
  • /use Grand Spellstone
  • /use 16
  • /click StaticPopup1Button1

This is a helpful macro that if you press it once, it will Create Spellstone IconCreate Spellstone or Create Firestone IconCreate Firestone if your Destruction. If you press it agian, it will use the Spellstone on your weapon. This macro allows you to skip having to click the stone, then click your weapon, then click yes to put it on.

2.4.

Clearing Soul Shards

  • /cast Drain Soul
  • /run i="Soul Shard"d=GetItemCount(i)-20 for x=0,4 do for y=1,GetContainerNumSlots(x)do if(d>0)then l=GetContainerItemLink(x,y)if l and GetItemInfo(l)==i then PickupContainerItem(x,y)DeleteCursorItem()d=d-1 end end end end

This macro will remove any Soul Shards in excess of 20 shards, but you can adjust the number left over by changing the "20" in the macro.

3.

Warlock Addons

While macros can certainly be helpful in improving your gameplay, their scope is fairly limited when compared to addons. You can learn more about what is possible with addons on our dedicated page below.

4.

Changelog

  • 26 Jun. 2023: Updated page for Phase 3 and added more macros
  • 26 Sep. 2022: Page added
Show more
Show less