CusT

Test

Dec 11th, 2013
141
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.62 KB | None | 0 0
  1. variables:
  2. {Zabojstwa.%player%} = 0
  3.  
  4.  
  5. options:
  6. NazwaOsiagniecia1: CosTam
  7. NazwaOsiagniecia2: CosTam
  8. NazwaOsiagniecia3: CosTam
  9. NazwaOsiagniecia4: CosTam
  10. NazwaOsiagniecia5: CosTam
  11. NazwaOsiagniecia6: CosTam
  12. NazwaOsiagniecia7: CosTam
  13. NazwaOsiagniecia8: CosTam
  14.  
  15. on death:
  16. attacker is player
  17. victim is player
  18. add 1 to {Zabojstwa.%attacker%}
  19. if {Zabojstwa.%attacker%} is greater than 20:
  20. send "&aZdobywasz osiagniecie {@NazwaOsiagniecia1}"
  21. add diamond named "&aOsiagniecie(20KILL)" to the player
  22. add 15 bottle of enchanting named "&aOsiagniecie(20KILL)" to the player
  23. stop
  24. if {Zabojstwa.%attacker%} is greater than 40:
  25. send "&aZdobywasz osiagniecie {@NazwaOsiagniecia2}"
  26. add 30 bottle of enchanting named "&aOsiagniecie(40KILL)" to the player
  27. stop
  28. if {Zabojstwa.%attacker%} is greater than 80:
  29. send "&aZdobywasz osiagniecie {@NazwaOsiagniecia3}"
  30. add diamond chestplate named "Osiagniecie(80KILL)" to the player
  31. stop
  32. if {Zabojstwa.%attacker%} is greater than 100:
  33. send "&aZdobywasz osiagniecie {@NazwaOsiagniecia4}"
  34. add diamond sword of sharpness 2 named "Osiagniecie(100KILL)" to the player
  35. stop
  36. if {Zabojstwa.%attacker%} is greater than 150:
  37. send "&aZdobywasz osiagniecie {@NazwaOsiagniecia5}"
  38. add diamond chestplate of protection 2 named "Osiagniecie(150KILL)" to the player
  39. stop
  40. if {Zabojstwa.%attacker%} is greater than 200:
  41. send "&aZdobywasz osiagniecie {@NazwaOsiagniecia6}"
  42. add 2 diamond block named "Osiagniecie(200KILL)" to the player
  43. stop
  44. if {Zabojstwa.%attacker%} is greater than 500:
  45. send "&aZdobywasz osiagniecie {@NazwaOsiagniecia7}"
  46. add diamond leggings of protection 3 named "Osiagniecie(500KILL)" to the player
  47. add diamond chestplate of protection 3 named "Osiagniecie(500KILL)" to the player
  48. stop
  49. if {Zabojstwa.%attacker%} is greater than 1000:
  50. send "&aZdobywasz osiagniecie {@NazwaOsiagniecia8}"
  51. add diamond helmet of protection 4 named "Osiagniecie(1000KILL)" to the player
  52. add diamond chestplate of protection 4 named "Osiagniecie(1000KILL)" to the player
  53. stop
Advertisement
Add Comment
Please, Sign In to add comment