Advertisement
Guest User

Untitled

a guest
Nov 21st, 2017
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.57 KB | None | 0 0
  1. RandomSpawn:
  2. Mobname: SpawnMonkey
  3. Chance: 1
  4. Priority: 1
  5. Worlds: world
  6. SpawnMethod: ADD
  7.  
  8.  
  9. SpawnMonkey:
  10. Type: zombie
  11. Skills:
  12. - equip{i=BlackbeardHead:4} @self ~onSpawn
  13. - skill{s=combat111} @self ~onAttack
  14. - skill{s=combat111} @self ~onDamaged
  15. - skill{s=LiveTimeRemove} @self ~onTimer:200
  16.  
  17.  
  18. combat111:
  19. Skills:
  20. - addtag{t=combat} @self
  21.  
  22. LiveTimeRemove:
  23. Conditions:
  24. - hastag{t=combat} castinstead LiveTimeStay
  25. - playerswithin{d=32} false
  26. Skills:
  27. - remove @self
  28. LiveTimeStay:
  29. Skills:
  30. - tagremove{t=combat} @self
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement