Advertisement
jstus1984

Macro: Holy Paladin

May 31st, 2016
164
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.52 KB | None | 0 0
  1.  
  2. ***Teir 1 talent auto switching***
  3. #showtooltip
  4. /use [talent:1/2]Light's Hammer;[talent:1/3]Crusader Strike;[@mouseover,help,nodead][]Bestow Faith
  5.  
  6. ***Teir Two talent auto switch**
  7. #showtooltip
  8. /use [talent:2/1] Divine Steed;[talent:2/2]:[talent:2/3] Rule of Law
  9.  
  10. *** Quick needs***
  11. #showtooltip
  12. /cast [nomod] Tyr's Deliverance(Artifact); [mod:alt] Avenging Wrath; [mod:shiftt] Holy Avenger
  13.  
  14. *focus stun**
  15. --Stop any casting for HOJ on focus if target is friendly or no target or mod Shift
  16. #showtooltip
  17. /use [@focus,mod:Shift][harm,@target][@focus]Hammer of Justice
  18.  
  19.  
  20.  
  21. ***Mouseover Beacon***
  22. #showtooltip
  23. /cast [mod:alt,@mouseover,exists][mod:alt,@target,exists][mod:alt,@player]Beacon of Faith;[@mouseover,exists][@target,exists][@player]Beacon of Light
  24.  
  25. ***Mouseover Cleanse***
  26. #showtooltip
  27. /cast [@mouseover,exists,nodead][@target,exists][@player]Cleanse; Cleanse
  28.  
  29. ***Mouseover DP***
  30. #showtooltip
  31. /cast [@mouseover,exists][@target,exists][@player]Divine Protection
  32.  
  33. ***Mouseover DS**
  34. #showtooltip
  35. /cast [@mouseover,exists][@target,exists][@player]Divine Shield
  36.  
  37. #showtooltip
  38. /cast [@mouseover,help,nodead][talent:1/1]Bestow Faith;[talent:1/2]Light's Hammer
  39.  
  40. ***Mouseover Beacon and Flash of light**
  41. /Script UIErrorsFrame:Hide();
  42. /castsequence [@mouseover,exists,help][]reset=2 Beacon of Light, Flash of Light, Flash of Light
  43. /cast [@mouseover,help,nodead][]Beacon of Faith
  44.  
  45. ***Mouseover FoL***
  46. #showtooltip
  47. /cast [@mouseover,exists][@target,exists][@player]Flash of Light
  48.  
  49. ***Mouseover HoF w/ Aura Cancel**
  50. #showtooltip
  51. /cast [@mouseover,exists][@target,exists][@player]Hand of Freedom
  52. /cancelaura [@mouseover,exists][@target,exists][@player]Hand of Freedom
  53.  
  54.  
  55. ***Mouseover HL***
  56. #showtooltip
  57. /cast [@mouseover,exists][@target,exists][@player]Holy Light
  58.  
  59.  
  60. ***Mouseover Holy Prism***
  61. #showtooltip
  62. /cast [@mouseover,exists,nodead][] Holy Prism; Holy Prism
  63.  
  64.  
  65. ***Mouseover HS***
  66. #showtooltip
  67. /cast [@mouseover,exists][@target,exists][@player]Holy Shock
  68.  
  69. ***Mouseover BoP w/ Aura Cancel***
  70. #showtooltip
  71. /stopcasting
  72. /cast [@mouseover,exists][@target,exists][@player]Blessing of Protection
  73. /cancelaura [@mouseover,exists][@target,exists][@player]Blessing of Protection
  74.  
  75. ***Mouseover BoS***
  76. #showtooltip
  77. /stopcasting
  78. /cast [mod:alt,@mouseover,exists][mod:alt,@target,exists][mod:alt,@player]Blessing of Protection;[@mouseover,exists][@target,exists][@player]Blessing of Sacrifice
  79.  
  80.  
  81. ***Mouseover Judgement***
  82. #showtooltip
  83. /cast [@mouseovertarget,harm,nodead][@mouseover,harm,nodead][]Judgment
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement