Skocz do zawartości
  • 0

Crafting w WildSkript


Krzysiek554
 Udostępnij

Pytanie

Witam. Mam problem z craftingiem w WildSkript.

 

Oto kod:

 

on load:
set {_nazwa} to "&7Cobble&aX"
Recipe.new{ {_nazwa} }
{_nazwa}.Recipe.registerIngredient{1, 64 cobblestone}
{_nazwa}.Recipe.registerIngredient{2, 64 cobblestone}
{_nazwa}.Recipe.registerIngredient{3, 64 cobblestone}
{_nazwa}.Recipe.registerIngredient{4, 64 cobblestone}
{_nazwa}.Recipe.registerIngredient{5, 64 cobblestone}
{_nazwa}.Recipe.registerIngredient{6, 64 cobblestone}
{_nazwa}.Recipe.registerIngredient{7, 64 cobblestone}
{_nazwa}.Recipe.registerIngredient{8, 64 cobblestone}
{_nazwa}.Recipe.registerIngredient{9, 64 cobblestone}
{_nazwa}.Recipe.registerResult{4 decorated bricks of thorns 3 named "&7Cobble&aX"}
{_nazwa}.Recipe.register

 

 

 

Co jest nie tak?

Odnośnik do komentarza
Udostępnij na innych stronach

2 odpowiedzi na to pytanie

Rekomendowane odpowiedzi

  • 0

Przecież ty taki "kozak" jesteś >_<...

 

on script load:

[tab]new Recipe "sos";
[tab]"sos".Recipe.registerIngredient{1, 64 cobblestone};
[tab]"sos".Recipe.registerIngredient{2, 64 cobblestone};
[tab]"sos".Recipe.registerIngredient{3, 64 cobblestone};
[tab]"sos".Recipe.registerIngredient{4, 64 cobblestone};
[tab]"sos".Recipe.registerIngredient{5, 64 cobblestone};
[tab]"sos".Recipe.registerIngredient{6, 64 cobblestone};
[tab]"sos".Recipe.registerIngredient{7, 64 cobblestone};
[tab]"sos".Recipe.registerIngredient{8, 64 cobblestone};
[tab]"sos".Recipe.registerIngredient{9, 64 cobblestone};
[tab]"sos".Recipe.registerResult{1 decorated bricks of thorns 3 named "&7Cobble&aX"};
[tab]"sos".Recipe.register{};
 
 
"Łatwiej na świecie o filozofię, niż o dobrą radę"~ Henryk Sienkiewicz
Edytowane przez lewatywapolska
Odnośnik do komentarza
Udostępnij na innych stronach

Nieaktywny
Ten temat został zamknięty. Brak możliwości dodania odpowiedzi.
 Udostępnij

  • Ostatnio przeglądający   0 użytkowników

    • Brak zarejestrowanych użytkowników przeglądających tę stronę.
×
×
  • Dodaj nową pozycję...