Paladin macro guide updated for 3.3

#0 - Dec. 17, 2006, 5:09 a.m.
Blizzard Post
Hi every one im back to update this guide for 3.3.
I have only played prot up to 77 right now.


My super target macro. Targets enemy and if you have a hostile target changes aura to Devotion Aura,
jumps of the horse, starts auto attack and do a hammer of righteous if you do not are mounted.
#showtooltip
/console targetNearestDistance 15.000000
/targetenemy [noharm][dead]
/console targetNearestDistance 41.000000
/cast [mounted,harm,nodead] Devotion Aura ; [harm,nodead] Hammer of the Righteous
/dismount [target=target,exists,harm]
/startattack



Same as above whit the difference of the target aspect of the macro.
Use it for un mount whit out any target.
/cast [mounted] Devotion Aura ;Judgement of Light
/startattack
/dismount



Mount and Crusader Aura in one button.
Works by checking if you are mounted and if you are you cast Crusader Aura.
/cast [mounted] Crusader Aura ; Charger


Bandages macro. With this macro you cant cancel bandaging by double clicks.
/use [help,nochanneling:Heavy Frostweave Bandage]Heavy Frostweave Bandage; [target=player,nochanneling:Heavy Frostweave Bandage]Heavy Frostweave Bandage


-= The fowling macros needs to be key binded to work correctly =-

Mouseover, target and targetstarget Hammer of Justice.
/cast [target=mouseover,exists,harm][harm][@targettarget.harm] Hammer of Justice


Modified the one above for Righteous Defense on friendly targets.
/cast [target=mouseover,exists,help][help][@targettarget.help] Righteous Defense


And you can continue do the above macros for other spells.
I'm currently playing whit the ides of making new macro for Righteous Defense and Hand of Reckoning in the same macro..

Healing macro. If you point on a player or a player frame it casts Holy Light on the one you point. But if you do not point on any one it checks you target and if its friendly it heals your target. At last if no one off the earlier conditions was met it heals your self.
/cast [target=mouseover,exists,help][help,exists][@player] Holy Light

Same as the above with Flash of Light
/cast [target=mouseover,exists,help][help,exists][@player] Flash of Light

Same as the above with Hand of Protection
/cast [target=mouseover,exists,help][help,exists][@player] Hand of Protection

Same as the above with Hand of Freedom
/cast [target=mouseover,exists,help][help,exists][@player] Hand of Freedom

Same as the above with Cleanse
/cast [target=mouseover,exists,help][help,exists][@player] Cleanse

And you can continue do the above macros for other spells.

And lastly i going to show you 2 focus targeted spell.
Cast holy light on your focus if you have a friendly target and Hammer of justice on non friendly focus.
/cast [@focus,help,exists] Holy Light ; [@focus,harm,exists] Hammer of Justice

This one is god for helping your warlock friend if you are ret specked.
/cast [@focus,harm,exists]Repentance ;[@focustarget,harm,exists] Repentance



#154 - July 30, 2007, 7:40 p.m.
Blizzard Post
This thread has been added to the “Informative and useful Paladin threads” compilations sticky: http://forums.wow-europe.com/thread.html?topicId=305840625