Advertisement
Guest User

Naiikaii Macros

a guest
May 28th, 2015
2,931
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.83 KB | None | 0 0
  1. Hi dude <3
  2. All the macros that I use, first the english version and after that the german one.
  3.  
  4.  
  5.  
  6. English Version:
  7.  
  8. All the macros that I use:
  9.  
  10. #showtooltip Cheap Shot
  11. /cast [target= focus ] Cheap Shot; Cheap Shot
  12.  
  13. #showtooltip Sap
  14. /cast [target= focus ] Sap; Sap
  15.  
  16. #showtooltip Blind
  17. /cast [target= focus ] Blind; Blind
  18.  
  19. #showtooltip Gouge
  20. /cast [target= focus ] Gouge; Gouge
  21.  
  22. #showtooltip Kick
  23. /cast [target= focus ] Kick; Kick
  24.  
  25. #showtooltip Kidney Shot
  26. /cast [target= focus ] Kidney Shot; Kidney Shot
  27.  
  28.  
  29. #showtooltip [talent:4/1] Cloak and Dagger; [talent:4/2] Shadowstep; [talent:4/3] Burst of Speed
  30. /cast Burst of Speed
  31. /cast Shadowstep
  32.  
  33.  
  34. Sap Macro:
  35.  
  36. /Cleartarget
  37. /Targetenemy
  38. /cast Sap
  39.  
  40.  
  41. Target Macros:
  42.  
  43.  
  44. /target arena1
  45.  
  46. /target arena2
  47.  
  48. /target arena3
  49.  
  50.  
  51. /focus arena1
  52.  
  53. /focus arena2
  54.  
  55. /focus arena3
  56.  
  57.  
  58. To hide the macro texts:
  59.  
  60. /run for i = 1, 12 do _G["BonusActionButton"..i.."HotKey"]:SetAlpha(0)) end
  61. /run for i = 1, 12 do _G["MultiBarBottomLeftButton"..i.."HotKey"]:SetAlpha(0) end
  62. /run for i = 1, 12 do _G["MultiBarBottomRightButton"..i.."HotKey"]:SetAlpha(0) end
  63.  
  64.  
  65. /run for i = 1, 12 do _G["ActionButton"..i.."HotKey"]:SetAlpha(0) end
  66. /run for i = 1, 12 do _G["MultiBarLeftButton"..i.."HotKey"]:SetAlpha(0) end
  67. /run for i = 1, 12 do _G["MultiBarRightButton"..i.."HotKey"]:SetAlpha(0) end
  68.  
  69. I hope that you can learn from it and helps you! (:
  70.  
  71.  
  72.  
  73.  
  74.  
  75.  
  76.  
  77.  
  78.  
  79.  
  80.  
  81.  
  82.  
  83.  
  84. German Version:
  85.  
  86. #showtooltip Fieser Trick
  87. /cast [target= focus ] Fieser Trick; Fieser Trick
  88.  
  89. #showtooltip Kopfnuss
  90. /cast [target= focus ] Kopfnuss; Kopfnuss
  91.  
  92. #showtooltip Blenden
  93. /cast [target= focus ] Blenden; Blenden
  94.  
  95. #showtooltip Solarplexus
  96. /cast [target= focus ] Solarplexus; Solarplexus
  97.  
  98. #showtooltip Tritt
  99. /cast [target= focus ] Tritt; Tritt
  100.  
  101. #showtooltip Nierenhieb
  102. /cast [target= focus ] Nierenhieb; Nierenhieb
  103.  
  104.  
  105. #showtooltip [talent:4/1] Mantel und Degen; [talent:4/2] Schattenschritt; [talent:4/3] Geschwindigkeitsschub
  106. /wirken Geschwindigkeitsschub
  107. /wirken Schattenschritt
  108.  
  109.  
  110.  
  111. Sap Macro:
  112.  
  113. /Cleartarget
  114. /Targetenemy
  115. /cast Kopfnuss
  116.  
  117.  
  118. Target Macros:
  119.  
  120. /target arena1
  121.  
  122. /target arena2
  123.  
  124. /target arena3
  125.  
  126.  
  127. /focus arena1
  128.  
  129. /focus arena2
  130.  
  131. /focus arena3
  132.  
  133.  
  134. Die letzten beiden sind für das 'hiden' der Macrotexte:
  135.  
  136. /run for i = 1, 12 do _G["BonusActionButton"..i.."HotKey"]:SetAlpha(0)) end
  137. /run for i = 1, 12 do _G["MultiBarBottomLeftButton"..i.."HotKey"]:SetAlpha(0) end
  138. /run for i = 1, 12 do _G["MultiBarBottomRightButton"..i.."HotKey"]:SetAlpha(0) end
  139.  
  140.  
  141. /run for i = 1, 12 do _G["ActionButton"..i.."HotKey"]:SetAlpha(0) end
  142. /run for i = 1, 12 do _G["MultiBarLeftButton"..i.."HotKey"]:SetAlpha(0) end
  143. /run for i = 1, 12 do _G["MultiBarRightButton"..i.."HotKey"]:SetAlpha(0) end
  144.  
  145. Hoffe hab dir damit geholfen! (:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement