Advertisement
Guest User

Druid macro's

a guest
Mar 15th, 2018
119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.21 KB | None | 0 0
  1. Combat res
  2. #showtooltip rebirth
  3. /cast [target=mouseover, exists, help] [target=target, exists, help] Rebirth
  4.  
  5. Dispells for dps specs / resto
  6. #showtooltip remove corruption
  7. /cast [target=mouseover, exists, nodead, help] remove corruption
  8. /cast remove corruption
  9.  
  10. #showtooltip Nature's Cure
  11. /cast [target=mouseover, exists, nodead, help][@target, exists, nodead, help][] Nature's Cure
  12.  
  13. 1 button for spells on the same talent tier
  14. #showtooltip
  15. /cast [talent: 6/2] astral communion; [talent:6/3] blessing of the ancients; [talent: 1/2] Warrior of Elune
  16.  
  17. #showtooltip
  18. /cast [talent: 2/1] Renewal; [talent: 2/2] Displacer Beast; [talent: 2/3] Wild Charge
  19.  
  20. #showtooltip
  21. /cast [talent: 4/1] Mighty Bash; [talent: 4/2] Mass Entanglement; [talent: 4/3] Typhoon
  22.  
  23. #showtooltip
  24. /cast [talent:1/3, target=mouseover, nodead, help] [talent:1/3, target=target, help, nodead] [talent:1/3] Healing Touch; [talent:1/2, target=mouseover, nodead, help] [talent:1/2, target=target, help, nodead] [talent:1/2] cenarion ward
  25.  
  26. Solar beam
  27. #showtooltip solar beam
  28. /cast [target=mouseover, exists, nodead] [target=target, exists, nodead] solar beam
  29.  
  30. Various healing abilities
  31. #showtooltip Ironbark
  32. /cast [target=mouseover, exists, nodead, help] [target=target, exists, help, nodead] [] Ironbark
  33.  
  34. #showtooltip Swiftmend
  35. /cast [target=mouseover, exists, nodead, help] [target=target, exists, help, nodead] [] Swiftmend
  36.  
  37. #showtooltip Lifebloom
  38. /cast [target=mouseover, exists, nodead, help] [target=target, exists, help, nodead] [] Lifebloom
  39.  
  40. #showtooltip cenarion ward
  41. /cast [target=mouseover, exists, nodead, help] [target=target, exists, help, nodead] [] cenarion ward
  42.  
  43. Kinda personal, but heals or damaging abilities depending on friendly/enemy (kinda personalised based on my balance keybinds)
  44.  
  45. #showtooltip
  46. /cast [target=mouseover, exists, nodead, help] [target=target, exists, help, nodead] rejuvenation; [harm] solar wrath; [] rejuvenation
  47.  
  48. #showtooltip
  49. /cast [target=mouseover, exists, nodead, help] [target=target, exists, help, nodead] Wild Growth; [harm] moonfire; [] wild growth
  50.  
  51. #showtooltip
  52. /cast [target=mouseover, exists, nodead, help] [target=target, exists, help, nodead] Regrowth; [harm] sunfire; [] regrowth
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement