Macros: Paladin
[Edit: I need to modify this for the 2.4.3 changes. Some of these macros may not work yet.]
Tatia’s macros:
For Healing:
Little heal:
#showtooltip Flash of Light
/use 13
/use 14
/cast [target=mouseover] Flash of Light
/equip Blessed Book of Nagrand
Big Heal:
#showtooltip Holy Light
/use 13
/use 14
/cast Divine Illumination
/cast [target=mouseover] Holy Light
/equip Libram of Mending
This will trigger my trinkets whenever they’re not in cooldown and will equip the proper libram that will best benefit -this- heal.
I only added Divine Illumination to the Holy Light macro because that would seem to be where it would be most helpful. These heal librams only effect the spell when it’s cast so I’m equiping them during the GCD/casting time of the spell.
For Tanking:
Pally Taunt:
#showtooltip Righteous Defense
/cast [help] [target=targettarget] Righteous Defense
Clear a debuff:
/cast divine shield
/cancelaura divine shield
Throw up a bubble long enough to get rid of a debuff then dismiss the bubble so you don’t lose aggro.
Mark your target with the skull:
/run SetRaidTarget(”target”, 8 )
Substitute the “8″ for whichever raid icon that you want.
0 = no icon or Remove icon
1 = Yellow 4-point Star
2 = Orange Circle
3 = Purple Diamond
4 = Green Triangle
5 = White Crescent Moon
6 = Blue Square
7 = Red “X” Cross
8 = White Skull
Offensive macros:
#showtooltip Seal of Righteousness
/cast Avenging Wrath
/cast Seal of Righteousness
#showtooltip Holy Shock
/cast Avenging Wrath
/cast Holy Shock
Mana Efficient Stealth Detector:
# showtooltip Consecration
/cast Avenging Wrath
/equip Libram of the Eternal Rest
/cast [combat] Consecration; [nocombat] Consecration(Rank 1)
#showtooltip Exorcism
/cast Avenging Wrath
/equip Libram of Wracking
/cast Exorcism
#showtooltip Holy Wrath
/cast Avenging Wrath
/equip Libram of Wracking
/cast Holy Wrath
Other macros:
Announce Resurrection:
#showtooltip Redemption
/stopmacro[nodead][harm]
/say Rezzing %t.
/cast Redemption
Calculate your total Avoidance:
/script DEFAULT_CHAT_FRAME:AddMessage(”Need 102.4 combined avoidance. Currently at:”,0.8,0.8,1)
/script DEFAULT_CHAT_FRAME:AddMessage(GetDodgeChance()+GetBlockChance() + GetParryChance() +5+(GetCombatRatingBonus(CR_DEFENSE_SKILL) + 20)*0.04,1,0.5,0)
Calculate just your Block:
/script DEFAULT_CHAT_FRAME:AddMessage(”Block Currently at:”,0.8,0.8,1)
/script DEFAULT_CHAT_FRAME:AddMessage(GetBlockChance() + 20*0.04,1,0.5,0)
Blessing of Sacrifice on focus: (great for Maiden fight)
#showtooltip Blessing of Sacrifice
/cast [target=focus] Blessing of Sacrifice
Turn Undead:
#showtooltip Turn Undead
/clearfocus [target=focus,dead]
/clearfocus [target=focus,noexists]
/focus [target=focus,noexists]
/cast [target=focus] Turn Undead
If my focus is dead or doesn’t exist, clearfocus. If I have no focus, set my target as my focus. Use Turn Undead on my focus.
Focus macro:
/focus [target=mouseover]
/stopmacro [target=mousover, exists]
/clearfocus [target=mouseover,noexists]
Set my focus to be whatever my mouse is over when I trigger the macro (clears macro if there’s nothing under my mouse).
