Aller au contenu

Messages recommandés

Posté(e)

Faut plus de précisions ... on perd de la vie quand l'inventaire est ouvert ? il faut un kit avec des panneaux ? tu veux la respiration infinie ? dis nous en plus

  • J'aime 1
Posté(e)

Voilà ton code complet (Soup + Water):

on walking on Water:
   set {_random} to a random number between 1 and 5
   set {_random2} to a random number between 1 and 9
   damage player by {_random}.{_random2} hearts

on consume of Soup:
   heal The player by 3 hearts

Posté(e)
Pour les soupes j'aurais mis un "on rightclick" vue qu'il faut que ce soit instantané

Ah ouais, donc j'edit :

on walking on Water:
   set {_random} to a random number between 1 and 5
   set {_random2} to a random number between 1 and 9
   damage player by {_random}.{_random2} hearts

on rightclick with soup:
   wait 1 tick
   remove 1 soup from The player
   give 1 bowl to The player
   heal The player by 3 hearts

Posté(e)
Ah ouais, donc j'edit :

on walking on Water:
   set {_random} to a random number between 1 and 5
   set {_random2} to a random number between 1 and 9
   damage player by {_random}.{_random2} hearts

on rightclick with soup:
   wait 1 tick
   remove 1 soup from The player
   give 1 bowl to The player
   heal The player by 3 hearts

:O je vais essayer ! merci poto, respect ;)

Posté(e)
Ah ouais, donc j'edit :

on walking on Water:
   set {_random} to a random number between 1 and 5
   set {_random2} to a random number between 1 and 9
   damage player by {_random}.{_random2} hearts

on rightclick with soup:
   wait 1 tick
   remove 1 soup from The player
   give 1 bowl to The player
   heal The player by 3 hearts

http://prntscr.com/9wh9de

Posté(e)
Ok, Alors :

on walking on Water:
   damage The player by 5 hearts

on rightclick with soup:
   wait 1 tick
   heal The player by 3 hearts
   remove 1 soup from The player
   give 1 bowl to The player

Respect :O

×
×
  • 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.