Advertisement
DocSkillz

DSG - Monk Macros (7.1.5)

Mar 24th, 2017
192
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.29 KB | None | 0 0
  1. Blackout Strike Macro (Auto-Targeting):
  2.  
  3. #showtooltip
  4. /targetenemy [noharm][noexists]
  5. /cast Blackout Strike
  6.  
  7. Exploding Keg Macro:
  8.  
  9. #showtooltip
  10. /cast [mod:alt] Exploding keg; [@mouseover,exists,harm] Crackling jade lightning; [@player] Exploding keg
  11.  
  12. Breath of Fire/Effuse Macro (Auto-Targeting/Mouseover/ALT):
  13.  
  14. #showtooltip
  15. /targetenemy [noharm][noexists]
  16. /cast [mod:alt, @mouseover,exists,noharm] Effuse; [mod:alt, @player] Effuse; Breath of Fire
  17.  
  18. Keg Smash Macro (Auto-Targeting):
  19.  
  20. #showtooltip
  21. /targetenemy [noharm][noexists]
  22. /cast Keg Smash
  23.  
  24. Leg Sweep Macro:
  25.  
  26. #showtooltip
  27. /stopcasting
  28. /stopcasting
  29. /cast Leg Sweep
  30.  
  31. Paralysis Macro (Mouseover):
  32.  
  33. #showtooltip Paralysis
  34. /stopcasting
  35. /stopcasting
  36. /cast [@mouseover,exists,harm] Paralysis; Paralysis
  37.  
  38. RJW Macro (Cancel Aura):
  39.  
  40. #showtooltip
  41. /cancelaura Rushing Jade Wind
  42. /cast Rushing Jade Wind
  43.  
  44. Spear Hand Strike Macro (Mouseover):
  45.  
  46. #showtooltip Spear Hand Strike
  47. /stopcasting
  48. /stopcasting
  49. /cast [@mouseover,exists,harm] Spear Hand Strike; Spear Hand Strike
  50.  
  51. Tiger Palm Macro (Auto-Targeting):
  52.  
  53. #showtooltip
  54. /targetenemy [noharm][noexists]
  55. /cast Tiger Palm
  56.  
  57. Transcendence Macro (Cast Sequence):
  58. #showtooltip
  59. /castsequence reset=50/combat Transcendence, Transcendence: Transfer, Transcendence: Transfer
  60. END
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement