Talk:Useful Macros for Paladins
this wiki
Back to page
Automated transfer of Problem Report #15549
Edit
The following message was left by Anonymous via PR #15549 on 2008-11-22 14:31:00 UTC
The macro concerning paladins mounting with crusader aura (1.10) is now invalid. I'm hoping to find another way to do this. if you have any info or have found a way. contact me at the above email address. =D
Block cap
Edit
This macro I came up with seems to line up with what I see on the screen, plus 5 for miss chance. But the number doesn't line up with the DR macro... So which is right? -Howbizr (talk) 08:02, 26 February 2009 (UTC)
/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+(GetCombatRating(CR_DEFENSE_SKILL)*25/123)*0.04,1,0.5,0)
Weapon swap for spell
Edit
how can i write a macro to change my weapon &/or shield just to cast a heal as a prot pally(still low lvl so mainly for solo) i know how to change weapon for the cast, but how do i put my tanking weapon back on after the cast? i have this for holy light atm, what would i add after this to reequip my Sword of Serenity?
#showtooltip Holy Light /equipslot 16 Hand of Righteousness /cast Holy Light
Since this isn't able to equip the combat weapon back on I'm using a separate macro to reequip.