Wowpedia

We have moved to Warcraft Wiki. Click here for information and the new URL.

READ MORE

Wowpedia
(added macro)
Line 26: Line 26:
   
 
<u>''' All DoT's and instant damage'''</u>
 
<u>''' All DoT's and instant damage'''</u>
/cast [mod:shift] (spell)
+
<pre>/cast [mod:shift] (spell)
 
/cast [mod:ctrl] (spell)
 
/cast [mod:ctrl] (spell)
 
/cast [mod:alt] (spell)
 
/cast [mod:alt] (spell)
/cast [mod:z] (instant damage spell)
+
/cast [mod:z] (instant damage spell)</pre>
 
*Use: Press shift to do your first dot my lock uses immolate, ctrl for a different dot my lock uses curse of agony and alt for your last dot my lock uses corruption as its shortest length and then while there up to save even more room on you action bar hold z to do a instant damage spell while you wait for dots to come off and repeat when u want more dots
 
*Use: Press shift to do your first dot my lock uses immolate, ctrl for a different dot my lock uses curse of agony and alt for your last dot my lock uses corruption as its shortest length and then while there up to save even more room on you action bar hold z to do a instant damage spell while you wait for dots to come off and repeat when u want more dots
 
*works 3.3
 
*works 3.3
 
*note: i have only tested on my level 9 warlock so you can use any higher level abilitys and also link the ability from spell book or it wont work
 
*note: i have only tested on my level 9 warlock so you can use any higher level abilitys and also link the ability from spell book or it wont work
  +
*Invented by bullzy/pwnzór on stormrage EU
   
 
= 3.1 Demonology Macros =
 
= 3.1 Demonology Macros =

Revision as of 19:09, 4 June 2010

Classes Deathknight Demon hunter Druid Evoker Hunter Mage Monk Paladin Priest Rogue Shaman Warlock Warrior
Class races DK DH Dr Ev Hu Ma Mo Pa Pr Ro Sh Wl Wr
Quests DK DH Dr Ev Hu Ma Mo Pa Pr Ro Sh Wl Wr
Abilities DK DH Dr Ev Hu Ma Mo Pa Pr Ro Sh Wl Wr
Trainers DK DH Dr - Hu Ma Mo Pa Pr Ro Sh Wl Wr
Armor sets DK DH Dr Ev Hu Ma Mo Pa Pr Ro Sh Wl Wr
Useful macros DK DH Dr - Hu Ma Mo Pa Pr Ro Sh Wl Wr
Class Halls DK DH Dr - Hu Ma Mo Pa Pr Ro Sh Wl Wr
Macros
General guides

Macros Beginners Guide
Making a macro
Macro conditionals
Macro commands
Category:Macros

Useful macros by class

Useful macros for death knights Useful macros for demon hunters Useful macros for druids Useful macros for hunters Useful macros for mages Useful macros for monks
Useful macros for paladins Useful macros for priests Useful macros for rogues Useful macros for shamans Useful macros for warlocks Useful macros for warriors

Macro Formatting Guidelines

Note: With the release of 6.0.2, many spells have been renamed, and much of the scripted command functionality has been modified. In an effort to keep Wowpedia posts relevant, please re-validate and re-post macros that work in the current version.

Re-Creating Old Macros

When re-creating a macro in Useful macros please

  • follow the example format posted below (to get the frame around your macro, add a space before you start it)
  • describe what it does
  • note the version of WoW in which you tested it
  • remove it from the Old Macros page

Example Macro

/y Hooray, I made a macro!
  • Use: This yells, "Hooray, I made a macro!"
  • Works in 6.x

Quick Tips for Reading and Understanding Macros

  • /cast and /use function exactly the same.
  • You do not need spaces anywhere other than after the initial /command in each line of a macro and in the names of spells which consist of multiple words.
  • [Square Brackets] contain conditionals; meaning the spell will only be cast if the [condition] is true.
  • [mod:shift] and [modifier:shift] function exactly the same.
  • If you are making a conditional macro involving pets, you can replace the word "felhunter" in [pet:felhunter] with your own Felhunters name. Same idea for other pets.
  • For example, the following two macros will do the exact same thing if your Felhunters name is Maazhem:
/cast [pet:felhunter, nomodifier:shift] Spell Lock; [pet:felhunter, modifier:shift] Devour Magic; [pet:succubus] Seduction
/use [pet:maazhem,nomod:shift]Spell Lock;[pet:maazhem,mod:shift]Devour Magic;[pet:succubus]Seduction

3.1 Affliction Macros

Haunt, then Curse of Exhaustion

/castsequence reset=target/combat/5 Haunt, Curse of Exhaustion
  • Use: Haunts, then after casting Haunt uses Curse of Exhaustion. This macro resets (starts from beginning [1]Haunt -> [2]Exhaustion] when the following things happen. Target is switched, Combat is engaged/disengaged, and 5 seconds after casting Haunt.
  • Works in 3.1.3

All DoT's and instant damage

/cast [mod:shift] (spell)
/cast [mod:ctrl] (spell)
/cast [mod:alt] (spell)
/cast [mod:z] (instant damage spell)
  • Use: Press shift to do your first dot my lock uses immolate, ctrl for a different dot my lock uses curse of agony and alt for your last dot my lock uses corruption as its shortest length and then while there up to save even more room on you action bar hold z to do a instant damage spell while you wait for dots to come off and repeat when u want more dots
  • works 3.3
  • note: i have only tested on my level 9 warlock so you can use any higher level abilitys and also link the ability from spell book or it wont work
  • Invented by bullzy/pwnzór on stormrage EU

3.1 Demonology Macros

The conditional for Metamorphosis is [form:2].

Metamorphosis on one button

This places all of the Metamorphosis specific spells onto one button. Clicking with no modifiers will trigger Metamorphosis on the first click and Immolation Aura on the second click. Metamorphosis does not trigger the Global Cooldown however you will still need to click twice to trigger Immolation due to it's requirement that the Meta be active to cast.

#showtooltip
/cast [modifier:alt] Demon Charge(Demon)
/cast [modifier:ctrl] Challenging Howl(Demon)
/cast [modifier:shift] Shadow Cleave(Demon)
/cast [nomodifier] Immolation Aura(Demon)
/cast [nomodifier] Metamorphosis
  • Validated: 3.2.0
  • Credit: Ozmodius of Runetotem (US)


Always Use Metamorphosis, Demonic Empowerment and/or Trinkets

When activated, this will use any available trinket, cast Metamorphosis, cast Spell warlock demonicempowerment [Demonic Empowerment] when an Imp or Felguard is summoned, and cast your regular spell. Change all occurrences of Curse of Agony to the spell of your choice.

#showtooltip Curse of Agony
/use 13
/use 14
/use Metamorphosis
/use [pet:Felguard] [pet:imp] Demonic Empowerment
/script UIErrorsFrame:Clear()
/use Curse of Agony

This version allows for focus casting when the ALT key is held. Without holding alt, casts on your current target.

#showtooltip Curse of Agony
/use 13
/use 14
/use Metamorphosis
/use [pet:felguard][pet:imp]Demonic Empowerment
/script UIErrorsFrame:Clear()
/use [target=focus,mod:alt,harm][nomod:alt,harm]Curse of Agony

Both versions will stop error messages from appearing on your screen but audible messages will still occur so you may wish to turn off Error Speech in the sound options.


This version will turn the error speech off during the casting and back on once it is done. It will NOT remove the visual error messages.

#showtooltip shadow bolt
/console Sound_EnableSFX 0
/use 13
/use 14
/use Metamorphosis
/use Demonic Empowerment
/use shadow bolt
/script UIErrorsFrame:Clear()
/console Sound_EnableSFX 1
  • Validated: 3.2.0
  • Credit: Ozmodius of Runetotem (US)

Lazy Demonology DPS Macro

This Macro is for easy DPS as Demonology (0/56/15 spec). Simply spam the macro until the end, then when your DoTs fall off, press again three times (four times if you're using the Glyph of Life Tap). If you're moving around a lot and the macro gets stuck in the middle, you'd hold shift to start the macro from the beginning. In between using this macro, spam Incinerate, or Soul Fire when Decimation is active. The macro also automatically makes your pet attack your target and activates Demonic Empowerment (which can be fit in outside of the cast sequence since it's not on the GCD). You can omit Rank 1 Life Tap if you're not using the Glyph of Life Tap, or Shadow Bolt if you have another warlock with the ISB talent, or substitute whatever curse you may prefer or be asked to use instead of CoE. You can also include Metamorphosis and/or a trinket at the end, using the same command as DE, assuming you're in a situation where it's not vital to use CDs at any specific point (e.g, heroics).

#showtooltip
/castsequence reset=target/shift,12 Corruption, Immolate, Shadow Bolt, Life Tap(Rank 1), Curse of the Elements
/petattack
/cast Demonic Empowerment
/script UIErrorsFrame:Hide() 
  • Validated: 3.3.0
  • Credit: Bakwasgids of Ravencrest (US)

3.1 Destruction Macros

3.1 All Warlock Macros

Max effect Healthstone

  • This will change your armor to the Demon Armor (+26% increased healing if you have 3 points in Demonic Aegis) before it uses the Fel Healthstone. On the third mash it will switch back to your Fel Armor.
#showtooltip Fel Healthstone
/castsequence reset=target Demon Armor(Rank 8), Fel Healthstone, Fel Armor(Rank 4)
  • Works in 3.2

Immolate+Incinerate

This will cast Immolate then Incinerate 5 times. It will reset:

  • If you change target;
  • If you leave combat;
  • After 13 seconds (when Immolate goes off)
#showtooltip 
/castsequence [nomod] reset=target/combat/13 Immolate,Incinerate,Incinerate,Incinerate,Incinerate;[mod:shift] Incinerate; Immolate

Works in 3.2

Mount Macros

Simplified Mounting Macro

This will automatically select your preferred flying or ground mount depending on where you are (you will need to have cold weather flying for this to work in Northrend). It will also dismount you if you are already on a mount.

/cast [nomounted] Albino Drake
/cast [nomounted] Dreadsteed
/dismount [mounted]

If you use the Metamorphosis talent then this extended version of the previous macro will remove the Metamorphosis buff from your character allowing you to instantly mount up (currently, the Metamorphosis buff does not allow the player summon a mount).

/cancelaura Metamorphosis
/cast [nomounted] Albino Drake
/cast [nomounted] Dreadsteed
/dismount [mounted]
  • Validated: 3.2.0
  • Credit: Ozmodius of Runetotem (US)

Life Tap Macro

When activated without holding ALT, this macro will cast the highest level of Life Tap available to your character. When ALT is held, it will cast the lowest.

#showtooltip [mod:alt]Life Tap(Rank 1);[nomod:alt]Life Tap
/use [mod:alt]Life Tap(Rank 1);[nomod:alt]Life Tap

Demonic Circle

When activated without holding ALT, this macro will teleport you to your Demonic Circle. When ALT is held, you will summon a new Demonic Circle

#showtooltip [nomod:alt]Demonic Circle: Teleport;[mod:alt]Demonic Circle: Summon
/use [mod:alt]Demonic Circle: Summon;[nomod:alt]Demonic Circle: Teleport

Basic DoTs

Casts your Corruption and Curse of Agony with one button by tapping this macro.

/castsequence reset=10 Corruption, Curse of Agony

Devour Magic

If you have your felhunter out, it will cast Devour Magic on yourself, removing a magical debuff. If there is no magical debuff on you, your felhunter will devour a magical debuff from itself. If there is no magical debuff on either you or your felhunter, it will devour your current target. If your felhunter is not out, it will do nothing.

#showtooltip Devour Magic
/stopmacro [nopet:felhunter]
/use [target=player][target=pet][]Devour Magic

Pet attack toggle button

Simple, one-button attack/return. Won't change Aggressive, Defensive, or Passive status.

/petattack [target=pettarget,noexists]
/petfollow [target=pettarget,exists]

Bubble/Kick/Sap

This puts the Voidwalker's Sacrifice, the Felhunter's Spell Lock, and the Succubus's Seduction all in one button. The effect and tooltip shift depending on which pet you have out. Make sure the "?" image is selected for the tooltips to shift.

#showtooltip [pet:voidwalker] Sacrifice; [pet:felhunter] Spell Lock; [pet:succubus] Seduction
/use [pet:voidwalker] Sacrifice; [pet:felhunter] Spell Lock; [pet:succubus] Seduction

When you have one or two trinkets that have a use effect that increases spell damage or some other kind of effect that you always want in use during combat you normally have use them manually or at best, click a button for it in the hot bar.

This macro will allow you to use whichever trinket is not on cooldown and cast one of the spells that it helps without causing an error message to appear due to either one or both of the trinkets being on cooldown.

#showtooltip Shadow Bolt
/use 13
/use 14
/script UIErrorsFrame:Clear()
/cast Shadow Bolt 

This version allows you to press the ALT key to cast the spell on your [focus] instead of your target. Works best with the [FocusFrame] add-on.

#showtooltip Shadow Bolt
/use 13
/use 14
/script UIErrorsFrame:Clear()
/cast [modifier:alt,target=focus] Shadow Bolt
/cast [nomodifier,target=target] Shadow Bolt
/clearfocus [target=focus, dead] 
  • Validated: 3.2.0
  • Credit: Ozmodius of Runetotem (US)

OLD MACROS BELOW

The macros below this line have not been validated to work in 3.1. Use at your own risk.

General Macros

Immolate & Incinerate in one button

On regular click this will cast Incinerate, hold down alt to cast Immolate.

#showtooltip
/cast [mod:alt]Immolate;Incinerate

Make sure that you select the "question mark" for the buttons icon so the proper icon will show up (Incinerate as it's default). When you hold ALT the button will change to show the Immolate icon.

PvP Prep

Buff Party - Invisibility

#showtooltip
/targetfriend
/cast Detect Invisibility

Buff Self - Armor/Pats

PvP with Pet This one buffs you with Demon Armor, Soul Link, and Detect Invisibility.

#showtooltip
/castsequence [target=player] Demon Armor, Soul Link, Detect Invisibility

This macro will summon your Voidwalker if he's not already out. Feel free to substitute different pets/armors if your situation differs!

/use [nopet:voidwalker]Fel Domination
/use [nopet:voidwalker]Summon Voidwalker
/use [pet:voidwalker]Demon Armor

And another one, especially useful after a pet has been killed, sacrificed, or dismissed. Summons your steed after your buffs, so you can get back to the action.

#showtooltip
/castsequence [nopet,mod:alt] Summon Voidwalker; [nopet,mod:ctrl] Summon Felhunter; [nopet] Summon Felguard; [pet] reset=4 Soul Link, Demon Armor, Summon Dreadsteed

Grind Macro

This is intended for grinding. The assumption is that you have the following spells: Curse of Agony, Corruption, Drain Life, Health Funnel and Drain Soul. You should have some level of these spells by level 12. After that point, the macro will just use the most advanced version of each spell (except Drain Soul). The Voidwalker or Felguard are good pets when using this macro.

To use, simply press the button when each spell is finished. To drain the soul (and create a soul shard)hold down the <Alt> key while pressing the button.

 /petattack
 /cast [mod:alt] Drain Soul
 /cast [nocombat] Curse of Agony
 /castsequence reset=target/combat Corruption,Life Tap,Drain Life,Health Funnel,Shoot

And another one (without pet attack):

#showtooltip
/castsequence [mod:ctrl] Searing Pain; [mod:alt] Incinerate; reset=10/combat/target Immolate, Corruption, Incinerate, Life Tap, Drain Life, Searing Pain

And another one (with pet attack):

/petattack
/castsequence [mod:ctrl] Searing Pain; [mod:alt] Incinerate; reset=10/combat/target Immolate, Corruption, Incinerate, Life Tap, Drain Life, Searing Pain


Trinkets + Curse of Doom

This macro will use your available Trinket, and Curse of Doom all in one button.

#showtooltip Curse of Doom
/use 13
/use 14
/use Curse of Doom

Be wary this will still cast Curse of Doom regardless if you have a trinket available.

Multidrain

All three drains on a single button (via ctrl and alt).

#showtooltip
/cast [mod:ctrl]Drain Mana; [mod:alt]Drain Life;Drain Soul

If you do NOT want to be able to start your drain over before it is completely channeled, use this instead:

#showtooltip
/cast [mod:ctrl,nochanneling:Drain Mana]Drain Mana; [mod:alt,nochanneling:Drain Life]Drain Life; [nochanneling:Drain Soul]Drain Soul

Mount Macros

  • Due to changes to mount spell mechanics, you are no longer required to specify zone and fly/nofly status in your macros. So long as the flying mount is listed first you will always select the correct type of mount, with no error message. The following macros may contain unneeded commands and conditionals.

If you are in a zone where you can use your flying mount this macro will use that. If not it will summon your Dreadsteed.

/stopmacro [flying]
/use [outdoors,nomounted,nomodifier:ctrl,flyable] Ebon Gryphon; [outdoors,nomounted]Dreadsteed
/dismount [mounted]

As an alternative a more advanced macro can be used. This differs from the above form in that it shows the appropriate tooltip based on what mount you are able to currently use. It also allows the use of the ALT key to summon the Dreadsteed within areas that allow flying. This macro also prevents you from accidentally dismounting while in the air. The outdoor check was omitted to save space.

#showtooltip [mod:alt]Dreadsteed; [flyable]Tawny Windrider;Dreadsteed
/use [nomounted,mod:alt]Dreadsteed; [nomounted,flyable]Tawny Windrider; [nomounted]Dreadsteed
/dismount [mounted,noflying]

Same concept as the above macro, but will allow you to summon your Dreadsteed by pressing ctrl even in a flyable area, if you so desire. Also enables you to summon a minion of your choice (in this example a Felguard). Replace with your windrider and minion of choice.

#showtooltip
/use [mod:ctrl]Dreadsteed; [mod:alt]Summon Felguard; [flyable]Blue Windrider;Dreadsteed
/dismount [noflying,mounted]

Crowd Control

Fear / Banish Focus Macro

This is a rather complex macro, utilizing focus to keep track on the target. Casting fear or banish will hit your target as well as create a focus of which all consecutive fears and banishes will target. Having a dead focus will be treated as if you had no focus.

  • No modifier casts Howl of Terror
  • Alt fears the target
  • Ctrl banishes the target
  • Ctrl+Shift banishes down-ranked
  • Shift clears your focus
/cast [nomod]Howl of Terror
/stopmacro [nomod]
/focus [mod:shift,nomod:ctrl]none;[target=focus,harm,nodead]focus;[harm,nodead];none
/cast [target=focus,mod:alt]Fear;[target=focus,mod:ctrl,mod:shift]Banish(Rank 1);[target=focus,mod:ctrl]Banish

Chain-Fear Focus Macro

  • If you do not have a focus it will set focus on your mouseover target.
  • It will cast fear on your focus.
  • If you do not have a focus, it will cast fear on your target.
  • Will null your focus if you click the macro button with the control key held down, or if your target is dead.
#showtooltip
/focus [target=focus, noexists][target=focus, dead] mouseover
/cast [target=focus, exists] Fear; Fear
/stopmacro [nomodifier]
/clearfocus [modifier:ctrl]

Note that if you select the macro picture INV Misc QuestionMark the first line of the macro will make this icon the fear spell, and will allow your usual tooltip to display


Pet Macros

All pet abilities in one button / AI

221 characters long to get the most out of all pet abilities, this macro will:
1. If you have a Succubus out, cast Seduction on your focus.
2. If you have an Imp out, cast Dark Pact.
3. if you have a Felhunter out, cast Spell Lock on your focus.
4. If in combat with a voidwalker, cast Dark Pact and then Sacrifice.
5. If out of combat with a voidwalker, cast Consume Shadows and Health Funnel.


#showtooltip
/cast [pet:Imp]Dark Pact;[pet:Succubus,target=focus]Seduction;[pet:Felhunter,target=focus]Spell Lock
/stopmacro [nopet:voidwalker]
/cast [combat]Dark Pact;Health Funnel
/cast [nocombat]Consume Shadows;Sacrifice


This is another version of the above macro which has been modified to include all of the most important pet abilities.

#showtooltip
/cast [pet:voidwalker,combat] Sacrifice
/cast [pet:Succubus,target=target] Seduction
/cast [pet:Felhunter,target=target] Spell Lock
/cast [pet:Felguard,target=target] Intercept

Imp Dark Pact / No Imp Life Tap

Dark Pact if you have an Imp out, Life Tap if you don't have an Imp out. Depending on your playstyle, this may let you get by with only 1 keybinding for both Dark Pact and Life Tap.

/cast [pet:imp] Dark Pact; Life Tap

Another variant for this macro would be to use Dark Pact if your Imp or Felhunter is out since both have a nice mana pool, otherwise use Life Tap. If you use this macro with ? as icon it will show the icon for the available spell.

#showtooltip [pet:imp/felhunter] Dark Pact; Life Tap
/cast [pet:imp/felhunter] Dark Pact; Life Tap


Fel Domination + Summon Pet

If you are demonologist and have Spell shadow felmending [Fel Domination] it will cast it and summon the pet you want. Just change (pet you want to summon) with the name of your desired minion, for example /use Summon Voidwalker.

/use Fel Domination
/use Summon (pet you want to summon)

In addition, if you want the ability to summon more than one pet using Fel Domination with only one button, this macro works wonders. Edit for your minion preference. If Fel Domination is not up, it will summon the minion normally. NOTE: if you use the ? mark icon for the macro, you will only see the icon for Fel Domination, although the tooltip will display the correct Summon.

#showtooltip [mod:ctrl] Summon Felhunter; [mod:alt] Summon Voidwalker; [mod:shift] Summon Imp; Summon Felguard
/use Fel Domination
/use [mod:ctrl] Summon Felhunter; [mod:alt] Summon Voidwalker; [mod:shift] Summon Imp; Summon Felguard



Voidwalker management on one button

1. If you do not have a Voidwalker out it will summon it.
2. If you have a Voidwalker and ARE NOT in combat, will cast Consume Shadows and heal Voidwalker.
3. If you have a Voidwalker and ARE in combat, will Sacrifice Voidwalker.

/use [nopet:voidwalker]Summon Voidwalker
/use [pet:voidwalker,nocombat]Consume Shadows
/use [pet:voidwalker,combat]Sacrifice

Voidwalker Health Recovery

Often when soloing with an affliction build, a warlock ends combat with near full health and mana. This quickly gets your voidwalker back up to fighting condition in a single click. If you aren't using your voidwalker or are in combat it acts just like the normal health funnel button.

#showtooltip
/cast Health Funnel
/cast [nocombat, pet:Voidwalker] Consume Shadows

Two-button Total Pet Control

With two buttons (macros) you can have total pet control if you make them context sensitive. The point of this is that a keyboard can become utterly cluttered, and requiring more than 2 buttons for 5-6 functions on your pets results in more buttons than preferred being in an unreachable place. Before the macro I'd bind pet function 1 (attack) and 5 to two buttons, but occasionally the situation comes up where the pet needs to be recalled, or needs to be told to stay in a position in sentry mode. Using the mouse + pet bar for these more advanced techniques wastes valuable time, multiple buttons waste valuable pet space. I therefore wrote a macro to bring it all down to two buttons, based on having a target selected or not.

Macro 1:

/petfollow
/petpassive
/petattack [harm]

Macro 2:

/petfollow [pet:succubus]
/cast [harm] Spell Lock
/cast [help] Devour Magic
/cast Seduction
/cast Sacrifice
/cast Intercept
/petstay [noexists]
/petdefensive [noexists]

This allows you to do the following things:

  • Send your pet to attack pressing button 1 while targeting an enemy
  • Get your pet to return to you immediately by deselecting any targets and pressing the same button again
  • Have your pet use its special attack (Seduce, Sacrifice, Intercept, Spell Lock) when you target an enemy with the second button
  • Have your pet (other than the Voidwalker) stay in one place and become aggressive when pressing the second button and no target is selected
  • Have them return again to you and become passive again pressing the first button again
  • You can now re-seduce without the succubus being blocked by an ongoing seduce
  • The Felhunter will attempt to devour Magic on targeted friendlies, and spell lock targeted enemies.

Basically everything you ever need to do with your pet in 2 buttons.


Another 2 button AI system

Button 1:

#showtooltip
/cast [help,pet:felhunter] Devour Magic; [pet:felhunter,target=player] Devour Magic; 
[pet:voidwalker,combat] Suffering; [pet:voidwalker,nocombat] Consume Shadows; 
[pet:succubus] Soothing Kiss

Button 2:

#showtooltip
/cast [pet:felhunter,target=target] Spell Lock;
[pet:succubus,target=target] Seduction;
[pet:voidwalker,combat] Sacrifice; [pet:voidwalker,nocombat] Consume Shadows;

When Button 1 is pressed, if you have a felhunter up and are targeting a friendly player, he will Devour Magic that player, otherwise he will devour magic on you. If you have a voidwalker up and in combat he will cast Suffering (taunt), otherwise he will cast Consume Shadows (heal). If you have a succubus up, she will cast Soothing Kiss.

When Button 2 is pressed, if you have a felhunter up he will cast Spell Lock on your target. If you have a succubus up, she will cast Seduce on your target, and if you have a voidwalker up, and are in combat he will cast Sacrifice (put in combat to help deture misclicks), otherwise he'll attempt to heal himself.


Note: use the ? as the macro icon and the actual icon per ability will appear.


Focused Seduction

  • Upon use, the macro will Focus your target, and have your succubus Seduce it.
  • When used for the second time, and your Focused target, i.e. the Seduction target, is alive, it will re-seduce it, regardless of what your current target is. It will not focus your current target, and seduce that; it will re-seduce it's focused target.
  • If used during Seduction, it will break the seduction and re-seduce the focused target.
  • If clicked while "Alt" is being pressed, it will cancel the previous focus and assign a new focus on your current target.
#show Seduction
/clearfocus [modifier:alt] 
/focus [target=focus,noexists]; [target=focus,dead] 
/clearfocus [target=focus,help] 
/petstay 
/petfollow 
/stopcasting 
/cast [pet:succubus,target=focus,exists,harm] Seduction; Seduction

Devour Magic - 3v3 Arena Style

  • On use, this macro will cast Devour Magic on the target specified without breaking your current target.
  • Useful for 3v3 Arenas, requires a middle mouse button.
#showtooltip
/cast [pet:Felhunter,button:1,target=party1] Devour Magic; 
/cast [pet:Felhunter,button:2,target=party2] Devour Magic;
/cast [pet:Felhunter,button:3,target=player] Devour Magic;

Again, same thing more space saving, and using modifiers rather than mouse buttons (for those keyboard enthusiasts out there). Normal click will cast it on you, alt+click (or alt+hotkey) will cast it on party member 1, ctrl+click (or hotkey) will cast it on party 2. Since only the Felhunter has Devour Magic, there's no need to ensure that the Felhunter is out. I recommend replacing your normal Devour Magic button on your pet toolbar with one of these.

#showtooltip
/cast [mod:alt,target=party1] Devour Magic; [mod:ctrl,target=party2] Devour Magic; [target=player] Devour Magic

Advanced Spell Lock with Focus

  • When used, this macro will focus your current target (if you don't already have a focus) and cast Spell Lock on that target. If shift is held down while using this macro it will focus your current target and cast Spell Lock on that target (changing focus), if you don't have a target it will simply clear your focus. If ctrl is held down while using this macro it will simply Spell Lock the target your mouse is hovering (this way you won't lose your current target).
#showtooltip Spell Lock
/clearfocus [modifier:shift]
/focus [target=focus, noexists]
/cast [nomodifier, pet:Felhunter, target=focus, harm] Spell Lock; [modifier:ctrl, pet:Felhunter, target=mouseover, harm] Spell Lock

Advanced Devour Magic

  • When used, this macro will cast Devour Magic on you. If shift is held down while using this macro it will cast Devour Magic on your current target.
#showtooltip Devour Magic
/cast [modifier:shift, pet:Felhunter] Devour Magic; [pet:Felhunter, target=player] Devour Magic

Pet summon

  • This will consolidate your pets on to one button. As-is, it summons Imp by default, Voidwalker if you hold shift, Succubus with ctrl, and Felhunter with alt.
 #showtooltip
 /use [nomodifier] Summon Imp
 /use [modifier:shift] Summon Voidwalker
 /use [modifier:ctrl] Summon Succubus
 /use [modifier:alt] Summon Felhunter

Pet Assist -> Grind -> Drain Soul

  • I wanted to maximize my functionality grinding especially pulling multiple mobs but I also wanted to get most of my mana back as well by clicking on my pet's target (which was generally lower hp than the rest). So I made this macro that if the pet is attacking it will cast drain soul, and if even if the pet is not attacking it will still cast drain soul
#Showtooltip
/cast [exists,target=pettarget] Drain Soul
/cast [exists,nodead] Drain Soul

Stone Management

Create and use Firestone or Spellstone

With 3.0, firestones and spellstones were changed to work like weapon oils. No longer equipped in the relic slot, instead they each have 5 charges and are cast upon your weapon with a one hour duration. This macro will attempt to make a new firestone or spellstone (with alt) and it will also attempt to put the specified stone on your weapon if you already have one. It also closes the annoying "do you want to replace" popup message if you already have an oil or stone on your weapon and disables sound effects so you don't have to hear the click. Change "Master" to "Grand" at level 80.

/console Sound_EnableSFX 0
/cast [mod:alt] Create Spellstone; Create Firestone
/use [mod:alt] Master Spellstone; Master Firestone
/use 16
/click StaticPopup1Button1
/console Sound_EnableSFX 1

Soulstone Macro

This macro will on right click make a soulstone (change for appropriate level), left click, use it and on alt left click cast it on yourself.

#showtooltip Minor Soulstone
/cast [modifier:alt,target=player] Minor Soulstone; [button:1] Minor Soulstone;  [button:2] Create Soulstone


Healthstone and Healing Potion

Note: It is currently impossible to write a macro that will have you use a Healthstone if you have one and a potion if you do not.

  • Left-click uses a Healthstone; right-click a potion named in the macro
  • If you choose an icon for the macro rather than allowing the program to choose one for you, the macro button in your action bar will be grayed if you do not have a Healthstone.
  • In all cases, only the cooldown for your Healthstone will be shown.
#showtooltip
/use [button:1] Healthstone; [button:2] Superior Healing Potion

This macro summons a Healthstone if you are not in combat, uses a Healthstone AND potion if you are. Note, depending on whether you have a Healthstone and/or potion in inventory at the time (and applicable cooldowns), you may see error messages. The macro also cannot tell whether you have a Healthstone in inventory or not. These are unavoidable - the macro will still do the best it can. NB: You must edit this to indicate the correct Healthstone and healing potion names.

/use [nocombat]Create Healthstone	 
/use [combat]Lesser Healthstone	 
/use [combat]Lesser Healing Potion

Healthstone use/summon, Ritual of Souls in group

This will allow to use a healthstone with one click, summon with another, however in groups you will cast Ritual of Souls rather than a single summon.

#showTooltip Master Healthstone
/cast [group, button:2] Ritual of souls
/cast [button:2] Create Healthstone
/use [button:1] Master Healthstone

When you first log in it'll show you a red question mark icon until you make your first stone. You can change the first line to "#showTooltip Create Master Healthstone" to fix this, however it will display the number of soulshards remaining instead of healthstone.

Healthstone use/summon, Soulstone use/summon and Ritual of Souls on one button

Your two favorites stones fast and easy to use. To optimize it, select the question mark icon.

#showtooltip
/use [nomod, button:1]Fel Healthstone
/cast [nomod, button:2]Create Healthstone
/use [mod:shift, button:1]Demonic Soulstone
/cast [mod:shift, button:2]Create Soulstone
/cast [mod:alt, button:1]Ritual of Souls

Now, left click will use your Healthstone (here, the Fel Healthstone from level 80), and right click will summon it. If you hold shift, left click will use your Soulstone (here it is a Demonic Soulstone, again level 80 version), and right click summon the stone. At last, holding alt will let you begin your Ritual of Souls.

When using first, you'll have just the question mark. Summon a healthstone to get the tooltip upgraded (it won't work for the summoning spells though).

Soul Shard management

These macros are for those who do not want to worry about an addon like Necrosis or eeShard to manage shards and inventory room.


Destroy a single shard

When your bags are full and a world drop happens, you don't want to have to open your bags to find and destroy a soul shard. Use this macro to destroy exactly one. Good for those who do not use a shard bag and don't necessarily want a static cap on the number of shards to carry. Also, this destroys the shard furthest to the "right" in your bags, i.e., if you have a soul bag in the left slot, it will destroy those shards in another bag first.

/run i="Soul Shard"d=1 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

Destroy all but a specified number of shards

This will destroy any shards in excess of a designated number. As written, the number is twenty. Change the "20" in "d=GetItemCount(i)-20" to set the number of shards you want to carry. Like the macro above, this will destroy the shards furthest to the "right" in your inventory.

/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