Advertisement
Guest User

Untitled

a guest
May 24th, 2014
224
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.13 KB | None | 0 0
  1. local abilities = {
  2. {spellid = 2139, duration = 20}, -- Counterspell
  3. {spellid = 15487, duration = 45}, -- Silence
  4. {spellid = 34490, duration = 20}, -- Silencing Shot
  5. {spellid = 19647, duration = 24}, -- Spell Lock
  6. {spellid = 57994, duration = 12}, -- Wind Shear
  7. {spellid = 6552, duration = 15}, -- Pummel
  8. {spellid = 47528, duration = 15}, -- Mind Freeze
  9. {spellid = 1766, duration = 15}, -- Kick
  10. {spellid = 80965, duration = 15}, -- Skull Bash
  11. {spellid = 96231, duration = 15}, -- Rebuke
  12. {spellid = 102060, duration = 40}, -- Disrupting Shout
  13. {spellid = 116705, duration = 15}, -- Spear Hand Strike
  14. {spellid = 78675, duration = 60}, -- Solar Beam
  15. {spellid = 2094, duration = 120}, -- Blind
  16. {spellid = 12043, duration = 90}, -- Presence of Mind
  17. {spellid = 5484, duration = 40}, -- Howl of Terror
  18. {spellid = 408, duration = 20}, -- Kidney Shot
  19. {spellid = 76577, duration = 180}, -- Smoke Bomb
  20. {spellid = 19503, duration = 30}, -- Scatter Shot
  21. {spellid = 8122, duration = 30}, -- Psychic Scream
  22. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement