Advertisement
Guest User

Nahj Binds/Macros

a guest
Aug 10th, 2020
12,282
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.31 KB | None | 0 0
  1. QWE: Strafe
  2. S: Backpedal (actually useful for spacing / managing back with evasion)
  3.  
  4. 1: Stealth
  5. 2: Mutilate
  6. 3: Cheap shot
  7. 4: Kidney Shot
  8. 5: Envenom
  9. A: Rupture
  10. D: Shadowstep
  11. F: Kick.
  12. R: Shadowmeld
  13. T: Vanish
  14. V: Gladiators Medallion (CC trinket)
  15. G: Garrote
  16. B: Blind target (rarely used. Usually focus blind).
  17.  
  18.  
  19. Z:Focus Arena1
  20. X:Focus Arena2
  21. C:Focus Arena3
  22.  
  23. Scroll up: Target Arena1
  24. Scroll down: Target Arena2
  25. Middle mouse wheel: Target Arena3
  26.  
  27. F1: Blind Arena1
  28. F2: Blind Arena2
  29. F3: Blind Arena3
  30.  
  31.  
  32. Shift A: Crimson Vial
  33. Shift D: Feint
  34. Shift F: Focus Kick
  35. Shift Z: Essence (reaping flame)
  36. Shift X: Vendetta / Symbols of Death
  37. Shift C: Marked for Death
  38. Shift Q: Focus Poisoned knife (throw) / Focus Gouge
  39. Shift W: Focus Kidney
  40. Shift E: 2nd trinket slot (usually battlemaster/spite/maledict)
  41. Shift R: Cloak of Shadows
  42. Shift S: Toxic Blade
  43. Shift V: Shadow blades
  44. Shift 1: Fan of knives
  45. Shift 2: poisoned knife (throw)
  46. Shift 3: Focus cheap shot
  47. Shift 4: (PvE Potions).
  48. Shift 5: Mage Food
  49.  
  50. Mouse Button 1: Focus Blind
  51. Mouse button 2: Step kick
  52.  
  53. Shift Mouse button 1: Focus Sap
  54. Shift mouse button 2: Focus Garrote.
  55.  
  56. Alt W: Smoke Bomb
  57. Alt D: Evasion
  58. Alt E: Sprint
  59. Alt S: Step kick non focus. Faster to double tap for me than press D and F separately.
  60. Alt F: main trinket slot (on use/spine).
  61. Alt Q: Distract
  62. Alt 2: Tricks of the Trade
  63. Alt mid mousewheel: Bandage
  64.  
  65. Ctrl D: Cape on use remove corruption.
  66. Ctrl S: Step healer / party 1
  67. Ctrl V: panic trinket + cds bundle.
  68. Ctrl 2: Detection (doesn't do anything).
  69. Ctrl R: Focus Dismantle
  70.  
  71.  
  72. 6: Mount
  73. H: Healthstone
  74. Y: Shroud
  75. Up arrow key: Actionbar toggle for misc utility stuff like xmog mount through macro /swapactionbar 1 2
  76. ` tilda: Mouseover focus
  77.  
  78. Shift Tab: wepswap double dps enchant (pruned)
  79. Shift Caps: Back to wep chain disarm reduction (pruned)
  80.  
  81.  
  82. Stealth with cancelaura meld to meld stealth without having to move.
  83. #showtooltip stealth
  84. /cancelaura shadowmeld
  85. /stopattack
  86. /cast [nocombat] !stealth
  87.  
  88. #showtooltip shadowmeld
  89. /stopattack
  90. /cast shadowmeld
  91.  
  92. Sap 123 bundeled in with focus 123 (for sapping melds/vanishes). Have to be careful not to switch saps on openers though.
  93. #showtooltip sap
  94. /cast [@arena1] sap
  95. /cast [nocombat] !stealth
  96. /focus [@arena1]
  97.  
  98. #showtooltip sap
  99. /cast [@arena2] sap
  100. /cast [nocombat] !stealth
  101. /focus [@arena2]
  102.  
  103. #showtooltip sap
  104. /cast [@arena3] sap
  105. /cast [nocombat] !stealth
  106. /focus [@arena3]
  107.  
  108.  
  109. Standard Focus Cheap shot
  110. #showtooltip cheap shot
  111. /cast [@focus] cheap shot
  112.  
  113. Standard focus sap.
  114. #showtooltip sap
  115. /cast [@focus] sap
  116.  
  117. Standard focus poisoned knife
  118. #showtooltip poisoned knife
  119. /cast [@focus] poisoned knife
  120.  
  121.  
  122. Standard kidney/stealth if out of combat, but with [harm] it doesn't acquire a target so you won't kidney something else if someone vanish/meld/feign deaths.
  123. #showtooltip kidney shot
  124. /cast [nocombat] !stealth
  125. /cast [harm] kidney shot
  126. /stopattack [nocombat,stealth]
  127.  
  128.  
  129. Mutilate, but stealths if out of combat and applies poison if out of combat and in stealth.
  130. #showtooltip mutilate
  131. /cast [nocombat,nostealth] !stealth; [harm] mutilate
  132. /castsequence [stealth,noharm] reset=10 Wound Poison, Crippling poison
  133.  
  134. Marked for death, but can double tap for mfd envenom only if not in stealth
  135. #showtooltip marked for death
  136. /castsequence [nostealth,harm] reset=1 marked for death, Envenom
  137. /cast [stealth] marked for death
  138.  
  139.  
  140. Looking for stealth sap and normal sap for dancing merged into one.
  141. #showtooltip sap
  142. /stopattack
  143. /cast [nocombat] !stealth
  144. /cleartarget [stealth,nocombat]
  145. /targetenemy [stealth,nocombat]
  146. /cast sap
  147.  
  148. Actionbar toggle for misc things like xmog mount, professions etc.
  149. /swapactionbar 1 2
  150.  
  151.  
  152. Shadowstep healer. can put multiple healer names in macro and then just end in party1 so if no names are there it'll just step party 1.
  153. #showtooltip shadowstep
  154. /cast [@gekz] shadowstep
  155. /cast [@party1] shadowstep
  156. /cast [@party2] shadowstep
  157.  
  158. Mouseover focus for pve/wpvp/bgs etc:
  159. /clearfocus
  160. /focus [@mouseover,nodead,exists]; [@target,exists]
  161.  
  162.  
  163. Blind 123: Not really recommended at all anymore, but nice for trying to get someone as they come out instantly rather than 2 separate presses of focus arena number + focus blind
  164. #showtooltip
  165. /cast [@arena1] blind
  166.  
  167. #showtooltip blind
  168. /cast [@arena2] blind
  169.  
  170. #showtooltip blind
  171. /cast [@arena3] blind
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement