Advertisement
Whiteaxe

Feral Druid Gnome Sequencer Macro's

Dec 14th, 2014
170
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.08 KB | None | 0 0
  1. Sequences['FeralST'] = {
  2. PreMacro = [[
  3. /targetenemy [noharm][dead]
  4. /cast [form:0/1/3] Cat Form
  5. /cast [nostealth,nocombat] Prowl
  6. /cast Wild Charge
  7. ]],
  8. '/castsequence reset=10 Rake,Savage Roar,Shred,Shred,Shred,Rip,Rake,Shred,Shred,Ferocious Bite',
  9. '/use [stealth]Rake',
  10. '/use [combat]reset=60 Faerie Fire',
  11. [[/cast Tiger's Fury]],
  12. '/cast Berserk',
  13. [[/console autounshift 0
  14. /cast [@player,combat] Healing Touch
  15. /console autounshift 1]],
  16. PostMacro = [[
  17. /startattack
  18. /use [combat]13
  19. /use [combat]14
  20. ]],
  21. }
  22.  
  23. Sequences['FeralAoE'] = {
  24. PreMacro = [[
  25. /targetenemy [noharm][dead]
  26. /cast [form:0/1/3] Cat Form
  27. /cast [nostealth,nocombat] Prowl
  28. /cast Wild Charge
  29. ]],
  30. '/castsequence [nostealth] reset=target Swipe, Savage Roar, Thrash, Swipe, Swipe, Swipe, Rip, Swipe, Thrash, Swipe, Ferocious Bite, Swipe, Swipe',
  31. '/use [stealth]Rake',
  32. '/use [combat]reset=60 Faerie Fire',
  33. [[/cast Tiger's Fury]],
  34. '/cast Berserk',
  35. [[/console autounshift 0
  36. /cast [@player,combat] Healing Touch
  37. /console autounshift 1]],
  38. PostMacro = [[
  39. /startattack
  40. /use [combat]13
  41. /use [combat]14
  42. ]],
  43. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement