Advertisement
Prawdziwynrtn

Untitled

Aug 22nd, 2019
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. function amaterasu(cid, target, health, n)
  2. if not isCreature(cid) or not isCreature(target) then
  3. return false
  4. end
  5.  
  6. doCreatureAddHealth(target, -health, 80, 80)
  7. if n == 1 then
  8. return false
  9. end
  10.  
  11. return addEvent(amaterasu, 2000, cid, target, health, n - 1)
  12. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement