DocSkillz

DSG - Warrior Macros (7.1.5)

Mar 24th, 2017
244
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.04 KB | None | 0 0
  1. Intercept Macro (Mouseover):
  2.  
  3. #showtooltip
  4. /cast [@mouseover,exists] Intercept; Intercept
  5.  
  6. Devastate Macro (Auto-Targeting):
  7.  
  8. #showtooltip
  9. /targetenemy [noharm][noexists]
  10. /cast Devastate
  11.  
  12. Pummel Macro (Mouseover):
  13.  
  14. #showtooltip Pummel
  15. /cast [@mouseover,exists] Pummel; Pummel
  16.  
  17. Revenge Macro (Auto-Targeting):
  18.  
  19. #showtooltip revenge
  20. /targetenemy [noharm][noexists]
  21. /cast Revenge
  22.  
  23. Shield Slam Macro (Auto-Targeting):
  24.  
  25. #showtooltip
  26. /targetenemy [noharm][noexists]
  27. /cast Shield Slam
  28.  
  29. Neltharion's Fury Macro (Auto-Targeting/Mouseover):
  30.  
  31. #showtooltip
  32. /targetenemy [noharm][noexists]
  33. /cast [@mouseover,exists,harm] Neltharion's Fury; Neltharion's Fury
  34.  
  35. Shockwave Macro:
  36.  
  37. #showtooltip
  38. /stopcasting
  39. /stopcasting
  40. /cast Shockwave
  41.  
  42. Thunder Clap Macro (Auto-Targeting):
  43.  
  44. #showtooltip
  45. /targetenemy [noharm][noexists]
  46. /cast Thunder clap
  47.  
  48. Victory Rush/Heroic Throw Macro (Auto-Targeting/Mouseover):
  49.  
  50. #showtooltip
  51. /targetenemy [noharm][noexists]
  52. /cast [@mouseover,exists,harm] Heroic Throw; [mod:alt] Heroic Throw; Victory Rush
Advertisement
Add Comment
Please, Sign In to add comment