CREAMPAN0408

Untitled

Jan 29th, 2019
119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.42 KB | None | 0 0
  1. on rightclick holding wood sword:
  2. player's tool is enchanted with Unbreaking 100
  3. if level of player is more than 30:
  4. set {_cooldown} to difference between {Fire.%player%.lastused} and now
  5. if {_cooldown} is less than 30 seconds:
  6. play "entity_ghast_shoot" to players at volume 10
  7. create a circle effect at player with id "Failed" with particles SMOKE NORMAL with radius 1
  8. message "<pink>%difference between 1 seconds and {_cooldown}% <white>後に使用可能"
  9. wait 20 tick
  10. stop effect "Failed"
  11. stop
  12. execute console command "/effect %player% 25 3 0 0"
  13. create a circle effect at player with id "Fire1" with particles flame with radius 1
  14. wait 20 ticks
  15. create a circle effect at player with id "Fire2" with particles flame with radius 2
  16. wait 20 ticks
  17. create a circle effect at player with id "Fire3" with particles flame with radius 3
  18. wait 20 ticks
  19. stop effect "Fire1"
  20. stop effect "Fire2"
  21. stop effect "Fire3"
  22. wait 20 ticks
  23. play "entity_ghast_shoot" to players at volume 5
  24. reduce level progress of player by 30
  25. shoot a small fire ball at speed 5
  26. ignite the shot projectiles
  27. set {Fire.%player%.lastused} to now
  28. else:
  29. play "entity_ghast_shoot" to player at volume 10
  30. create a circle effect at player with id "Failed" with particles SMOKE NORMAL with radius 1
  31. message "<pink>このスキルには30Lv以上のXPが必要です!"
  32. wait 20 tick
  33. stop effect "Failed"
Advertisement
Add Comment
Please, Sign In to add comment