Advertisement
Whiteaxe

Guardian Druid Gnome Sequencer Macros

Dec 15th, 2014
486
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.07 KB | None | 0 0
  1. Sequences['GuardianST'] = {
  2. PreMacro = [[
  3. /targetenemy [noharm][dead]
  4. /cast [form:0/2/3] Bear Form
  5. /cast Wild Charge
  6. ]],
  7. '/castsequence Thrash,Lacerate',
  8. '/castsequence reset=5 Savage Defense,Frenzied Regeneration',
  9. '/cast Faerie Fire',
  10. '/cast Mangle',
  11. '/cast Maul',
  12. '/cast survival Instincts',
  13. '/cast Barkskin',
  14. '/cast Berserk',
  15. '/cast Mass Entanglement',
  16. [[/console autounshift 0
  17. /cast [@player,combat] Healing Touch
  18. /console autounshift 1]],
  19. PostMacro = [[
  20. /startattack
  21. /use [combat]13
  22. /use [combat]14
  23. ]],
  24. }
  25.  
  26. Sequences['GuardianAoE'] = {
  27. PreMacro = [[
  28. /targetenemy [noharm][dead]
  29. /cast [form:0/2/3] Bear Form
  30. /cast Wild Charge
  31. ]],
  32. '/castsequence Thrash,Thrash,Lacerate',
  33. '/castsequence reset=5 Savage Defense,Frenzied Regeneration',
  34. '/cast Faerie Fire',
  35. '/cast Mangle',
  36. '/cast Maul',
  37. '/cast survival Instincts',
  38. '/cast Barkskin',
  39. '/cast Berserk',
  40. '/cast Mass Entanglement',
  41. [[/console autounshift 0
  42. /cast [@player,combat] Healing Touch
  43. /console autounshift 1]],
  44. PostMacro = [[
  45. /startattack
  46. /use [combat]13
  47. /use [combat]14
  48. ]],
  49. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement