Lowpita

Warlock Macros

Sep 17th, 2015
144
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.09 KB | None | 0 0
  1. --Meta--
  2. /cast Metamorphosis
  3. /cancelaura Metamorphosis
  4.  
  5. --CDs--
  6. #showtooltip
  7. /cast Dark Soul: Knowledge
  8. /cast Dark Soul: Misery
  9. /cast Dark Soul: Instability
  10. /use Copeland's Clarity
  11. /use Wild Gladiator's Badge of Dominance
  12. /use Shards of Nothing
  13. /use Moonwell Chalice
  14.  
  15. --Felstorm--
  16. #showtooltip Felstorm
  17. /petattack
  18. /cast Pursuit(Special Ability)
  19. /cast Felstorm(Special Ability)
  20. /cast Wrathstorm(Special Ability)
  21.  
  22. --Focus Havoc--
  23. #showtooltip
  24. /cast [@focus, harm] [] Havoc
  25.  
  26. --Mouse Havoc--
  27. #showtooltip Havoc
  28. /cast [@mouseover,harm] Havoc
  29.  
  30. --Meta Doom--
  31. /stopcasting
  32. /cast [noform] Metamorphosis
  33. /cast [@mouseover,harm] Corruption
  34.  
  35. --Pet Attack--
  36. /petattack
  37. /cast Assist(Pet Stance)
  38.  
  39. --Pet MoveTo--
  40. /petmoveto
  41.  
  42. --Pet Follow--
  43. /cast Passive(Pet Stance)
  44. /petfollow
  45.  
  46. --Regen--
  47. #showtooltip
  48. /cast Dark Regeneration
  49. /use Shieldtronic Shield
  50. /use Healing Tonic
  51. /use Healthstone
  52.  
  53. --SB:SW--
  54. #showtooltip
  55. /cast Soulburn
  56. /cast Soul Swap
  57.  
  58. --Shadowburn--
  59. #showtooltip
  60. /stopcasting
  61. /cleartarget [@mouseover,harm,nodead]
  62. /use [@mouseover,harm,nodead][] Shadowburn
  63. /targetlasttarget [@mouseover,harm,nodead]
  64.  
  65. --Soulshatter--
  66. #showtooltip
  67. /stopcasting
  68. /cast Soulshatter
  69.  
  70. --Soulstone--
  71. #showtooltip Soulstone
  72. /cast [target=mouseover,exists] [] Soulstone
  73.  
  74. --T30--
  75. #showtooltip
  76. /cast Demonic Breath
  77. /cast Mortal Coil
  78. /cast Shadowfury
  79. /script m_c=GetSpellInfo(47897); m_ds=GetSpellInfo(108396); m_h=GetSpellInfo(30283)
  80. /run SetMacroSpell("30t", GetSpellInfo(m_c) or GetSpellInfo(m_ds) or GetSpellInfo(m_h))
  81.  
  82. --T45--
  83. #showtooltip
  84. /cast Soul Link
  85. /cast Sacrificial Pact
  86. /cast Dark Bargain
  87. /script m_c=GetSpellInfo(108415); m_ds=GetSpellInfo(108416); m_h=GetSpellInfo(110913)
  88. /run SetMacroSpell("45t", GetSpellInfo(m_c) or GetSpellInfo(m_ds) or GetSpellInfo(m_h))
  89.  
  90. --T60--
  91. #showtooltip
  92. /cast Blood Horror
  93. /cast Burning Rush
  94. /cast Unbound Will
  95. /script m_c=GetSpellInfo(111397); m_ds=GetSpellInfo(111400); m_h=GetSpellInfo(108482)
  96. /run SetMacroSpell("60t", GetSpellInfo(m_c) or GetSpellInfo(m_ds) or GetSpellInfo(m_h))
  97.  
  98. --Teleport--
  99. #showtooltip
  100. /stopcasting
  101. /cast Demonic Circle: Teleport
  102.  
  103. --Burning Rush--
  104. /cast Burning Rush
  105. /cancelaura Burning Rush
  106.  
  107. --DisableChannelCam--
  108. /console cameraSmoothTrackingStyle 0
  109.  
  110. --Fire and Brimstone--
  111. /cast Fire and Brimstone
  112. /cancelaura Fire and Brimstone
  113.  
  114. --Focus Agony--
  115. #showtooltip Agony
  116. /cast [@focus] Agony
  117.  
  118. --Focus Unstable Affliction--
  119. #showtooltip Unstable Affliction
  120. /cast [@focus] Unstable Affliction
  121.  
  122. --Focus Corruption--
  123. #showtooltip Corruption
  124. /cast [@focus] Corruption
  125.  
  126. --Glider--
  127. #showtooltip
  128. /cancelaura Nitro Boosts
  129. /use 15
  130.  
  131. --Focus--
  132. /focus [target=mouseover,exists][exists]
  133. /stopmacro [target=mouseover,exists][exists]
  134. /clearfocus
  135.  
  136. --EAB--
  137. /click ExtraActionButton1
  138. /script SendChatMessage("!!! EYE OF ANZU TO YOU !!!", "WHISPER", "Common", UnitName("target"));
  139. /targetlasttarget
  140.  
  141. --Mouse Corr--
  142. /use [@mouseover,harm,nodead][] Corruption
  143.  
  144. --Mouse UA--
  145. /use [@mouseover,harm,nodead][] Unstable Affliction
  146.  
  147. --Mouse Agony--
  148. /use [@mouseover,harm,nodead][] Agony
Advertisement
Add Comment
Please, Sign In to add comment