Aller au contenu

Messages recommandés

Posté(e)

voilà j'espère que vous saurez m'aider je cherche skript qui renomme des flèches ajoute des particules qui font certains dégâts

 

1er flèche : 2 dmg

2 flèche : 5 dmg

3 flèche 8 dmg

 

Que quand on arrive dans un monde appelé stil ça nous give 25 flèches 1, 10 flèches 2, 5 flèches 3 et après 5 min celui qui à le plus de kill gagne 5 diam's

Posté(e)

Voila le début du code, dit moi si il marche, je ferais le reste après.

#Besoin de https://www.skunity.com/SharpSK
on world change:
   wait 1 tick
   if player's world is "stil":
       give 25 arrows with name "Flèches 1" to the player
       give 10 arrows with name "Flèches 2" to the player
       give 5 arrows with name "Flèches 3" to the player
on damage:
   attacker is a player
   victim is a player
   damage cause is a projectile
   if projectile is an arrow with name "Flèches 1":
       cancel event
       damage victim by 1 hearts
   else if projectile is an arrow with name "Flèches 2":
       cancel event
       damage victim by 2.5 hearts
   else if projectile is an arrow with name "Flèches 3":
       cancel event
       damage victim by 4 hearts

  • J'aime 1
Posté(e)
Voila le début du code, dit moi si il marche, je ferais le reste après.

#Besoin de https://www.skunity.com/SharpSK
on world change:
   wait 1 tick
   if player's world is "stil":
       give 25 arrows with name "Flèches 1" to the player
       give 10 arrows with name "Flèches 2" to the player
       give 5 arrows with name "Flèches 3" to the player
on damage:
   attacker is a player
   victim is a player
   damage cause is a projectile
   if projectile is an arrow with name "Flèches 1":
       cancel event
       damage victim by 1 hearts
   else if projectile is an arrow with name "Flèches 2":
       cancel event
       damage victim by 2.5 hearts
   else if projectile is an arrow with name "Flèches 3":
       cancel event
       damage victim by 4 hearts

Ok merci je testerai ça vendredi car je suis pas chez moi mais j'aimerais aussi que quand un joueur tue un autre joueur après 5 kill il il un "reward bag" comme un kill streak ( sa je sais le tester maintenant )

×
×
  • Créer...

Information importante

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.