Advertisement
Tactic

Tactic's Macros

Dec 24th, 2013
11,835
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.36 KB | None | 0 0
  1. #showtooltip
  2. /cancelaura Hand of Protection
  3. /cast [target=mouseover] Bind Elemental
  4. /cancelaura Hand of Protection
  5.  
  6.  
  7. /cast [target=mouseover] Cleanse Spirit
  8.  
  9.  
  10. /cast [nomod,@none]Frostbrand Weapon;
  11. /use [nomod]17
  12. /click StaticPopup1Button1
  13.  
  14.  
  15. /cast [nomod,@none]Flametongue Weapon;
  16. /use [nomod]17
  17. /click StaticPopup1Button1
  18.  
  19.  
  20. /cast [nomod,@none]Windfury Weapon
  21. /use [nomod]16
  22. /click StaticPopup1Button1
  23.  
  24.  
  25. /cast [nomod,@none]Rockbiter Weapon
  26. /use [nomod]16
  27. /click StaticPopup1Button1
  28.  
  29.  
  30. #showtooltip Ascendance
  31. /use Grievous Gladiator's Linked Gauntlets
  32. /cast Blood Fury(Racial)
  33. /cast Stormlash Totem
  34. /cast Ascendance
  35. /cast Elemental Mastery
  36. /startattack
  37. /use Virmen's Bite
  38.  
  39.  
  40. For this one your macro name must be named "Freedom"
  41. #showtooltip
  42. /use Windwalk Totem
  43. /use Earthbind Totem
  44. /run SetMacroSpell("Freedom", GetSpellInfo"Windwalk Totem" or GetSpellInfo"Earthbind Totem")
  45.  
  46.  
  47. #showtooltip
  48. /cast [@focus, mod:SHIFT][@target, nomod] Purge
  49.  
  50.  
  51. #showtooltip
  52. /castsequence reset=7 Unleash Elements, Elemental Blast
  53.  
  54.  
  55. For this one your macro name must be named "Tier2" to work
  56. #showtooltip
  57. /use Call of the Elements
  58. /use Totemic Projection
  59. /run SetMacroSpell("Tier2", GetSpellInfo"Call of the Elements" or GetSpellInfo"Totemic Projection")
  60.  
  61.  
  62. #showtooltip
  63. /use Stormstrike
  64. /startattack
  65. /petassist
  66. /cancelaura Ghost Wolf
  67. /stopcasting
  68.  
  69.  
  70. #showtooltip
  71. /stopcasting
  72. /cast Wind Shear
  73.  
  74.  
  75. #showtooltip
  76. /stopcasting
  77. /cast [@focus] Wind Shear
  78. /startattack
  79.  
  80.  
  81. #showtooltip
  82. /cast [@arena2] Frost Shock
  83.  
  84.  
  85. #showtooltip Frost Shock
  86. /cast [target=focus] Frost Shock
  87.  
  88.  
  89. For this one I use an addon called "Macro Toolkit" which allows me go over the character limit
  90. #showtooltip
  91. /use [@Admoney]Cleanse Spirit
  92. /use [@Bananalord]Cleanse Spirit
  93. /use [@Chinatownn]Cleanse Spirit
  94. /use [@Chyster]Cleanse Spirit
  95. /use [@Shaden]Cleanse Spirit
  96. /use [@Incentive]Cleanse Spirit
  97. /use [@Beejaay]Cleanse Spirit
  98. /use [@Kel]Cleanse Spirit
  99. /use [@Scrödinger]Cleanse Spirit
  100. /use [@Gymtan]Cleanse Spirit
  101. /use [@Khels]Cleanse Spirit
  102. /use [@Herbly]Cleanse Spirit
  103. /use [@Veejáy]Cleanse Spirit
  104. /use [@Heavismash]Cleanse Spirit
  105. /use [@Zekrrom]Cleanse Spirit
  106. /use [@Drbeak]Cleanse Spirit
  107. /use [@Bigjuicy]Cleanse Spirit
  108. /use [@Realest]Cleanse Spirit
  109. /use [@Toetimz]Cleanse Spirit
  110. /use [@Absterge]Cleanse Spirit
  111.  
  112. I recommend having 2 dispel macros and a mouse-over dispel macro for when doing 5s.
  113.  
  114.  
  115. Again like above, I have macros to heal my partners. Try to have 2 macros for your teammates, ex:
  116.  
  117. #showtooltip
  118. /cast [target=Real] Healing Surge
  119. /use [@Heavismash]Healing Surge
  120. /use [@Drbeak]Healing Surge
  121. /use [@Zekromm]Healing Surge
  122. /cast [target=Bigjuicy] Healing Surge
  123. /cast [target=Yizdano] Healing Surge
  124. /use [@Realest]Healing Surge
  125. /use [@Bananalord]Healing Surge
  126. /use [@Cocoapoofs]Healing Surge
  127.  
  128. #showtooltip
  129. /cast [target=Dingojr] Healing Surge
  130. /cast [target=Phenomina] Healing Surge
  131. /cast [target=Veejayx] Healing Surge
  132. /cast [target=Veejáyx] Healing Surge
  133. /cast [target=Restojuicy] Healing Surge
  134. /cast [target=Phenmonk] Healing Surge
  135. /cast [target=Bambiqt] Healing Surge
  136.  
  137.  
  138. #showtooltip Hex
  139. /cast [target=focus] Hex
  140.  
  141.  
  142.  
  143. #showtooltip
  144. /cast [nomodifier] Lightning Shield; Water Shield
  145.  
  146.  
  147. #showtooltip Flame Shock
  148. /startattack
  149. /cast [@mouseover,harm,nodead][] Flame Shock; Flame Shock
  150.  
  151.  
  152. Mouseover Focus:
  153. /focus [@mouseover,nodead,exists]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement