Advertisement
Guest User

PROT

a guest
Dec 8th, 2014
498
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.69 KB | None | 0 0
  1. local _, Sequences = ... -- Don't touch this
  2.  
  3. Sequences['Prot'] = {
  4. StepFunction = [[
  5.     limit = limit or 1
  6.     if step == limit then
  7.         limit = limit % #macros + 1
  8.         step = 1
  9.     else
  10.         step = step % #macros + 1
  11.     end
  12. ]],
  13. PreMacro = [[
  14. /console Sound_EnableSFX 0
  15. /targetenemy [noharm][dead]
  16. ]],
  17.     '/castsequence 崇聖護盾,審判,審判,審判,審判',
  18.     '/cast [nomod] 十字軍聖擊',
  19.     '/cast [mod] 公正之錘',
  20.     '/cast 神聖憤怒',
  21.     '/cast [@player]神聖稜石',
  22.     '/cast 憤怒之錘',
  23.     '/cast 奉獻',
  24. PostMacro = [[
  25. /castsequence reset=25 六翼天使
  26. /cast 聖佑術
  27. /startattack
  28. /use [combat]13
  29. /use [combat]14
  30. /script UIErrorsFrame:Hide();
  31. /console Sound_EnableSFX 1
  32. ]],
  33. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement