Guest User

Untitled

a guest
Jun 21st, 2015
364
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.75 KB | None | 0 0
  1. #MOBS+ PAR VOSERV
  2. #Version 1.2
  3.  
  4. #NE PAS TOUCHER LE SKRIPT
  5. #Sauf si vous savez ce que vous faites :)
  6.  
  7. on damage of witch:
  8. chance of 40%:
  9. spawn a skeleton at location of victim
  10. set spawned skeleton's name to "&cSbire"
  11. set spawned skeleton's max health to 50
  12. heal the spawned skeleton by 50
  13. set spawned skeleton's helmet to iron helmet
  14. set spawned skeleton's tool to iron sword
  15. apply speed 1 to the spawned skeleton for 999 days
  16.  
  17. on damage of zombie:
  18. apply speed 2 to the victim for 5 seconds
  19. apply strength 1 to the victim for 5 seconds
  20.  
  21. on death of spider:
  22. spawn a cave spider at location of victim
  23. apply speed 1 to the spawned cave spider for 999 days
  24. wait 1 tick
  25. spawn a cave spider at location of victim
  26. apply speed 1 to the spawned cave spider for 999 days
  27. wait 1 tick
  28. spawn a cave spider at location of victim
  29. apply speed 1 to the spawned cave spider for 999 days
  30.  
  31. on damage of silverfish:
  32. apply speed 2 to the victim for 999 days
  33. loop 1000 times:
  34. create a fake explosion at the victim
  35. wait 1 tick
  36.  
  37. #CITROUILLE HANTEE
  38. on spawn of skeleton:
  39. chance of 2%:
  40. set event-entity's name to "&cCitrouille Hantée"
  41. set event-entity's max health to 50
  42. heal the event-entity by 50
  43. set event-entity's helmet to pumpkin
  44. set event-entity's tool to iron axe
  45.  
  46. on damage of skeleton:
  47. if name of victim is "&cCitrouille Hantée":
  48. chance of 20%:
  49. damage attacker by 1 heart
  50. teleport victim to attacker
  51. spawn 1 skeleton at the victim
  52. set spawned skeleton's helmet to pumpkin
  53. set spawned skeleton's tool to stone axe
  54. apply speed 2 to the spawned skeleton for 999 days
  55.  
  56. on death of skeleton:
  57. if name of victim is "&cCitrouille Hantée":
  58. drop 2 diamond at the victim
  59. drop 1 pumpkin at the victim
  60.  
  61. #COFFRE HANTE
  62. on spawn of skeleton:
  63. chance of 5%:
  64. set event-entity's name to "&cCoffre Hanté"
  65. set event-entity's max health to 50
  66. heal the event-entity by 50
  67. set event-entity's helmet to chest
  68. apply invisibility 1 to the event-entity for 999 days
  69.  
  70. #TOTEM
  71. on spawn of zombie:
  72. chance of 5%:
  73. set event-entity's name to "&cTotem"
  74. set event-entity's max health to 80
  75. heal the event-entity by 80
  76. set event-entity's helmet to mossy cobblestone
  77. set event-entity's chestplate to iron chestplate
  78. set event-entity's leggings to iron leggings
  79. set event-entity's boots to iron boots
  80. set event-entity's tool to iron axe
  81.  
  82. on death of zombie:
  83. if name of victim is "&cTotem":
  84. drop 4 iron ingot at the victim
  85. chance of 40%:
  86. drop 2 diamond at the victim
  87. chance of 40%:
  88. drop 1 iron chestplate of protection 1 at the victim
  89.  
  90. #PYROMANCIEN
  91. on spawn of skeleton:
  92. chance of 10%:
  93. set event-entity's name to "&cPyromancien"
  94. set event-entity's max health to 120
  95. heal the event-entity by 120
  96. set event-entity's helmet to gold helmet
  97. set event-entity's chestplate to gold chestplate
  98. set event-entity's leggings to gold leggings
  99. set event-entity's boots to gold boots
  100. set event-entity's tool to blaze rod
  101.  
  102. on damage of skeleton:
  103. if name of victim is "&cPyromancien":
  104. chance of 25%:
  105. spawn 1 blaze at the victim
  106. ignite attacker for 5 seconds
  107.  
  108.  
  109. on death of skeleton:
  110. if name of victim is "&cPyromancien":
  111. drop 4 gold ingot at the victim
  112. chance of 40%:
  113. drop 2 blaze powder at the victim
  114. chance of 40%:
  115. drop 1 blaze rod at the victim
  116.  
  117. #BOMBERMAN
  118. on spawn of skeleton:
  119. chance of 20%:
  120. set event-entity's name to "&cBomberman"
  121. set event-entity's max health to 10
  122. heal the event-entity by 10
  123. set event-entity's helmet to tnt
  124. set event-entity's chestplate to iron chestplate
  125. set event-entity's leggings to iron leggings
  126. set event-entity's boots to iron boots
  127. set event-entity's tool to tnt
  128. apply speed 2 to the event-entity for 999 days
  129.  
  130. on damage of player:
  131. if name of attacker is "&cBomberman":
  132. create a safe explosion of force 2 at the attacker
  133. kill the attacker
  134.  
  135. #CREEPER DE GLACE
  136. on spawn of creeper:
  137. chance of 8%:
  138. set event-entity's name to "&cCreeper de glace"
  139. set event-entity's max health to 20
  140. heal the event-entity by 20
  141. apply speed 1 to the event-entity for 999 days
  142. chance of 8%:
  143. set event-entity's name to "&cCreeper des ténèbres"
  144. set event-entity's max health to 20
  145. heal the event-entity by 20
  146. apply speed 1 to the event-entity for 999 days
  147. chance of 8%:
  148. set event-entity's name to "&cCreeper Anti-gravité"
  149. set event-entity's max health to 30
  150. heal the event-entity by 30
  151. apply speed 1 to the event-entity for 999 days
  152. chance of 8%:
  153. set event-entity's name to "&cCreeper Aquatique"
  154. set event-entity's max health to 20
  155. heal the event-entity by 20
  156. apply speed 1 to the event-entity for 999 days
  157.  
  158. on damage of creeper:
  159. if name of victim is "&cCreeper de glace":
  160. wait 2 seconds
  161. loop players in radius 5 of victim:
  162. damage loop-player by 2 hearts
  163. apply slowness 2 to the loop-player for 10 seconds
  164. loop blocks in radius 5 of victim:
  165. if loop-block is not air:
  166. set loop-block to ice
  167. kill victim
  168. if name of victim is "&cCreeper des ténèbres":
  169. wait 2 seconds
  170. loop players in radius 5 of victim:
  171. damage loop-player by 1.5 hearts
  172. apply blindness 1 to the loop-player for 10 seconds
  173. loop blocks in radius 5 of victim:
  174. if loop-block is not air:
  175. set loop-block to soul sand
  176. kill victim
  177. if name of victim is "&cCreeper Anti-gravité":
  178. wait 2 seconds
  179. loop players in radius 5 of victim:
  180. push loop-player upwards at speed 2
  181. loop blocks in radius 5 of victim:
  182. if loop-block is not air:
  183. set loop-block to obsidian
  184. kill victim
  185. if name of victim is "&cCreeper Aquatique":
  186. wait 2 seconds
  187. loop players in radius 5 of victim:
  188. damage loop-player by 1.5 hearts
  189. loop blocks in radius 5 of victim:
  190. if loop-block is air:
  191. set loop-block to water
  192. kill victim
  193.  
  194.  
  195.  
  196. on death of skeleton:
  197. if name of victim is "&cBomberman":
  198. drop 1 tnt at the victim
  199. drop 2 sulphur at the victim
  200.  
  201. #----------------------------
  202. #NOUVEAUX MOBS DANS LE NETHER
  203. #----------------------------
  204. #VAMPIRE
  205. on spawn of wither skeleton:
  206. chance of 15%:
  207. set event-entity's name to "&cVampire"
  208. set event-entity's max health to 30
  209. heal the event-entity by 30
  210. set event-entity's chestplate to iron chestplate
  211. set event-entity's leggings to iron leggings
  212. set event-entity's boots to iron boots
  213. set event-entity's tool to iron hoe
  214. apply speed 1 to the event-entity for 999 days
  215. apply regeneration 1 to the event-entity for 999 days
  216.  
  217. on damage of player:
  218. if name of attacker is "&cVampire":
  219. heal attacker by 0.5 heart
  220.  
  221. #GARDIEN
  222. on spawn of wither skeleton:
  223. chance of 15%:
  224. set event-entity's name to "&cGardien"
  225. set event-entity's max health to 30
  226. set event-entity's tool to bow
  227. set event-entity's helmet to iron chestplate
  228. heal the event-entity by 30
  229. apply speed 2 to the event-entity for 999 days
  230. spawn 1 spider at the event-entity
  231. make event-entity ride spawned entity
  232.  
  233. #NITRO CREEPER
  234. on spawn of zombie pigman:
  235. chance of 20%:
  236. spawn 1 creeper at the event-entity
  237. set spawned creeper's name to "&cNitro Creeper"
  238. set spawned creeper's max health to 25
  239. heal the spawned entity by 25
  240. apply speed 1 to the spawned creeper for 999 days
  241. chance of 10%:
  242. spawn 1 angry wolf at the event-entity
  243. set spawned entity's name to "&cChien de l'enfer"
  244. set spawned entity's max health to 25
  245. heal the spawned entity by 25
  246. apply speed 1 to the spawned entity for 999 days
  247. apply fire resistance 1 to the spawned entity for 999 days
  248. ignite spawned entity for 999 days
  249.  
  250. on damage of player:
  251. if name of attacker is "&cChien de l'enfer":
  252. ignite victim for 3 seconds
  253.  
  254. on damage:
  255. if name of victim is "&cNitro Creeper":
  256. create a safe explosion of force 2 at the attacker
  257. loop blocks in radius 3 around victim:
  258. if loop-block is air:
  259. set loop-block to fire
  260. kill the victim
  261.  
  262.  
  263.  
  264. #-------------------------------------------
  265. on death of skeleton:
  266. if name of victim is "&cCoffre Hanté":
  267. drop 4 diamond at the victim
Advertisement
Add Comment
Please, Sign In to add comment