Advertisement
Whiteaxe

Marksmanship Hunter Gnome Sequencer

Dec 14th, 2014
515
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.71 KB | None | 0 0
  1. Sequences['Mark_ScrollUP'] = {
  2. PreMacro = [[
  3. /targetenemy [noharm][dead]
  4. /cast [@focus, help] [@pet, nodead, exists] Misdirection
  5. /cast [combat]Rapid fire
  6. ]],
  7. '/cast Kill Shot',
  8. '/cast Aimed Shot',
  9. '/cast Aimed Shot',
  10. '/cast Aimed Shot',
  11. '/cast Steady Shot',
  12. PostMacro = [[
  13. /startattack
  14. /use [combat]13
  15. /use [combat]14
  16. ]],
  17. }
  18.  
  19. Sequences['Mark_ScrollDWN'] = {
  20. PreMacro = [[
  21. /targetenemy [noharm][dead]
  22. /cast [@focus, help] [@pet, nodead, exists] Misdirection
  23. /cast [combat]Rapid fire
  24. ]],
  25. '/cast A Murder of Crows',
  26. '/cast Chimaera Shot',
  27. '/cast Chimaera Shot',
  28. '/cast Glaive Toss',
  29. '/cast Kill Shot',
  30. '/cast Kill Shot',
  31.  
  32. PostMacro = [[
  33. /startattack
  34. /use [combat]13
  35. /use [combat]14
  36. ]],
  37. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement