Advertisement
Guest User

all skills for main boss

a guest
Aug 20th, 2021
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.65 KB | None | 0 0
  1. passiveHeal:
  2. Conditions:
  3. - playerwithin{d=100} false
  4. Skills:
  5. - heal{a=5}
  6.  
  7. summon_zoonCreepers:
  8. Cooldown: 10
  9. Skills:
  10. - message{cooldown=10;m="<mob.name><&co> &r&6&lCHARGE MY UNDERLINGS..."} @PlayersInRadius{r=40}
  11. - summon{type=ZoonCreeper;amount=2} @self
  12.  
  13. final_Rally:
  14. Cooldown: 20
  15. Skills:
  16. - message{m="<mob.name><&co> &lPUSH FORWARD MY CHILDREN!!"} @PlayersInRadius{r=100}
  17. - summon{type=ZoonCreeper;amount=5} @self
  18. - summon{type=SpiderMount2;amount=2} @self
  19. - delay 40
  20. - rally{types=ZoonCreeper,SpiderMount;radius=100;ot=true}
  21.  
  22. mountSpider:
  23. Conditions:
  24. - mounted{} false
  25. Skills:
  26. - mount{type=SpiderMount}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement