Georgis

Rogue Macros Shadowlands

Sep 15th, 2020
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.18 KB | None | 0 0
  1. 1
  2. #showtooltip Shadow Dance
  3. /cast [stance:0/2,combat] Shadow Dance
  4. /cast [nocombat] !stealth
  5.  
  6. 3
  7. #showtooltip Cheap Shot
  8. /cast [nostealth,nocombat] Stealth
  9. /cast Cheap Shot
  10.  
  11. 4
  12. #showtooltip [stance:0]Backstab; [stance:1/2/3] Shadowstrike
  13. /cast [nostealth,nocombat] Stealth
  14. /cast [stance:0] Backstab
  15. /cast [stance:1/2/3] Shadowstrike
  16. /script UIErrorsFrame:Clear()
  17.  
  18. 5
  19. #showtooltip Rupture
  20. /cast [nostealth,nocombat] Stealth
  21. /cast [harm] Rupture
  22.  
  23. r
  24. #showtooltip Eviscerate
  25. /cast [nostealth,nocombat] Stealth
  26. /cast [harm] Eviscerate
  27.  
  28. d
  29. #showtooltip Kidney Shot
  30. /cast [nostealth,nocombat] Stealth
  31. /cast [harm] Kidney Shot
  32.  
  33. i
  34. /cast [@mouseover,exists][] Shadowstep
  35.  
  36. v
  37. #showtooltip Vanish
  38. /use Archmage Vargoth's Spare Staff
  39. /cast Vanish
  40.  
  41. alt d
  42. #showtooltip Kidney Shot
  43. /focus [@focus,noexists]
  44. /cast [@focus,exists][@target,exists] Kidney Shot
  45.  
  46. shift k
  47. #showtooltip Cheap Shot
  48. /focus [@focus,noexists]
  49. /cast [@focus,exists][@target,exists] Cheap Shot
  50.  
  51. alt e
  52. #showtooltip Kick
  53. /focus [@focus,noexists]
  54. /cast [@focus,exists][@target,exists] Kick
  55. /use Bubble Wand
  56.  
  57. alt q
  58. #showtooltip Shadowstep
  59. /focus [@focus,noexists]
  60. /cast [@focus,exists][@target,exists] Shadowstep
  61. /use Bubble Wand
  62.  
  63. l
  64. #showtooltip Blind
  65. /focus [@focus,noexists]
  66. /cast [@focus,exists][@target,exists] Blind
  67.  
  68. alt a
  69. #showtooltip Shuriken Toss
  70. /focus [@focus,noexists]
  71. /cast [@focus,exists][@target,exists] Shuriken Toss
  72. /use Bubble Wand
  73.  
  74. ,
  75. /cast !Stealth
  76.  
  77. shift scroll up
  78. /cast [@party1] Shadowstep
  79.  
  80. shift scroll down
  81. /cast [@party2] Shadowstep
  82.  
  83. ctrl scroll up
  84. /cast [@party1] Tricks of the Trade
  85.  
  86. ctrl scroll down
  87. /cast [@party2] Tricks of the Trade
  88.  
  89. alt scroll up
  90. /cast Shadowy Duel
  91.  
  92. alt scroll down
  93. #showtooltip Shadowy Duel
  94. /focus [@focus,noexists]
  95. /cast [@focus,exists][@target,exists] Shadowy Duel
  96.  
  97. [
  98. /cast [@arena1,exists] Sap
  99.  
  100. ]
  101. /cast [@arena2,exists] Sap
  102.  
  103. \
  104. /cast [@arena3,exists] Sap
  105.  
  106. alt [
  107. #showtooltip Blind
  108. /cast [@arena1,exists] Blind
  109.  
  110. alt ]
  111. #showtooltip Blind
  112. /cast [@arena2,exists] Blind
  113.  
  114. alt \
  115. #showtooltip Blind
  116. /cast [@arena3,exists] Blind
  117.  
  118. https://gyazo.com/a399cb804e13d4ebb93e2303186b874b
  119. https://gyazo.com/c458a002d73a3be7b820c1c17b8744b7
Add Comment
Please, Sign In to add comment