Advertisement
Whiteaxe

Ret Paladin Gnome Sequencer Macro 6.03

Dec 15th, 2014
474
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.82 KB | None | 0 0
  1. Sequences['Ret'] = {
  2. StepFunction = [[
  3. limit = limit or 1
  4. if step == limit then
  5. limit = limit % #macros + 1
  6. step = 1
  7. else
  8. step = step % #macros + 1
  9. end
  10. ]],
  11. PreMacro = [[
  12. /console Sound_EnableSFX 0
  13. /targetenemy [noharm][dead]
  14. /cast [nomod,nostance: 1] seal of truth
  15. /cast [mod:alt,nostance: 2] seal of Righteousness
  16. ]],
  17. '/cast [mod:shift] Divine Storm',
  18. '/cast Hammer of Wrath',
  19. '/cast Crusader Strike',
  20. '/cast Judgment',
  21. '/cast Exorcism',
  22. '/cast Execution Sentence',
  23. PostMacro = [[
  24. /cast [nomod]Final Verdict
  25. /cast [mod:alt]Divine Storm
  26. /cast [combat]Avenging Wrath
  27. /use [combat]13
  28. /use [combat]14
  29. /startattck
  30. /script UIErrorsFrame:Hide();
  31. /console Sound_EnableSFX 1
  32. ]],
  33. }
  34.  
  35. Talent choices are 1/2/1/2/2/3/3
  36. use Control/alt key for AoE
  37. Use Shift for Divine Storm
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement