Advertisement
Guest User

Glonglon's Combat Rogue macros

a guest
May 31st, 2014
10,218
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. All-in-one Sap+gouge target :
  2.  
  3. #showtooltip
  4. /cast [@target, stance:1/3] Sap
  5. /cast [@target, stance:0] Gouge
  6.  
  7. All-in-one Sap+gouge focus :
  8.  
  9. #showtooltip
  10. /cast [@focus, stance:1/3] Sap
  11. /cast [@focus, stance:0] Gouge
  12.  
  13. All-in-one Sap+gouge mouseover :
  14.  
  15. #showtooltip
  16. /cast [@mouseover, stance:1/3] Sap
  17. /cast [@mouseover, stance:0] Gouge
  18.  
  19. Autosap, useful vs stealthies :
  20.  
  21. #showtooltip Sap
  22. /cleartarget
  23. /targetenemyplayer
  24. /cast Sap
  25.  
  26. Adrenaline rush+shadowblades :
  27.  
  28. #showtooltip Adrenaline Rush
  29. /use 14
  30. /use 10
  31. /use Blood Fury(racial)
  32. /cast Adrenaline Rush
  33. /cast Shadow Blades
  34.  
  35. Killing spree :
  36.  
  37. #showtooltip Killing Spree
  38. /use 14
  39. /use 10
  40. /use Blood Fury(racial)
  41. /cast Killing Spree
  42.  
  43. Preparation :
  44.  
  45. #showtooltip Preparation
  46. /castsequence [nostealth] reset=5 !Evade,null
  47. /castsequence reset=5 !Sprint,null
  48. /castsequence reset=5 !Preparation,null
  49.  
  50. Shadowstep target :
  51.  
  52. #showtooltip
  53. /cast [@target] Shadowstep
  54.  
  55. Shadowstep friendly healer to eat hunter's freezing trap :
  56.  
  57. #showtooltip
  58. /cast [@nameOfYourHealer] Shadowstep
  59.  
  60. Shadowstep + kick focus :
  61.  
  62. #showtooltip Shadowstep
  63. /cast [target=Focus] Shadowstep
  64. /cast [target=Focus] Kick
  65.  
  66. Shadowstep mouseover :
  67.  
  68. /cast [@mouseover] Shadowstep
  69.  
  70. Vanish or shadow walk if stealth :
  71.  
  72. #showtooltip Vanish
  73. /stopattack
  74. /stopattack
  75. /stopattack
  76. /cast [combat] Vanish; !Stealth
  77. /cast [stance:1] Shadow Walk
  78.  
  79. shiv+throw, will shiv on melee and throw on range :
  80.  
  81. #showtooltip Shiv
  82. /startattack
  83. /cast Shiv
  84. /cast Throw
  85.  
  86. Poisons macro :
  87.  
  88. #showtooltip
  89. /use [nomodifier] Wound poison; [modifier:shift] Mind-numbing poison; [modifier:alt] Deadly Poison; [modifier:ctrl] Crippling Poison
  90.  
  91. Symbiosis+healthstone :
  92.  
  93. #showtooltip
  94. /cast Symbiosis
  95. /cast Healthstone
  96.  
  97. Blind target :
  98.  
  99. /cast [@target] Blind
  100.  
  101. Blind focus :
  102.  
  103. /cast [@focus] Blind
  104.  
  105. Blind mouseover :
  106.  
  107. /cast [@mouseover] Blind
  108.  
  109. Kick target :
  110.  
  111. /cast [@target] Kick
  112.  
  113. Kick focus :
  114.  
  115. /cast [@focus] Kick
  116.  
  117. Kick mouseover :
  118.  
  119. /cast [@mouseover] Kick
  120.  
  121.  
  122. Tricks :
  123.  
  124. /cast [@nameOfYourDpsTeamate] Tricks of the Trade
  125.  
  126. Arena targeting macros (each line is a different macro) :
  127.  
  128. /tar 1
  129.  
  130. /tar 2
  131.  
  132. /tar 3
  133.  
  134. /focus 1
  135.  
  136. /focus 2
  137.  
  138. /focus 3
  139.  
  140. /cast [@arena1] Blind
  141.  
  142. /cast [@arena2] Blind
  143.  
  144. /cast [@arena3] Blind
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement