Version de Minecraft : 1.15.2 Version de Skript : 2.5
Addons utilisés:
Type du skript : tuer les zombies qui sont venue tuer le joueur
Description du script :
bonjour je n'arrive pas à ; que les zombies qui sont venue tuer le joueur dé-pop après leurs forfait, ils s'attaquent aux joueurs proche, j'aimerai pas vider le serveur par des pigmen's sur-entraîner ^^
merci de l'aide apporté
on death:
if victim is in world "lemonde" and "eau" and "mine":
if attacker is a zombie pigman:
set {_drops::*} to drops
remove drops from the drops
add {_drops::*} to victim's inventory
if victim is a player:
if attacker is a player:
chance of 10%:
spawn 7 zombie pigman at position of victim
set the display name of the last spawned zombie pigman to "&9Dromoriens"
set the last spawned zombie pigman's target to the attacker
apply speed 3 to the last spawned zombie pigman for 20 seconds
else:
chance of 5%:
spawn 3 zombie pigman at position of victim
set the display name of the last spawned zombie pigman to "&9Dromoriens"
set the last spawned zombie pigman's target to the attacker
apply speed 3 to the last spawned zombie pigman for 20 seconds
wait 5 ticks
spawn 1 zombie pigman at position of victim
set the display name of the last spawned zombie pigman to "&9Dromoriens"
set the last spawned zombie pigman's target to the attacker
apply speed 3 to the last spawned zombie pigman for 20 seconds
Nous avons placé des cookies sur votre appareil pour aider à améliorer ce site. Vous pouvez choisir d’ajuster vos paramètres de cookie, sinon nous supposerons que vous êtes d’accord pour continuer.
Question
victims_fr
Version de Minecraft : 1.15.2
Version de Skript : 2.5
Addons utilisés:
Type du skript : tuer les zombies qui sont venue tuer le joueur
Description du script :
bonjour je n'arrive pas à ; que les zombies qui sont venue tuer le joueur dé-pop après leurs forfait, ils s'attaquent aux joueurs proche, j'aimerai pas vider le serveur par des pigmen's sur-entraîner ^^
merci de l'aide apporté
on death: if victim is in world "lemonde" and "eau" and "mine": if attacker is a zombie pigman: set {_drops::*} to drops remove drops from the drops add {_drops::*} to victim's inventory if victim is a player: if attacker is a player: chance of 10%: spawn 7 zombie pigman at position of victim set the display name of the last spawned zombie pigman to "&9Dromoriens" set the last spawned zombie pigman's target to the attacker apply speed 3 to the last spawned zombie pigman for 20 seconds else: chance of 5%: spawn 3 zombie pigman at position of victim set the display name of the last spawned zombie pigman to "&9Dromoriens" set the last spawned zombie pigman's target to the attacker apply speed 3 to the last spawned zombie pigman for 20 seconds wait 5 ticks spawn 1 zombie pigman at position of victim set the display name of the last spawned zombie pigman to "&9Dromoriens" set the last spawned zombie pigman's target to the attacker apply speed 3 to the last spawned zombie pigman for 20 seconds
addons
6 réponses à cette question
Messages recommandés