Advertisement
Whiteaxe

Arms Warrior Gnome Sequencer Macro's

Dec 14th, 2014
291
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.83 KB | None | 0 0
  1. Sequences['ARMSaoe'] = {
  2. PreMacro = [[
  3. /targetenemy [noharm][dead]
  4. /cast [form:0/2/3] Battle Stance
  5. /cast Charge
  6. /cast [combat] !Colossus Smash
  7. /cast [combat] Berserker Rage
  8. /cast [combat] Bloodbath
  9. /cast [combat] Recklessness
  10. /startattack
  11. ]],
  12. '/cast Mortal Strike',
  13. '/cast Thunder Clap',
  14. '/cast Sweeping Strikes',
  15. '/cast Whirlwind',
  16. '/cast Rend',
  17. '/cast !Execute',
  18. PostMacro = [[
  19. /cast !victory rush
  20. ]],
  21. }
  22.  
  23. Sequences['ARMS'] = {
  24. PreMacro = [[
  25. /targetenemy [noharm][dead]
  26. /cast [form:0/2/3] Battle Stance
  27. /cast [noform] Battle Stance
  28. /cast Charge
  29. /startattack
  30. ]],
  31. '/cast Slam',
  32. '/cast !Colossus Smash',
  33. '/cast Hamstring',
  34. '/cast Rend',
  35. '/cast Mortal Strike',
  36. '/cast !Execute',
  37. PostMacro = [[
  38. /cast [combat] Berserker Rage
  39. /cast [combat] Bloodbath
  40. /cast [combat] Recklessness
  41. /cast !victory rush
  42. ]],
  43. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement