Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #MOBS+ PAR VOSERV
- #Version 1.2
- #NE PAS TOUCHER LE SKRIPT
- #Sauf si vous savez ce que vous faites :)
- on damage of witch:
- chance of 40%:
- spawn a skeleton at location of victim
- set spawned skeleton's name to "&cSbire"
- set spawned skeleton's max health to 50
- heal the spawned skeleton by 50
- set spawned skeleton's helmet to iron helmet
- set spawned skeleton's tool to iron sword
- apply speed 1 to the spawned skeleton for 999 days
- on damage of zombie:
- apply speed 2 to the victim for 5 seconds
- apply strength 1 to the victim for 5 seconds
- on death of spider:
- spawn a cave spider at location of victim
- apply speed 1 to the spawned cave spider for 999 days
- wait 1 tick
- spawn a cave spider at location of victim
- apply speed 1 to the spawned cave spider for 999 days
- wait 1 tick
- spawn a cave spider at location of victim
- apply speed 1 to the spawned cave spider for 999 days
- on damage of silverfish:
- apply speed 2 to the victim for 999 days
- loop 1000 times:
- create a fake explosion at the victim
- wait 1 tick
- #CITROUILLE HANTEE
- on spawn of skeleton:
- chance of 2%:
- set event-entity's name to "&cCitrouille Hantée"
- set event-entity's max health to 50
- heal the event-entity by 50
- set event-entity's helmet to pumpkin
- set event-entity's tool to iron axe
- on damage of skeleton:
- if name of victim is "&cCitrouille Hantée":
- chance of 20%:
- damage attacker by 1 heart
- teleport victim to attacker
- spawn 1 skeleton at the victim
- set spawned skeleton's helmet to pumpkin
- set spawned skeleton's tool to stone axe
- apply speed 2 to the spawned skeleton for 999 days
- on death of skeleton:
- if name of victim is "&cCitrouille Hantée":
- drop 2 diamond at the victim
- drop 1 pumpkin at the victim
- #COFFRE HANTE
- on spawn of skeleton:
- chance of 5%:
- set event-entity's name to "&cCoffre Hanté"
- set event-entity's max health to 50
- heal the event-entity by 50
- set event-entity's helmet to chest
- apply invisibility 1 to the event-entity for 999 days
- #TOTEM
- on spawn of zombie:
- chance of 5%:
- set event-entity's name to "&cTotem"
- set event-entity's max health to 80
- heal the event-entity by 80
- set event-entity's helmet to mossy cobblestone
- set event-entity's chestplate to iron chestplate
- set event-entity's leggings to iron leggings
- set event-entity's boots to iron boots
- set event-entity's tool to iron axe
- on death of zombie:
- if name of victim is "&cTotem":
- drop 4 iron ingot at the victim
- chance of 40%:
- drop 2 diamond at the victim
- chance of 40%:
- drop 1 iron chestplate of protection 1 at the victim
- #PYROMANCIEN
- on spawn of skeleton:
- chance of 10%:
- set event-entity's name to "&cPyromancien"
- set event-entity's max health to 120
- heal the event-entity by 120
- set event-entity's helmet to gold helmet
- set event-entity's chestplate to gold chestplate
- set event-entity's leggings to gold leggings
- set event-entity's boots to gold boots
- set event-entity's tool to blaze rod
- on damage of skeleton:
- if name of victim is "&cPyromancien":
- chance of 25%:
- spawn 1 blaze at the victim
- ignite attacker for 5 seconds
- on death of skeleton:
- if name of victim is "&cPyromancien":
- drop 4 gold ingot at the victim
- chance of 40%:
- drop 2 blaze powder at the victim
- chance of 40%:
- drop 1 blaze rod at the victim
- #BOMBERMAN
- on spawn of skeleton:
- chance of 20%:
- set event-entity's name to "&cBomberman"
- set event-entity's max health to 10
- heal the event-entity by 10
- set event-entity's helmet to tnt
- set event-entity's chestplate to iron chestplate
- set event-entity's leggings to iron leggings
- set event-entity's boots to iron boots
- set event-entity's tool to tnt
- apply speed 2 to the event-entity for 999 days
- on damage of player:
- if name of attacker is "&cBomberman":
- create a safe explosion of force 2 at the attacker
- kill the attacker
- #CREEPER DE GLACE
- on spawn of creeper:
- chance of 8%:
- set event-entity's name to "&cCreeper de glace"
- set event-entity's max health to 20
- heal the event-entity by 20
- apply speed 1 to the event-entity for 999 days
- chance of 8%:
- set event-entity's name to "&cCreeper des ténèbres"
- set event-entity's max health to 20
- heal the event-entity by 20
- apply speed 1 to the event-entity for 999 days
- chance of 8%:
- set event-entity's name to "&cCreeper Anti-gravité"
- set event-entity's max health to 30
- heal the event-entity by 30
- apply speed 1 to the event-entity for 999 days
- chance of 8%:
- set event-entity's name to "&cCreeper Aquatique"
- set event-entity's max health to 20
- heal the event-entity by 20
- apply speed 1 to the event-entity for 999 days
- on damage of creeper:
- if name of victim is "&cCreeper de glace":
- wait 2 seconds
- loop players in radius 5 of victim:
- damage loop-player by 2 hearts
- apply slowness 2 to the loop-player for 10 seconds
- loop blocks in radius 5 of victim:
- if loop-block is not air:
- set loop-block to ice
- kill victim
- if name of victim is "&cCreeper des ténèbres":
- wait 2 seconds
- loop players in radius 5 of victim:
- damage loop-player by 1.5 hearts
- apply blindness 1 to the loop-player for 10 seconds
- loop blocks in radius 5 of victim:
- if loop-block is not air:
- set loop-block to soul sand
- kill victim
- if name of victim is "&cCreeper Anti-gravité":
- wait 2 seconds
- loop players in radius 5 of victim:
- push loop-player upwards at speed 2
- loop blocks in radius 5 of victim:
- if loop-block is not air:
- set loop-block to obsidian
- kill victim
- if name of victim is "&cCreeper Aquatique":
- wait 2 seconds
- loop players in radius 5 of victim:
- damage loop-player by 1.5 hearts
- loop blocks in radius 5 of victim:
- if loop-block is air:
- set loop-block to water
- kill victim
- on death of skeleton:
- if name of victim is "&cBomberman":
- drop 1 tnt at the victim
- drop 2 sulphur at the victim
- #----------------------------
- #NOUVEAUX MOBS DANS LE NETHER
- #----------------------------
- #VAMPIRE
- on spawn of wither skeleton:
- chance of 15%:
- set event-entity's name to "&cVampire"
- set event-entity's max health to 30
- heal the event-entity by 30
- set event-entity's chestplate to iron chestplate
- set event-entity's leggings to iron leggings
- set event-entity's boots to iron boots
- set event-entity's tool to iron hoe
- apply speed 1 to the event-entity for 999 days
- apply regeneration 1 to the event-entity for 999 days
- on damage of player:
- if name of attacker is "&cVampire":
- heal attacker by 0.5 heart
- #GARDIEN
- on spawn of wither skeleton:
- chance of 15%:
- set event-entity's name to "&cGardien"
- set event-entity's max health to 30
- set event-entity's tool to bow
- set event-entity's helmet to iron chestplate
- heal the event-entity by 30
- apply speed 2 to the event-entity for 999 days
- spawn 1 spider at the event-entity
- make event-entity ride spawned entity
- #NITRO CREEPER
- on spawn of zombie pigman:
- chance of 20%:
- spawn 1 creeper at the event-entity
- set spawned creeper's name to "&cNitro Creeper"
- set spawned creeper's max health to 25
- heal the spawned entity by 25
- apply speed 1 to the spawned creeper for 999 days
- chance of 10%:
- spawn 1 angry wolf at the event-entity
- set spawned entity's name to "&cChien de l'enfer"
- set spawned entity's max health to 25
- heal the spawned entity by 25
- apply speed 1 to the spawned entity for 999 days
- apply fire resistance 1 to the spawned entity for 999 days
- ignite spawned entity for 999 days
- on damage of player:
- if name of attacker is "&cChien de l'enfer":
- ignite victim for 3 seconds
- on damage:
- if name of victim is "&cNitro Creeper":
- create a safe explosion of force 2 at the attacker
- loop blocks in radius 3 around victim:
- if loop-block is air:
- set loop-block to fire
- kill the victim
- #-------------------------------------------
- on death of skeleton:
- if name of victim is "&cCoffre Hanté":
- drop 4 diamond at the victim
Advertisement
Add Comment
Please, Sign In to add comment