Advertisement
Guest User

Glonglon's Affliction lock macros

a guest
Mar 13th, 2014
41,332
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. Burst macro, remove unnecessary profs & racials lines & place your on-use trinket in the last slot :
  2.  
  3. #showtooltip Dark Soul
  4. /cast !Dark Soul: Misery
  5. /use 14
  6. /use 10
  7. /cast Blood Fury
  8. /cast Lifeblood
  9.  
  10.  
  11. Dark regeneration macro :
  12.  
  13. #showtooltip Dark Regeneration
  14. /cast Dark Regeneration
  15. /use Healthstone
  16. /cast Symbiosis
  17. /use [pet:imp] Cauterize Master
  18.  
  19.  
  20. Soulburn : soul swap macro :
  21.  
  22. #showtooltip Soul Swap
  23. /cast Soulburn
  24. /cast Soul Swap
  25.  
  26. Soulburn : Seed of Corruption macro :
  27.  
  28. #showtooltip
  29. /cast Soulburn
  30. /cast Seed of Corruption
  31. /startattack
  32.  
  33. Banish Psyfiend macro (useful vs priests) :
  34.  
  35. #showtooltip Banish
  36. /target Psyfiend
  37. /cast Banish
  38. /targetlasttarget
  39.  
  40. Mouseover or target Banish macro :
  41.  
  42. #showtooltip Banish
  43. /cast [@mouseover, harm, exists] Banish ; Banish
  44.  
  45. Target Spell lock :
  46.  
  47. #showtooltip Command Demon
  48. /cast Optical Blast
  49. /cast Command Demon
  50. /cast Spell Lock
  51.  
  52.  
  53. Focus Spell lock :
  54.  
  55. #showtooltip Command Demon
  56. /cast [@focus] Command Demon
  57. /cast [@focus] Optical Blast
  58. /cast [@focus] Spell Lock
  59.  
  60.  
  61. Target Dispell (disable clone magic autocast on your observer, you don't want to dispell random magic buffs but important ones like fear ward) :
  62.  
  63. #showtooltip Clone Magic(Special Ability)
  64. /cast [nomod, @target] Clone Magic(Special Ability)
  65.  
  66. Focus Dispell (disable clone magic autocast on your observer, you don't want to dispell random magic buffs but important ones like fear ward) :
  67.  
  68. #showtooltip Clone Magic(Special Ability)
  69. /cast [@focus] Clone Magic(Special Ability)
  70.  
  71. Agony + startattack :
  72.  
  73. #showtooltip
  74. /startattack
  75. /cast Agony
  76.  
  77.  
  78. Unstable Affliction + startattack :
  79.  
  80. #showtooltip
  81. /startattack
  82. /cast Unstable Affliction
  83.  
  84.  
  85. Corruption + startattack :
  86.  
  87. #showtooltip
  88. /startattack
  89. /cast Corruption
  90.  
  91. Haunt + startattack :
  92.  
  93. #showtooltip
  94. /startattack
  95. /cast Haunt
  96.  
  97. Regular seed of corruption + startattack :
  98.  
  99. #showtooltip
  100. /cast Seed of Corruption
  101. /startattack
  102.  
  103. Blood Horror & Unbound Will macro with proper tooltip (Macro name must be 'bfuw') :
  104.  
  105. #showtooltip
  106. /cast Blood Horror
  107. /cast Unbound Will
  108. /script n_vt=GetSpellInfo(111397); n_dm=GetSpellInfo(108482)
  109. /run SetMacroSpell("bfuw", GetSpellInfo(n_vt) or GetSpellInfo(n_dm))
  110.  
  111. Cancelaura blood horror macro (useful against warrior's spell reflect) :
  112.  
  113. /cancelaura Blood Horror
  114.  
  115.  
  116. Pet management macro, always play with a pet in passive mode and use the macros below (petmoveto only purpose is to eat traps but tbh I rarely use it) :
  117.  
  118. /petattack
  119.  
  120. /petpassive
  121.  
  122. /petmoveto
  123.  
  124.  
  125. Heal pet macro :
  126.  
  127. /petpassive
  128. /cast Health Funnel
  129.  
  130.  
  131. Summon pet macro :
  132.  
  133. #showtooltip
  134. /run if UnitIsDead("pet") then PetDismiss() end
  135. /cast [nopet] Summon Observer
  136.  
  137. Arenas macros :
  138.  
  139.  
  140. /cast [@arena1] Fear
  141.  
  142. /cast [@arena2] Fear
  143.  
  144. /cast [@arena3] Fear
  145.  
  146.  
  147.  
  148. #showtooltip Command Demon
  149. /cast [@arena1] Command Demon
  150. /cast [@arena1] Optical Blast
  151. /cast [@arena1] Spell Lock
  152.  
  153.  
  154.  
  155. #showtooltip Command Demon
  156. /cast [@arena2] Command Demon
  157. /cast [@arena2] Optical Blast
  158. /cast [@arena2] Spell Lock
  159.  
  160.  
  161.  
  162. #showtooltip Command Demon
  163. /cast [@arena3] Command Demon
  164. /cast [@arena3] Optical Blast
  165. /cast [@arena3] Spell Lock
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement