Shadenox

Shadenox Macros

May 1st, 2022 (edited)
4,174
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.74 KB | None | 0 0
  1. Macros to CC focus targets :
  2.  
  3. #showtooltip Blind
  4. /cast [target=focus] Blind
  5.  
  6. #showtooltip Sap
  7. /cast [target=focus] Sap
  8.  
  9. #showtooltip Gouge
  10. /cast [target=focus] Gouge
  11.  
  12. #showtooltip Cheap Shot
  13. /cast [target=focus] Cheap Shot
  14.  
  15. #showtooltip Kidney Shot
  16. /cast [target=focus] Kidney Shot
  17.  
  18. #showtooltip Garrote
  19. /cast [target=focus] Garrote
  20.  
  21. #showtooltip Kick
  22. /cast [target=focus] Kick
  23.  
  24. #showtooltip Poisoned Knife
  25. /cast [target=focus] Poisoned Knife
  26.  
  27. #showtooltip Shadowstep
  28. /cast [target=focus] Shadowstep
  29.  
  30. Macros to CC focus targets but with modifiers :
  31.  
  32. #showtooltip Blind
  33. /cast [mod:ctrl,target=focus] Blind;Blind
  34.  
  35. #showtooltip Sap
  36. /cast [mod:ctrl,target=focus] Sap;Sap
  37.  
  38. #showtooltip Gouge
  39. /cast [mod:ctrl,target=focus] Gouge;Gouge
  40.  
  41. #showtooltip Cheap Shot
  42. /cast [mod:ctrl,target=focus] Cheap Shot;Cheap Shot
  43.  
  44. #showtooltip Kidney Shot
  45. /cast [mod:ctrl,target=focus] Kidney Shot;Kidney Shot
  46.  
  47. #showtooltip Garrote
  48. /cast [mod:ctrl,target=focus] Garrote;Garrote
  49.  
  50. #showtooltip Kick
  51. /cast [mod:ctrl,target=focus] Kick;Kick
  52.  
  53. #showtooltip Poisoned Knife
  54. /cast [mod:ctrl,target=focus] Poisoned Knife;Poisoned Knife
  55.  
  56. #showtooltip Shadowstep
  57. /cast [mod:ctrl,target=focus] Shadowstep;Shadowstep
  58.  
  59. Other useful macros :
  60.  
  61. Shadowstep Sap (press twice) :
  62. #showtooltip Shadowstep
  63. /cast Shadowstep
  64. /cast Sap
  65.  
  66. Shadowstep Kick (press twice) :
  67. #showtooltip Shadowstep
  68. /cast Shadowstep
  69. /cast Kick
  70.  
  71. Shadowstep Kick focus (press twice):
  72. #showtooltip Shadowstep
  73. /cast [target=focus] Shadowstep
  74. /cast [target=focus] Kick
  75.  
  76. Shadowstep on ally :
  77. #showtooltip Shadowstep
  78. /cast [target=nameoffriend] Shadowstep
  79.  
  80. Tricks on ally on Kidney Shot :
  81. #showtooltip Kidney Shot
  82. /cast [target=nameoffriend] Tricks of the Trade
  83. /cast Kidney Shot
Advertisement
Add Comment
Please, Sign In to add comment