Advertisement
Guest User

Untitled

a guest
Jun 18th, 2019
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.43 KB | None | 0 0
  1. on damage of a creature:
  2. if victim's name contains "&2&lLauyer":
  3. if damage cause is fall or fire or lava or burning or fall or block explosion or projectile or entity explosion:
  4. cancel event
  5. if attacker's tool is bow or fishing rod or anvil:
  6. cancel event
  7. else if damage cause is entity attack:
  8. chance of 4%:
  9. loop 3 times:
  10. spawn 1 blaze at victim's location
  11. set name of spawned entity to "&cZywy Plomien"
  12. set spawned entity's max health to 10
  13. set spawned entity's health to 10
  14. apply wither potion of tier 3 to spawned entity for 1000000 seconds
  15. chance of 4%:
  16. loop 3 times:
  17. spawn 1 guardian at victim's location
  18. set name of spawned entity to "&bOko Zmierzchu"
  19. set spawned entity's max health to 10
  20. set spawned entity's health to 10
  21. apply wither potion of tier 3 to spawned entity for 1000000 seconds
  22. chance of 10%:
  23. loop 3 times:
  24. wait 5 ticks
  25. shoot a powered creeper from victim at speed 1.2
  26.  
  27. chance of 9%:
  28. loop players in radius 30 around victim:
  29. send "&2&lLauyer: &3Grzmocimyyy auuuuuuuuuuuuuuuuu!!!" to loop-player
  30. loop players in radius 15 around victim:
  31. strike lightning at loop-player
  32. damage loop-player by 4
  33.  
  34. if victim's health is smaller than 300:
  35. if metadata value "ult" of victim is set:
  36. delete metadata value "ult" of victim
  37. create safe explosion of force 10 at victim's location
  38. delete victim
  39. loop players in radius 30 around victim:
  40. send "&2&lLauyer: &3MAM DOSYC WASZYCH SZTUCZEK! CZAS NA WASZA SMIERC!" to loop-player
  41. set {olek} to 0
  42. spawn 1 elder guardian at victim's location
  43. set max health of spawned entity to 250
  44. set health of spawned entity to 250
  45. set name of spawned entity to "&4&lZwiastun Mrocznej Trojcy"
  46.  
  47.  
  48. else if victim's name contains "&cZywy Plomien":
  49. if damage cause is fire or lava or burning or fall or block explosion:
  50. cancel event
  51. else:
  52. chance of 45%:
  53. loop players in radius 5 around victim:
  54. damage loop-player by 3
  55. create safe explosion of force 0.2 at loop-player
  56.  
  57. else if victim's name contains "&bOko Zmierzchu":
  58. if damage cause is fire or lava or burning or fall or block explosion:
  59. cancel event
  60. else:
  61. chance of 45%:
  62. loop players in radius 5 around victim:
  63. damage loop-player by 4
  64. apply slow potion of tier 1 to loop-player for 1 seconds
  65.  
  66. else if victim's name contains "Zwiastun Mrocznej Trojcy":
  67. if damage cause is fire or lava or burning or fall or block explosion:
  68. cancel event
  69. else:
  70. chance of 8%:
  71. apply wither potion of tier 8 to attacker for 5 seconds
  72. loop players in radius 10 around attacker:
  73. damage loop-player by 5
  74.  
  75. else if victim's name contains "Blaze z Triplekill":
  76. if damage cause is fire or lava or burning or fall or block explosion:
  77. cancel event
  78. else:
  79. chance of 10%:
  80. loop blocks from block at victim to block 14 in front of victim:
  81. wait 3 ticks
  82. create fake explosion at loop-block
  83. loop players in radius 4 around loop-block:
  84. ignite loop-player for 3 seconds
  85. damage loop-player by 4
  86.  
  87. chance of 8%:
  88. loop players in radius 14 around victim:
  89. ignite loop-player for 1 seconds
  90. damage loop-player by 6
  91.  
  92.  
  93. else if victim's name contains "Mag z Triplekill":
  94. if damage cause is fire or lava or burning or fall or block explosion:
  95. cancel event
  96. else:
  97. chance of 10%:
  98. loop players in radius 10 around victim:
  99. push loop-player upwards at velocity 0.9
  100. wait 1 second
  101. push loop-player (direction from victim to loop-player) at speed 1.1
  102. damage loop-player by 11
  103.  
  104. chance of 8%:
  105. loop players in radius 10 around victim:
  106. apply poison potion of tier 3 to loop-player for 3 seconds
  107. apply nausea potion of tier 3 to loop-player for 3 seconds
  108. damage loop-player by 5
  109.  
  110.  
  111. else if victim's name contains "Pajak z Triplekill":
  112. if damage cause is fire or lava or burning or fall or block explosion:
  113. cancel event
  114. else:
  115. chance of 10%:
  116. set {_loc} to attacker's location
  117. if attacker is in world "bossy":
  118. teleport victim to attacker
  119. damage attacker by 6
  120. else:
  121. teleport victim to {_loc}
  122.  
  123. chance of 8%:
  124. loop players in radius 10 around victim:
  125. apply poison potion of tier 10 to loop-player for 5 seconds
  126. damage loop-player by 6
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement