Paladin Macros

I’ve been making a few macros to simplify grinding as a paladin. Some are very simple, some less so. Some are still a work in progress. The majority of these macros have multiple uses, and can have different spells, and different ranks of spells swapped in depending on who is using them in whatever situation. I have multiple saved macros for the seal and judgement macros. (1 for each of my commonly used seals)

#ShowTooltip Seal of Command
/Cast [mounted] Summon Warhorse
/Cast [nomount] Seal of Command

^This macro helps to save a keybind when you’re running on your mount and need to enter combat quickly. You can’t cast spells or abilities without manually dismounting. (can also be achieved with use of some addons) So adding a [mounted] command to your first combat ability helps save vital seconds when the horde start messing with you during your travels. First click of keybind dismounts you, second click of same keybind applies your seal. Also saves you an extra keybind for other crucial abilities.

#ShowTooltip Judgement
/Cast Judgement
/Cast Seal of Command

^This macro will cast your judgement spell and instantly reapply your seal of choice without you missing a beat. No need to wait the last half a second for your weapon swing to tick before casting judgement in fear of missing a SoC proc, this simple macro will ensure you never miss a proc, while also saving you an extra keybind for other crucial abilities.

#ShowTooltip Flash of Light
/Cast [@mouseover,exists,help] [@player] Flash of Light

^If you’re attacking a player or mob and need to get a quick heal off on a friendly target but you don’t want to drop your attack on your current target add this macro as a keybind, and it will allow you to cast a heal (or any other spell) on any player that your mouse cursor is over without dropping your current target.

#ShowTooltip Holy Light
/Cast Holy Light(rank6)
/Cast [mod:shift] Holy Light(rank4)

^This macro allows you to downrank your healing spells with the addition of shift to your main keybind while still letting use the same keybind for your max level spell. Very helpful in longer fights, or when you simply don’t want to waste mana on over healing a target.

#ShowTooltip Hammer of Justice
/Stopcasting
/Cast Hammer of Justice

^This macro can be very useful when you’re in the middle of casting a spell and need to drop the hammer on someone. Say you’re .5 seconds into a 10 second hearthstone cast and your leveling buddy gets ambushed by a rogue. You don’t want to waste time jumping or running side to side to stop casting hearthstone, you want to stun the rogue and stun it now. Use this macro and that happens.

Last but not least we have every horde players favorite paladin macro. The bubblehearth macro. This macro works with rank 2 of divine shield and should not be attempted with rank 1. If you’re extremely lucky it can be pulled off at rank 1, but it’s not 100% fool proof until you have rank 2 which can be attained at L50.

#ShowTooltip Divineshield
/Script if GetSpellCooldown (“Divine Shield”)==0 then send chat message (“I’m a little pally short and stout, here is my hammer here is my mount, when I get in trouble watch me bubble and hearth on out!”) end;
/castsequence reset=10 Divine Shield, Hearthstone

If you know anymore really useful macros you want to share let me know and I can add them in the OP! If you see anything that can be streamlined or made more efficient please let me know as well! I haven’t played WoW (apart from classic) since 2010 so I’ll likely very rusty.

3 Likes