Advertisement
Guest User

tazgg Macro's

a guest
Jan 31st, 2017
1,834
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.36 KB | None | 0 0
  1. ### http://www.twitch.tv/tazgg
  2. ### Macros 31-01-2017
  3.  
  4. -- Traps
  5.  
  6. #showtooltip
  7. /stopcasting
  8. /cast [@player] Freezing Trap
  9.  
  10. #showtooltip
  11. /stopcasting
  12. /cast [@cursor] Freezing Trap
  13.  
  14. #showtooltip
  15. /stopcasting
  16. /cast [@cursor] Caltrops
  17. /cast [@cursor] Tar Trap
  18.  
  19. #showtooltip
  20. /cast [@player] Caltrops
  21. /cast [@player] Tar Trap
  22.  
  23. #showtooltip
  24. /cast [@cursor] Explosive Trap
  25.  
  26. -- Stings
  27.  
  28. #showtooltip [pvptalent:4/1] Viper Sting; [pvptalent:4/2] Scorpid Sting; [pvptalent:4/3] Spider Sting
  29. /cast Viper Sting
  30. /cast Scorpid Sting
  31. /cast Spider Sting
  32.  
  33. #showtooltip [pvptalent:4/1] Viper Sting; [pvptalent:4/2] Scorpid Sting; [pvptalent:4/3] Spider Sting
  34. /cast [@focus] Viper Sting
  35. /cast [@focus] Scorpid Sting
  36. /cast [@focus] Spider Sting
  37.  
  38. -- Kicks
  39.  
  40. #showtooltip
  41. /stopcasting
  42. /cast [spec:2] Counter Shot; [spec:3] Muzzle
  43.  
  44. #showtooltip
  45. /stopcasting
  46. /cast [spec:2,@focus] Counter Shot, [spec:3,@focus] Muzzle
  47.  
  48. #showtooltip
  49. /stopcasting
  50. /cast [spec:2,@arena1] Counter Shot, [spec:3,@arena1] Muzzle
  51.  
  52. #showtooltip
  53. /stopcasting
  54. /cast [spec:2,@arena2] Counter Shot, [spec:3,@arena2] Muzzle
  55.  
  56. #showtooltip
  57. /stopcasting
  58. /cast [spec:2,@arena3] Counter Shot, [spec:3,@arena3] Muzzle
  59.  
  60. -- Slows/roots
  61.  
  62. #showtooltip
  63. /stopcasting
  64. /cast [spec:2] Concussive Shot; [spec:3] Wing Clip
  65.  
  66. #showtooltip
  67. /stopcasting
  68. /cast [spec:2,@focus] Concussive Shot; [spec:3,@focus] Wing Clip
  69.  
  70. #showtooltip
  71. /stopcasting
  72. /cast [spec:2,@arena1] Concussive Shot; [spec:3,@arena1] Tracker's Net
  73.  
  74. #showtooltip
  75. /stopcasting
  76. /cast [spec:2,@arena2] Concussive Shot; [spec:3,@arena1] Tracker's Net
  77.  
  78. #showtooltip
  79. /stopcasting
  80. /cast [spec:2,@arena3] Concussive Shot; [spec:3,@arena1] Tracker's Net
  81.  
  82. -- Utility, replace names
  83.  
  84. #showtooltip
  85. /cast [pvptalent:5/2,@player] Mending Bandage; [pvptalent:5/3] Master's Call
  86.  
  87. #showtooltip
  88. /cast [pvptalent:5/2,@Nieze] Mending Bandage; [pvptalent:5/3,@Nieze] Master's Call
  89.  
  90. #showtooltip
  91. /cast [pvptalent:5/2,@Snyz] Mending Bandage; [pvptalent:5/3,@Nieze] Master's Call
  92.  
  93. #showtooltip
  94. /cast [@player] Roar of Sacrifice
  95.  
  96. #showtooltip
  97. /stopcasting
  98. /cast [@Nieze] Roar of Sacrifice
  99.  
  100. #showtooltip
  101. /stopcasting
  102. /cast [@Synz] Roar of Sacrifice
  103.  
  104. -- Movement
  105.  
  106. #showtooltip
  107. /stopcasting
  108. /cast [@focus] Harpoon
  109.  
  110. #showtooltip
  111. /stopcasting
  112. /cast Disengage
  113.  
  114. #showtooltip
  115. /stopcasting
  116. /cast !Feign Death
  117.  
  118. -- Talents
  119.  
  120. #showtooltip
  121. /stopcasting
  122. /cast [talent:2/2] A Murder of Crows; [talent:2/3] Snake Hunter
  123.  
  124. -- Other
  125.  
  126. #showtooltip
  127. /cast !Flare
  128.  
  129. #showtooltip
  130. /focus [@mouseover]
  131.  
  132. #showtooltip
  133. /cancelaura Blessing of Protection
  134. /cancelaura Aspect of the Turtle
  135. /cancelaura Mongoose Fury
  136. /cancelaura Ice Block
  137. /cancelaura Camouflage
  138. /cancelaura Combustion
  139. /cancelaura Slow fall
  140. /cancelaura Temporal Shield
  141.  
  142. #showtooltip
  143. /run ToggleSheath()
  144.  
  145. -- Scripts
  146. // Make a macro copy/paste and press it every time you login or reload UI.
  147.  
  148. /run CastingBarFrame:SetScale(1.5)
  149. /run MainMenuBarLeftEndCap:Hide();MainMenuBarRightEndCap:Hide()
  150.  
  151. /run b = 'Buff' st = 'Stealable' mM = 'Magic' mB = maxBuffs TFUA = 'TargetFrame_UpdateAuras' PFu = PlayerFrame.unit MTB = MAX_TARGET_BUFFS UB = UnitBuff UIE = UnitIsEnemy
  152.  
  153. /run hooksecurefunc(TFUA,function(s) for i=1,MTB do _,_,ic,_,dT=UB(s.unit,i) if(ic and (not s.mB or i<=s.mB)) then fS=_G[s:GetName()..b..i..st] if (UIE(PFu,s.unit) and dT==mM) then fS:Show() else fS:Hide() end end end end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement