Advertisement
Guest User

Untitled

a guest
Jun 28th, 2017
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.01 KB | None | 0 0
  1. local spellids = {[8643] = 20, [6552] = 10, [2139] = 24, [19647] = 24, [16979] = 15, [1766] = 10, [47528] = 10, [57994] = 6, [72] = 12, [49039] = 120, [23920] = 10, [15487] = 45, [49576] = 25}
  2. for spellid,time in pairs(spellids) do
  3. local name,_,spellicon = GetSpellInfo(spellid)
  4. abilities[name] = { icon = spellicon, duration = time }
  5. end
  6.  
  7. -----------------------------------------------------
  8. -- Edit this table to change the order
  9. -----------------------------------------------------
  10. -- 6552 Pummel
  11. -- 2139 Counterspell
  12. -- 19647 Spell Lock
  13. -- 16979 Feral Charge
  14. -- 1766 Kick
  15. -- 47528 Mind Freeze
  16. -- 49039 Lichborne
  17. -- 57994 Wind Shear
  18. -- 72 Shield Bash
  19. -- 23920 Spellreflect
  20. -- 15487 Silence
  21. -- 49576 Death Grip
  22. -- 8643 Kidney Shot
  23. -----------------------------------------------------
  24.  
  25. local order = {8643, 57994, 6552, 72, 1766, 2139, 19647, 15487, 47528, 16979, 23920, 49039, 49576}
  26.  
  27. -----------------------------------------------------
  28. -----------------------------------------------------
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement