Advertisement
Guest User

Warlock Macros

a guest
Feb 10th, 2015
5,470
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.00 KB | None | 0 0
  1. GRIMOIRE OF SACRIFICE
  2. -Name: *space bar* (blank)
  3. -Purpose: Never have to drag Grimoire of Sacrifice back onto bars after switching specs or talents. Also added grimoire: felguard for demonology
  4. -Notes:
  5. -------------------------
  6. #showtooltip
  7. /cast [talent:5/2] grimoire: felguard; [talent:5/3] grimoire of sacrifice
  8.  
  9.  
  10. BLOODHORROR / UNBOUND WILL / BURNING RUSH BUTTON
  11. -Name: *space bar*
  12. -Purpose: Never have to change out level 60 talents
  13. -Notes: for some reason these spells do not change automatically without this macro
  14. -------------------------
  15. #showtooltip
  16. /cast [talent:4/1] blood horror; [talent:4/2] Burning Rush; [talent:4/3] unbound will
  17.  
  18.  
  19. SACRIFICIAL PACT / DARK BARGAIN BUTTON
  20. -Name: *space bar*
  21. -Purpose: Never have to drag Sacrificial Pact / Dark Bargain onto bars after speccing into soul link
  22. -Notes: Never take this off your action bar
  23. -------------------------
  24. #showtooltip
  25. /cast [talent:3/2] Sacrificial Pact; [talent:3/3] Dark Bargain
  26.  
  27.  
  28. DARK REGENERATION
  29. -Name: *space bar*
  30. -Purpose: Never have to drag Dark Regeneration onto bars after switching specs or talents
  31. -Notes: Add “/use healthstone” if desired
  32. -------------------------
  33. #showtooltip
  34. /cast Dark Regeneration
  35.  
  36.  
  37. SOULBURN HAUNT
  38. -Name: ####
  39. -Purpose: Soulburn Haunt in exactly 1 global
  40. -Notes: only use if your “Soulburn: Haunt” buff has 10 seconds or less remaining. I have a weak auara that makes this button light up when “haunting spirits” has 10 seconds or less.
  41. -------------------------
  42. #showtooltip
  43. /cast Soulburn
  44. /cast Haunt
  45.  
  46.  
  47. ALL COMMAND DEMON ABILITIES BUTTON
  48. -Name: []stfu
  49. -Purpose: Combine most important pet abilities that use “Command Demon” into one button. Also, allows the spells to work whether you are in line of sight of your target or just your pet is. This icon changes depending on your pet.
  50. -*Notes: Make sure that every single one of your pets’s main abiliities (the ones that command demon controls) are placed on Pet Action Bar slot number 10, or whichever number you put in the macro. Also, “PetActionButtonX” is case sensitive. Succubus abilities did not fit, but it also doesn’t matter. That only affects the icon.
  51. -------------------------
  52. #showtooltip [pet:Voidwalker/Voidlord] Shadow Bulwark; [pet:imp/fel imp] cauterize master; [pet:felhunter] spell lock; [pet:observer] optical blast; [pet:felguard/wrathguard] felstorm; [nopet] command demon
  53. /cast command demon
  54. /click PetActionButton10
  55.  
  56.  
  57. INTERRUPT FOCUS TARGET (focus command demon button)
  58. -Name: [F]stfu
  59. -Purpose: For those who use focus target. All single-target command demon abilities for focus target with tooltip and LoS. This works with and without a pet, and the icon will change based on your pet. Only useful for interrupt pets. Doomguard excluded.
  60. -Notes: This works with LoS because /cast optical blast is the same as using the pet ability.
  61. -------------------------
  62. #showtooltip [pet:Felhunter] Spell Lock; [pet:Observer] Optical Blast; [nopet] Command Demon
  63. /cast [pet:Felhunter,@focus] Spell Lock; [pet:Observer,@focus] Optical Blast
  64. /cast [@focus] Command Demon
  65. /script UIErrorsFrame:Clear()
  66.  
  67.  
  68. SECONDARY PET ABILITY BUTTON
  69. -Name: [pet]T
  70. -Purpose: To combine all secondary pet abilities (non-command demon abilities) into one button. This icon will change based on your pet.
  71. -*Notes: Replace “party” with your healer’s name, or the name of a person you wish to dispel with your imp command demon. Otherwise it will just do it on the first party member by default. Only works while imp is sacced because there is no point in having an imp out in every pvp situation. Voidwalker taunt and voidlord taunt did not fit. Same goes for the focus macro.
  72. -------------------------
  73. #showtooltip
  74. /cast [pet:felguard/wrathguard] Axe Toss; [pet:Felhunter] Devour Magic; [pet:observer] Clone Magic; [pet:Imp] Singe Magic; [pet: Fel Imp] Sear Magic] [pet:Succubus] Seduction; [pet:Shivarra] Mesmerize; [nopet,@Rattspack] Command Demon
  75.  
  76.  
  77. FOCUS SECONDARY PET ABILITIES
  78. -Name: [pet]F
  79. -Purpose: To combine all secondary pet abilities (non-command demon abilities) into one button for your focus target. This icon will change based on your pet.
  80. -*Notes: Replace “party2” with your DPS partner’s name, or a second person you would like to dispel with your imp’s command demon. It will heal the second party member otherwise.
  81. -------------------------
  82. #showtooltip
  83. /cast [pet:observer,@focus] clone magic; [pet:felhunter,@focus] devour magic; [pet:succubus,@focus] seduction; [pet:shivarra,@focus] mesmerize; [pet:felguard/wrathguard,@focus] axe toss; [nopet,@warlololock] command demon
  84.  
  85.  
  86. BURST BUTTON:
  87. -Name [|
  88. -Purpose: To combine dark soul and trinket to make it easier to line them up with your procs
  89. -Notes: Add intellect potion if you want to
  90. -------------------------
  91. /cast dark soul
  92. /use Primal Gladiator's Badge of Dominance
  93.  
  94.  
  95. PET ATTACK BUTTON
  96. -Name: Attack
  97. -Purpose: Use this for your petattack button. Adds demon bolt in demonology because you always want your pet attacking a person that you’re demon bolting.
  98. -Notes: You can use this in any spec
  99. -------------------------
  100. #showtooltip
  101. /cast Demonbolt
  102. /PetAttack
  103. /script UIErrorsFrame:Clear()
  104.  
  105.  
  106. SELF BUFF
  107. -Name: Buff
  108. -Purpose: To always buff yourself and party instead of your current target
  109. -Notes: Crystal of Insanity is an item that many people have that grants a small buff. If you don’t have it, don’t put it in your macro. /use Crystal of Insanity
  110. -------------------------
  111. /cast [@player] Dark Intent
  112.  
  113.  
  114. PET PASSIVE, PET FOLLOW, HEALTH FUNNEL BUTTON
  115. -Name: Cum
  116. -Purpose: To bring your pet back to you and away from danger. Your pet will stay by your side until you tell it to attack.
  117. -Notes: Don’t forget to tell your pet to attack again after it’s safe.
  118. -------------------------
  119. #showtooltip
  120. /cast health funnel
  121. /petpassive
  122. /petfollow
  123.  
  124.  
  125. FOCUS MORTAL COIL / EAT MAGE FOOD
  126. -Name: FCoil
  127. -Purpose: Cast mortal coil at focus target / eat mage food while out of combat
  128. -Note: Don’t try to eat mage food If you are able to coil your focus target
  129. -------------------------
  130. #showtooltip command demon
  131. /cast [talent:2/2,@focus] Mortal Coil
  132. /use conjured mana fritter
  133.  
  134.  
  135. FOCUS FEAR BUTTON
  136. -Name: ffear
  137. -Purpose: cast fear at your focus target
  138. -Notes:
  139. -------------------------
  140. #showtooltip
  141. /cast [@focus] Fear
  142.  
  143.  
  144. FOCUS HAVOC BUTTON
  145. -Name: Havoc
  146. -Purpose: Replace havoc
  147. -Notes: It’s a lot easier to just use focus havoc, or arena 1/2/3 havoc instead of trying to change targets back and forth.
  148. -------------------------
  149. #showtooltip
  150. /cast [@focus] Havoc
  151.  
  152.  
  153. HELLFIRE
  154. -Name: hell
  155. -Purpose: Press once to begin casting hellfire, press again to stop casting. Normally, it would just start channeling from the beginning if pressed again.
  156. -Notes:
  157. -------------------------
  158. #showtooltip
  159. /cancelaura [channeling] Hellfire
  160. /stopmacro [channeling]
  161. /cast Hellfire
  162. /script UIErrorsFrame:Clear()
  163.  
  164.  
  165. PET MOVE
  166. -Name: MoV
  167. -Purpose: to be able to move your pet and keep him in place
  168. -Notes: HIGHLY RECCOMENDED
  169. -------------------------
  170. /petmoveto
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement