Advertisement
Guest User

Nahj WoW rogue macros/keybinds

a guest
Dec 24th, 2014
24,730
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. Binds
  2. ` - mouseover focus
  3. Caps lock – Focus shiv
  4. F1 – Blind arena1
  5. F2 – Blind arena2
  6. F3 – Blind arena3
  7. Mousewheel up - Target arena1
  8. Mousewheel down - Target arena2
  9. Middle Mouse button - Target arena3
  10. Z - Focus arena1
  11. X - Focus arena2
  12. C - Focus arena3
  13. Shift E - Focus blind
  14. Shift C - Marked for death
  15. Ctrl 1 - Dismantle arena1
  16. Ctrl 2 - Dismantle arena2
  17. Ctrl 3 - Dismantle arena3
  18. (^disarms are gone in WoD)
  19.  
  20. Shift middle mouse button – Ground mount
  21. Alt middle mouse button - Bandage
  22. Ctrl middle mouse button – Flying mount.
  23.  
  24. Shift X - Slice and Dice
  25. Ctrl mousewheel up/down – Camera zoom in/out.
  26.  
  27. Shift Tab - Swap to Double Dancing Steel (via 2 different "sets" on the equipment manager)
  28. Shift Caps lock - Swap back to Dancing steel/weapon chain for disarm reduction
  29. (^no need for wep swap now that disarms are gone).
  30.  
  31. 1 – Hemorrhage. (In stealth it’s my looking for stealth sap macro and just a normal target sap for dance.)
  32. Shift 1 –Fan of knives
  33. Alt 1 – Modifier for Hemorrhage in dance or stealth (for subterfuge, seeing as ambush energy starves hard if used when not dancing)
  34.  
  35. 2 – Backstab. Ambush in stealth/dance.
  36. Shift 2 – Premeditation
  37. Alt 2 – Tricks of the trade
  38. (^Gone in WoD)
  39.  
  40. 3- Evis. (sap in stealth/cheap shot during dance. evis becomes 5 in stealth/dance).
  41. Shift 3 - Rupture (Focus sap in stealth)
  42. Alt 3 - Rupture in stealth
  43.  
  44. 4 – Kidney Shot (Cheap shot in stealth, but still kidney during dance).
  45. Shift 4 – Focus Cheapshot
  46.  
  47. 5 – Evis during stealth
  48.  
  49. Q – Strafe Left
  50. Shift Q – Focus Gouge
  51. Alt Q – Out of stealth distract
  52.  
  53. W – Move forward
  54. Shift W- Focus Kidney
  55.  
  56. E- Strafe right
  57. Shift E - Focus Blind
  58. Alt E – Sprint
  59.  
  60. R – Cloak of shadows
  61. Shift R – Smoke Bomb
  62. Alt R – Get out of CC trinket.
  63. Ctrl R – Focus Dismantle
  64. (^Rip disarms)
  65.  
  66. T – Vanish
  67. Alt T – Prep
  68.  
  69. A – Feint
  70. Shift A – Combat Readiness
  71.  
  72. S – Shadowstep
  73. Alt S – Step kick (for hitting alt s twice instead of step then my kick bind separately)
  74. Ctrl S – Step healer.
  75.  
  76. D – Cheap Shot in stealth. Dance Cheap shot out of stealth.
  77. Shift D – Recuperate
  78. Alt D - Evasion
  79.  
  80. F – Kick
  81. Shift F – Focus Kick
  82. Alt F – Rocketboots/engineering belt tinker
  83. Ctrl F – Engineering Glider
  84.  
  85. G – Shiv (Garrote in stealth)
  86. Alt G - Gouge
  87.  
  88. H - Healthstone
  89.  
  90. V – Will of the forsaken/other racials such as shadowmeld etc
  91. Shift V – Death from above or focus reflect. I only use venom rush in 3s as sub.
  92.  
  93. Y - Shroud of concealment
  94.  
  95. Mouse button 2 – Focus step kick
  96. Shift mouse button 2 – Focus garrote
  97.  
  98. Macros
  99. Not going to list every macro seeing as most are very basic in terms of just showtooltips, focus (every ability, besides damage obv) and stealth/nostealth/stance macros.
  100.  
  101. (Up arrow key)
  102. /swapactionbar 1 2
  103. Just pages your main action bar. I use that for keybinding my poisons, hearthstone/novelty items etc.
  104.  
  105. (3 on actionbar 2) Stopwatch Stun DR tracker for cheap shot
  106. /run f=CreateFrame("Frame") f:RegisterEvent("UNIT_SPELLCAST_SUCCEEDED") f:SetScript("OnEvent", function(self,event,...) if UnitName(select(1,...))==UnitName("player") and select(5,...)==1833 then Stopwatch_StartCountdown(0,0,23) Stopwatch_Play() end end)
  107.  
  108. (4 on actionbar 2) Stopwatch Stun DR tracker for kidney shot
  109. /run f=CreateFrame("Frame") f:RegisterEvent("UNIT_SPELLCAST_SUCCEEDED") f:SetScript("OnEvent", function(self,event,...) if UnitName(select(1,...))==UnitName("player") and select(5,...)==408 then Stopwatch_StartCountdown(0,0,26) Stopwatch_Play() end end)
  110.  
  111. (2 on actionbar 2) Script that hides the gryphons on the default blizzard UI action bars.
  112. /run MainMenuBarLeftEndCap:Hide(); MainMenuBarRightEndCap:Hide()
  113.  
  114. (1 on actionbar 2) Poison macro with modifiers for other poisons for various situations.
  115. #showtooltip
  116. /castsequence [nomod] Mind-numbing Poison, Wound Poison
  117. /castsequence [mod:shift] Paralytic Poison , Wound Poison
  118. /castsequence [mod:alt] Crippling Poison, Wound Poison
  119.  
  120. (Tilda `)
  121. /clearfocus
  122. /focus [@mouseover,nodead,exists]; [@target,exists
  123. Focuses what your mouse is on. Good for quickly setting focus to a pet like a priest psyfiend/UH dk gargoyle etc or as a backup focus for if you DC and lose your arena frames.
  124.  
  125. Example of macroing something to an arena frame for either targeting or focusing.
  126. (Z, X, C)
  127. /focus [@arena1]
  128. /focus [@arena2]
  129. /focus [@arena3]
  130. 3 separate macros, 3 separate binds.
  131. You can use arena binds for abilities as well which is good for occasional things like when playing a mage/lock and counterspelling/spell locking a mage coming out of invis or blinding a stealthy the second they come out which would look like " /cast [@arena1] insert ability "
  132.  
  133. Simple focus macro format
  134. /cast [@focus] ability
  135. If you want to save bar space and or macro space you can always do modifiers such as.
  136. /cast [nomod] ability x
  137. /cast [mod:shift] ability y
  138. /cast [mod:alt,@focus] focus ability whatever
  139.  
  140. (1 in stealth)
  141. #showtooltip premeditation
  142. /cleartarget [nomod,stance:1]
  143. /targetenemy [nomod,stance:1]
  144. /stopattack [nomod,stance:1]
  145. /cast [nomod,stance:1/2/3] sap
  146. /startattack [mod:alt]
  147. /cast [mod:alt] hemorrhage
  148. /cast [mod:alt] dispatch
  149. LF stealth sap macro with alt modifier for hemo/dispatch procs.
  150.  
  151. (2 on main bar)
  152. #showtooltip [stance:0] backstab; [stance:1/2] ambush
  153. /cast [nocombat] !stealth
  154. /cancelaura hand of protection
  155. /startattack
  156. /cast [stance:0,nodead] backstab
  157. /cast [stance:1/2,nodead] ambush
  158. /cast [mod:shift] throw
  159. /use [dead] Alliance Flag of Victory
  160. Cancels BoP, backstabs when not stealthed. Ambushes during stealth/dance. If on a dead player it'll use a flag on their corpse.
  161.  
  162. (shift 2)
  163. #showtooltip [nostealth] shiv; [stealth] garrote
  164. /cast [nomod,nostealth] !stealth
  165. /cast [nomod,noform] Shiv
  166. /cast [nomod,form] Garrote
  167. /cast [mod:alt] gouge
  168. shivs normally and during dance, but functions as premed in stealth.
  169.  
  170. (alt 2)
  171. #showtooltip Tricks of the Trade
  172. /cast [@mouseover,exists,help] [@Maorimoron,help] [@Reesezpiecez,help] [@zuntko,help] [@breakycpk,help] [@focus,exists,help] [@targettarget,nodead, help] [@party1,help] Tricks of the Trade
  173. Trick's mouseover if you have one, if most likely not it'll go through multiple names you setup in the macro and if none of those are in your group it'll try focus (a pve addition I haven't used in forever, target of target or party 1). Just nice to have so you don't have to change names in the macro every time you switch who you're playing with.
  174. (^Tricks doesn't boost damage in WoD anymore)
  175.  
  176. (4)
  177. #showtooltip kidney shot
  178. /cast [nomod,nostealth] !stealth
  179. /castsequence [nomod,stance:1] reset=1.5 Cheap Shot, Rupture
  180. /cast [nomod,stance:0/2] kidney shot
  181. /cast [mod:alt] kidney shot
  182. Restealths if possible. cheap shot ruptures in stealth. Kidneys when out of stealth or dancing I combine this with my D bind if I want to keep cheap shoting during dance.
  183.  
  184. (D)
  185. #showtooltip shadow dance
  186. /cast [stance:0,nocombat] !stealth
  187. /cast [stance:0] shadow dance
  188. /use [stance:0] 14
  189. /castsequence [stance:0/1/2/3] reset=1.5 Cheap Shot, Rupture
  190. Cheap shot ruptures if in stealth. Dance cheapshots if not stealth.
  191.  
  192. (Shift G)
  193. #showtooltip shadow dance
  194. /cancelaura subterfuge
  195. /cast shadow dance
  196. /use 14
  197. Simple Dance + on use macro. Cancelaura subterfuge to prevent bar bugging.
  198.  
  199. (S)
  200. #showtooltip shadowstep
  201. #showtooltip shadowstep
  202. /cast [nomod] Shadowstep
  203. /cast [nomod] burst of speed
  204. /castsequence [mod:alt] Shadowstep, Kick
  205. /cast [mod:ctrl,@flummy] Shadowstep
  206. /cast [mod:ctrl,@Hydera] shadowstep
  207. /cast [mod:ctrl,@party1] shadowstep
  208. Shadowsteps with no modifier. Alt Step kicks, ctrl is step healer. If none of the healers in your macro are in your group it'll step party 1 which is a nice little touch for doing things like 2s and not having to setup names for every que session.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement