Aller au contenu
  • 0

Enchanter un item quand on le craft


Question

Posté(e)

Bonjour. J'aimerais savoir comment enchanter un item quand on le craft (event: on craft) ?

 

J'ai déjà essayer:

on craft:[/color][/center]

[color=#00b300]

[center]    if event-item is gold pickaxe:
       if name of event-item is "{@pioche}":
           enchant the event-item with unbreaking 3

Mais ceci ne fonctionne pas.

 

C'est assez urgent. Merci à tous de vos réponses.

12 réponses à cette question

Messages recommandés

  • 0
Posté(e)
Créer un nouveau craft au pire ^^ ?

Je l'ai fait grâce au recipe mais je peux pas enchanter un recipe:

Mon code:

 

on load:
   register new shaped recipe for gold pickaxe named "{@pioche}" using emerald, emerald, emerald, 0, stick, 0, 0, stick, 0
on craft:
   if event-item is gold pickaxe:
       if name of event-item is "{@pioche}":
           enchant the event-item with unbreaking 3

  • 0
Posté(e)

Voilà j'ai la solution:

 

 

on load:
   register new shaped recipe for gold pickaxe named "{@pioche}" using emerald, emerald, emerald, 0, stick, 0, 0, stick, 0

on prepare item craft:
   if slot 0 of current inventory of player is a golden pickaxe named "{@pioche}":
       set slot 0 of current inventory of player to a golden pickaxe of unbreaking 3 named "{@pioche}"

 

Cela nécessite WildSkript ( Perso j'ai la version 1.8).

 

Cordialement, Elkios_

  • 0
Posté(e)
Fonctionne pas :x

 

Voilà :

 

 

Options:
   pioche: &6Pioche à Spawner
on load:
   register new shaped recipe for gold pickaxe named "{@pioche}" using emerald, emerald, emerald, air, stick, air, air, stick, air

on prepare item craft:
   if slot 0 of current inventory of player is a golden pickaxe named "{@pioche}":
       set slot 0 of current inventory of player to a golden pickaxe of unbreaking 3 named "{@pioche}"
       enchant slot 0 of current inventory of player with silk touch 1

 

Cordialement, Elkios_

  • J'aime 1
×
×
  • 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.