Advertisement
Whiteaxe

Demonology Warlock Gnome Sequencer macro's

Dec 14th, 2014
900
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.24 KB | None | 0 0
  1. --main spam macro, Demonology Warlock
  2. --The line /use [nopet, nomod] summon imp, imp can be changed to your favorite demon, Imp,Voidwalker, Felhunter, succubus, felguard
  3. Sequences['Demo'] = {
  4. PreMacro = [[
  5. /targetenemy [noharm][dead]
  6. /use [nopet,nomod]summon imp
  7. /petattack [@target,harm]
  8. ]],
  9. '/cast [combat,mod] Dark Soul:Knowledge',
  10. '/castsequence [combat,mod] reset=target Soul Fire, Soul Fire',
  11. '/castsequence [nomod] reset=target Corruption,Shadow Bolt,Shadow Bolt,Shadow Bolt,Shadow Bolt,Shadow Bolt',
  12. "/cast [combat]Hand of Gulโ€™dan",
  13. '/cast [combat]Imp Swarm',
  14. '/cast [combat] Axe Toss',
  15. '/cast [combat] Optical Blast',
  16. PostMacro = [[
  17. /use [combat]13
  18. /use [combat]14
  19. ]],
  20. }
  21. --metamorphosis macro, Demonology Warlock
  22. --The line /use [nopet, nomod] summon imp, imp can be changed to your favorite demon, Imp,Voidwalker, Felhunter, succubus, felguard
  23. Sequences['Demo2'] = {
  24. PreMacro = [[
  25. /targetenemy [noharm][dead]
  26. /use [nopet,nomod]summon imp
  27. /petattack [@target,harm]
  28. ]],
  29. '/cast [combat,mod] Dark Soul:Knowledge',
  30. '/castsequence [combat,mod] reset=target Soul Fire, Soul Fire',
  31. '/castsequence [nomod] reset=target Metamorphosis,Doom,Touch of Chaos,Touch of Chaos,Touch of Chaos,Touch of Chaos,Touch of Chaos,Touch of Chaos,Touch of Chaos,Touch of Chaos,Touch of Chaos,Touch of Chaos,Touch of Chaos,Touch of Chaos,Touch of Chaos',
  32. '/cast [combat]Chaos Wave',
  33. '/cast [combat]Imp Swarm',
  34. PostMacro = [[
  35. /use [combat]13
  36. /use [combat]14
  37. ]],
  38. }
  39. --AoE Macro, Demonology Warlock
  40. --The line /use [nopet, nomod] summon imp, imp can be changed to your favorite demon, Imp,Voidwalker, Felhunter, succubus, felguard
  41. Sequences['Demo3'] = {
  42. PreMacro = [[
  43. /targetenemy [noharm][dead]
  44. /use [nopet,nomod]summon imp
  45. /petattack [@target,harm]
  46. ]],
  47. '/cast [mod:shift] Summon Abyssal',
  48. '/castsequence reset=1 Hellfire',
  49. '/cast [combat] Wrathstorm',
  50. '/mtce',
  51. PostMacro = [[
  52. /use [combat]13
  53. /use [combat]14
  54. ]],
  55. }
  56.  
  57. Sequences['Health4meNU'] = {
  58. '/cast [mod] Drain Life',
  59. '/cast [nomod] Health Funnel',
  60. }
  61.  
  62. Sequences['ShieldNHeal'] = {
  63. '/castsequence [combat.nomod] reset=combat Mortal Coi, Fear, Sacraficial Pact, Create Healthstone, Healthstone',
  64. '/cast [combat] Soulshatter',
  65. '/cast [combat] Unending Resolve',
  66. '/mtce',
  67. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement