Guest User

Untitled

a guest
Jun 29th, 2016
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. Module.New('hura2', function(mod)
  2. local spell = "Utura Gran"
  3. if Self.GetSpellCooldown(spell) == 0 then
  4. Self.Say("Strong Evocation")
  5. end
  6. end)
  7.  
  8. Module.New('hura', function(mod)
  9. local spell = "exura san"
  10. if Self.GetSpellCooldown(spell) == 0 then
  11. Self.Say("Evocation")
  12. end
  13. end)
Add Comment
Please, Sign In to add comment