- Author: Luxrah
- Date: March 24, 2025
- Updated: March 25, 2025
- Expansion: Mists of Pandaria
Addons and macros are useful tools for improving your performance as a Discipline Priest. Below you’ll find a list of recommended addons as well as some examples of useful macros that you can customize for your own purposes.
Addons
Addons can be used to extend the game’s interface and provide functionality that doesn’t otherwise exist in the game. These tools can greatly enhance your performance as a healer. Some are even considered mandatory in many raiding guilds.
Be sure that you download the appropriate version of each addon for Mists of Pandaria Classic. Most of these addons have multiple versions.
Performance Addons
These addons can significantly improve your performance as a Discipline Priest in dungeons and raids and are highly recommended if not mandatory.
- Healbot Continued or Vuhdo
These are just two options for unit frames addons that you can use. They will help you track relevant buffs and debuffs on your teammates and have built-in mouseover macro functionality. - DeadlyBossMods
This addon is perhaps the most mandatory for raiding. It provides extensive tracking and alerts for boss abilities and is a game changer in terms of raid awareness. - GTFO
Provides audio notifications whenever you are standing in dangerous effects. A great addition to DBM. - Details
Shows you how much damage, healing, etc, everyone in your raid is doing. There are similar addons such as Recount, but this is the most robust option by far. - WeakAuras
An extremely versatile addon that can track buffs and debuffs, modify the User Interface, or even create audio notifications. Many raiding guilds will require this so they can share specific WeakAuras with the entire group. - OmniCC
Displays a timer on the action bar for the remaining time until a cooldown is available.
Quality of Life Addons
These addons can provide useful features to make your general gameplay experience smoother, but they don’t do anything that will affect your performance in endgame group content.
- MinimapButtonButton
If you get annoyed with all of the little addon icons cluttering up your minimap, this is a must-have. It can really clean things up if you’re using a lot of addons. - Leatrix Plus
Provides many features such as auto-accepting quests, summons, and resurrections, blocking party or duel requests, and modifying the interface. - Leatrix Maps
Enhances the world map by adding coordinates, increasing zoom level, and more. The default game offers no way of seeing your map coordinates, and coordinates are commonly used to give directions in guides and walkthroughs. - TomTom
You can use this in place of or alongside Leatrix Maps. It lets you see your current map coordinates, mark coordinates as waypoints on the map, and see an arrow pointing to the currently selected waypoint. - Auctionator
A great tool for any interaction with the Auction House. Streamlines the process in many helpful ways. - Questie
Tracks and showcases quests & quest objectives on the map. Not as vital as it was in vanilla Classic, but still extremely useful, especially if you’re going after quest achievements such as Loremaster. - Rarescanner
Tracks and showcases rare mobs when in proximity to them. It is very helpful for acquiring early loot or completing achievements, especially in Pandaria. - Bagnon
Completely revamps the bag Interface and combines all bags into one big window. - Plater Nameplates
This addon, similar to Weakauras, allows you to customize all nameplates in the game entirely. It is great for players who struggle to track debuffs on targets or simply want to overhaul the default interface. - ElvUI
This is an all-in-one interface overhaul that essentially combines many of the addons listed above. It’s extremely customizable and offers a lot of features. Some players don’t like the look of it or find it is way more than they need.
Macros
Macros can allow you to combine multiple actions into one keybind, saving space on your action bars and helping you to use your abilities more efficiently. They can also be used to change the way that an ability is used, such as by allowing you to heal or deal damage to someone other than your current target.
Mouseover Healing
If you’re using one of the unit frames addons recommended above, they can handle this for you. If not, you can do this the old-fashioned way through macros, although it will be more time consuming.
These macros will allow you to cast a spell on the target you are currently mousing over rather than your actual target. This means that you can keep the boss targeted to watch for important casts while also healing your team by interacting with your unit frames. It also means you only have to click or press a key once rather than clicking on a target first and then using your keybind. If you’ve never tried this before, you may be surprised by just how much faster and smoother your healing feels.
The example below uses Power Word: Shield, but you can replace this with any other targeted spell. This macro will attempt to cast that spell on your mouseover target if they are friendly and if they are alive. If these requirements aren’t fulfilled, it will simply try to cast on your current target as it would by default, without the macro.
#showtooltip Power Word: Shield
/cast [@mouseover,help,nodead][] Power Word: Shield
Attack Target of Target
You can use this macro to deal damage to an enemy or use crowd control while keeping your tank targeted. You can replace Smite with any other offensive spell you would like to use.
#showtooltip Smite
/cast [harm,nodead] [target=targettarget] Smite
Cooldown Macros
The following abilities are off the global cooldown and can be used in combination with other spells via macros:
- Archangel
- Desperate Prayer
- Fade
- Inner Focus
- Pain Suppression
- Power Infusion
- Spirit Shell
- Void Shift
- Synapse Springs (Engineering)
- Potions
- Trinkets
This can save you precious fractions of a second by triggering multiple abilities with one button press. Here are a few examples.
This macro will cast Inner Focus and Flash Heal together for a cheap, fast heal with a high chance to crit. You can turn this into a mouseover macro by adding [@mouseover,help,nodead][]
before Flash Heal
.
#showtooltip Flash Heal
/cast Inner Focus
/cast Flash Heal
This macro will cast Spirit Shell and Prayer of Healing together for heavy pre-emptive AoE healing. This can also be made into a mouseover macro.
#showtooltip Prayer of Healing
/cast Spirit Shell
/cast Prayer of Healing
Items and potions can be added to a macro with the /use
command. Here’s an example of combining a Master Mana Potion and Shadowfiend into a powerful mana regen button.
#showtooltip Shadowfiend
/use Master Mana Potion
/cast Shadowfiend