Advertisement
Guest User

Untitled

a guest
Mar 25th, 2019
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.77 KB | None | 0 0
  1. on right click on villager:
  2. cancel event
  3. if name of clicked entity is "&cWojownik":
  4. {quest.%player%} is 1:
  5. {item.%player%} is 1:
  6. {lvl.%player%} is 3
  7. send "{@g}To znowu ty ?" to player
  8. wait 20 tick
  9. send "{@g}A więc tak," to player
  10. wait 20 tick
  11. send "{@g}Muszisz zabić 10 zombie 1 lvla " to player
  12. wait 20 tick
  13. send "{@g}Powodzenia" to player
  14. set {item.%player%} to 2
  15. set {moby.%player%} to 0
  16. stop
  17. else:
  18. {moby.%player%} is 10
  19. set {moby.%player%} to 0
  20. set {quest.%player%} to 2
  21. send "{@g}Dobrze wykonana robota" to player
  22. wait 20 tick
  23. send "{@g}A oto twoja nagroda" to player
  24. wait 20 tick
  25. give 276 of Sharpness 5 named "&cPociskator" to player
  26. add 1 to {quester.%player%}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement