Advertisement
DocSkillz

DSG - Shaman Macros (7.1.5)

Mar 24th, 2017
209
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.44 KB | None | 0 0
  1. Chain Heal Macro (Mouseover):
  2.  
  3. #showtooltip
  4. /cast [@mouseover,exists,noharm] Chain Heal; Chain Heal
  5.  
  6. Chain Lightning Macro (Auto-Targeting/Mouseover):
  7.  
  8. #showtooltip
  9. /targetenemy [noharm][noexists]
  10. /cast [@mouseover,exists,harm] Chain Lightning; Chain Lightning
  11.  
  12. Wind Shear Macro (Mouseover):
  13.  
  14. #showtooltip
  15. /stopcasting
  16. /stopcasting
  17. /cast [@mouseover,exists,harm] Wind Shear; Wind Shear
  18.  
  19. Flame Shock Macro (Auto-Targeting/Mouseover):
  20.  
  21. #showtooltip
  22. /targetenemy [noharm][noexists]
  23. /cast [@mouseover,exists,harm] Flame Shock; Flame Shock
  24.  
  25. Healing Wave Macro (Mouseover):
  26.  
  27. #showtooltip
  28. /cast [@mouseover,exists,noharm] Healing Wave; Healing Wave
  29.  
  30. Healing Surge Macro (Mouseover):
  31.  
  32. #showtooltip
  33. /cast [@mouseover,exists,noharm] Healing Surge; Healing Surge
  34.  
  35. Lightning Bolt Macro (Auto-Targeting/Mouseover):
  36.  
  37. #showtooltip
  38. /targetenemy [noharm][noexists]
  39. /cast [@mouseover,exists,harm] Lightning Bolt; Lightning Bolt
  40.  
  41. Lightning Surge Totem Macro:
  42.  
  43. #showtooltip
  44. /stopcasting
  45. /stopcasting
  46. /cast Lightning Surge Totem
  47.  
  48. Lava Burst Macro (Auto-Targeting/Mouseover):
  49.  
  50. #showtooltip
  51. /targetenemy [noharm][noexists]
  52. /cast [@mouseover,exists,harm] Lava Burst; Lava Burst
  53.  
  54. Riptide Macro (Focus/Mouseover):
  55.  
  56. #showtooltip
  57. /cast [@mouseover,exists,noharm] Riptide; [@focus,exists,noharm] Riptide; Riptide
  58.  
  59. Water Walking Macro (Mouseover):
  60.  
  61. #showtooltip
  62. /cast [@mouseover,exists,noharm] Water Walking; [target=player] Water Walking
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement