Advertisement
Guest User

Nahj WoW rogue macros/binds

a guest
Oct 7th, 2014
2,281
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.  
  19. Shift middle mouse button – Ground mount
  20. Alt middle mouse button - Bandage
  21. Ctrl middle mouse button – Flying mount.
  22.  
  23. Shift X - Slice and Dice
  24. Ctrl mousewheel up/down – Camera zoom in/out.
  25.  
  26. Shift Tab - Swap to Double Dancing Steel (via 2 different "sets" on the equipment manager)
  27. Shift Caps lock - Swap back to Dancing steel/weapon chain for disarm reduction
  28.  
  29. 1 – Hemorrhage. (In stealth it’s my looking for stealth sap macro and just a normal target sap for dance.)
  30. Shift 1 –Fan of knives
  31. Alt 1 – Modifier for Hemorrhage in dance or stealth (for subterfuge, seeing as ambush energy starves hard if used when not dancing)
  32.  
  33. 2 – Backstab. Ambush in stealth/dance.
  34. Shift 2 – Shiv
  35. Alt 2 – Tricks of the trade
  36.  
  37. 3- Evis. Modifier macro for evis on 3, shift 3/alt 3 being rupture on same bar slot.
  38. #showtooltip [nomod] eviscerate; [mod:shift/alt] rupture; [mod:ctrl] eviscerate
  39. /cast [nomod] Eviscerate
  40. /cast [mod:shift] Rupture
  41. /cast [mod:alt] Rupture
  42.  
  43. 4 – Cheap shot
  44. Shift 4 – Focus Cheapshot
  45. Alt 4 - Kidney Shot
  46.  
  47. 5 – Engineering glove tinker if not stealthed/dancing. Evis during stealth/shadow dance.
  48. Shift 5 – on Use stat trinket (when using one.)
  49.  
  50. Q – Strafe Left
  51. Shift Q – Focus Gouge
  52. Alt Q – Out of stealth distract
  53.  
  54. W – Move forward
  55. Shift W- Focus redirect kidney
  56. Alt W – Smoke bomb
  57.  
  58. E- Strafe right
  59. Alt E – Sprint
  60.  
  61. R – Cloak of shadows
  62. Shift R – dismantle
  63. Alt R – Freedom trinket
  64. Ctrl R – Focus Dismantle
  65.  
  66. T – Vanish
  67. Alt T – Prep
  68.  
  69. A – Feint
  70. Shift A – Redirect
  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 – Shadow Dance
  77. Shift D – Recuperate
  78. Alt D - Evasion
  79. Ctrl D – Combat Readiness
  80.  
  81. F – Kick
  82. Shift F – Focus Kick
  83. Alt F – Rocketboots/engineering belt tinker
  84. Ctrl F – Engineering Glider
  85.  
  86. G – Garrote
  87. Alt G - Gouge
  88.  
  89. H - Healthstone
  90.  
  91. V – Will of the forsaken/other racials such as shadowmeld etc
  92. Shift V – Shadow blades
  93.  
  94. Y - Shroud of concealment
  95.  
  96. Mouse button 2 – Focus step kick
  97. Shift mouse button 2 – Focus garrote
  98.  
  99. Mouse button 3 – Symbiosis
  100.  
  101. Macros
  102. 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.
  103.  
  104. (Up arrow key)
  105. /swapactionbar 1 2
  106. Just pages your main action bar. I use that for keybinding my poisons, hearthstone/novelty items etc.
  107.  
  108. (3 on actionbar 2) Stopwatch Stun DR tracker for cheap 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,...)==1833 then Stopwatch_StartCountdown(0,0,23) Stopwatch_Play() end end)
  110.  
  111. (4 on actionbar 2) Stopwatch Stun DR tracker for kidney shot
  112. /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)
  113.  
  114. (2 on actionbar 2) Script that hides the gryphons on the default blizzard UI action bars.
  115. /run MainMenuBarLeftEndCap:Hide(); MainMenuBarRightEndCap:Hide()
  116.  
  117. (1 on actionbar 2) Poison macro with modifiers for other poisons for various situations.
  118. #showtooltip
  119. /castsequence [nomod] Mind-numbing Poison, Wound Poison
  120. /castsequence [mod:shift] Paralytic Poison , Wound Poison
  121. /castsequence [mod:alt] Crippling Poison, Wound Poison
  122.  
  123. (Tilda `)
  124. /clearfocus
  125. /focus [@mouseover,nodead,exists]; [@target,exists
  126. 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.
  127.  
  128. Example of macroing something to an arena frame for either targeting or focusing.
  129. (Z, X, C)
  130. /focus [@arena1]
  131. /focus [@arena2]
  132. /focus [@arena3]
  133. 3 separate macros, 3 separate binds.
  134. 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 "
  135.  
  136. Simple focus macro format
  137. /cast [@focus] ability
  138. If you want to save bar space and or macro space you can always do modifiers such as.
  139. /cast [nomod] ability x
  140. /cast [mod:shift] ability y
  141. /cast [mod:alt,@focus] focus ability whatever
  142.  
  143. (1 in stealth)
  144. #showtooltip Sap
  145. /cleartarget [nomod,stance:1]
  146. /targetenemy [nomod,stance:1]
  147. /cast [nomod,stance:1/2/3] Sap
  148. /cast [mod:shift] Fan of Knives
  149. /cast [mod:alt,stance:1/3] Hemorrhage
  150. This is just a sap macro for when looking for stealthies when not hiting a modifier. Shift/alt modifiers function as fan of knives and hemo in dance/stealth. It's good to have a hemo in stealth for combo point generation during subterfuge instead of spending 60 energy on ambush at times.
  151.  
  152. (2 on main bar) backstabs normally and in stealth, but ambushes during dance. Also restealths if possible and cancels BoP.
  153. #showtooltip [stance:0] backstab; [stance:1/2/3/] ambush
  154. /cancelaura hand of protection
  155. /startattack
  156. /cast [combat,stance:0/1] backstab; [combat,stance:2/3] Ambush; [nocombat,stance:0] !stealth
  157.  
  158. (shift 2) shivs normally and during dance, but functions as premed in stealth and as a modifier for ambush for stealth.
  159. #showtooltip shiv
  160. /cast [stance:0/1/3] premeditation
  161. /cast [stance:0/3] shiv
  162. /cast [stance:0/3] throw
  163. /cast [stance:1] ambush
  164.  
  165. (alt 2)
  166. #showtooltip Tricks of the Trade
  167. /cast [@mouseover,exists,help] [@Maorimoron,help] [@Reesezpiecez,help] [@zuntko,help] [@breakycpk,help] [@focus,exists,help] [@targettarget,nodead, help] [@party1,help] Tricks of the Trade
  168. 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.
  169.  
  170. (3 in stealth)
  171. #showtooltip [stealth] sap; [nostealth] cheap shot
  172. /cast [nomod,stealth] Sap
  173. /cast [mod:shift,stealth,@focus] Sap
  174. /cast [mod:shift,nostealth,@focus] Sap
  175. /cast [nomod,nostealth] Cheap Shot
  176. /cast [mod:alt.nostealth] Rupture
  177. Saps target. Shift 3 focus saps target during stealth/dance. Alt 3 ruptures target from stealth/subterfuge. Functions as Dance cheap shot and 1 becomes sap non focus via a stance macro.
  178.  
  179. (4) restealths if possible and is also cheap shot bind. Modifier for kidney shot as alt 4 on same bar/macro slot.
  180. #showtooltip kidney shot
  181. /cast [nomod,nostealth] !stealth
  182. /cast [nomod] cheap shot
  183. /cast [mod:alt] kidney shot
  184. (Shift E)
  185. #showtooltip Blind
  186. /cast [nomod,@focus,exists] Blind; Blind
  187. /cast [mod:shift] Blind
  188. Blinds your focus if you have one (if you don’t have a focus it’ll blind your target. Shift+ the bind makes it only your target if you have a focus).
  189.  
  190. (5) Engineering glove/evis from stealth. Shift modifier prioritizes on use trinket If i'm using one (only human). Alt modifier prioritizes engineering tinker.
  191. #showtooltip 10
  192. /startattack
  193. /cast [nomod,stance:0/1/3] eviscerate
  194. /use [mod:shift] 14
  195. /use [mod:shift] 10
  196. /use [mod:alt] 10
  197.  
  198. (Shift W)
  199. #showtooltip redirect
  200. /castsequence [@focus, exists,nostealth] reset=20 Redirect, Kidney Shot
  201. Just a simple redirect kidneyshot. Good for peeling and extending a CC chain if you have a garrote/cheapshot for your kill-target (you can sap out of 6sec kidneys if you’re team doesn’t do anything to keep the person in combat across the 6 seconds).
  202.  
  203. (S)
  204. #showtooltip shadowstep
  205. #showtooltip shadowstep
  206. /cast [nomod] Shadowstep
  207. /cast [nomod] burst of speed
  208. /castsequence [mod:alt] Shadowstep, Kick
  209. /cast [mod:ctrl,@flummy] Shadowstep
  210. /cast [mod:ctrl,@Hydera] shadowstep
  211. /cast [mod:ctrl,@party1] shadowstep
  212. 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.
  213.  
  214. (T)
  215. #showtooltip vanish
  216. /cancelaura subterfuge
  217. /cast vanish
  218. Cancels subterfuge on hitting vanish. Prevents mongo vanishes from getting yourself back out which happens when you vanish with the subterfuge buff already ticking down like for example vanishing a nova while already having subterfuge active would make the subterfuge falling cancel you out of vanish.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement