Skocz do zawartości
  • 0

Nie dzialaja wlasne craftingi


Lord Loginus

Pytanie

19 odpowiedzi na to pytanie

Rekomendowane odpowiedzi

  • 0

Trzymaj z wildskript

set {_nazwa} to "spodnie"

Recipe.new{ {_nazwa} }

{_nazwa}.Recipe.registerIngredient{1, 1 leather}

{_nazwa}.Recipe.registerIngredient{2, 1 leather}

{_nazwa}.Recipe.registerIngredient{3, 1 leather}

{_nazwa}.Recipe.registerIngredient{4, 1 leather}

{_nazwa}.Recipe.registerIngredient{6, 1 leather}

{_nazwa}.Recipe.registerIngredient{7, 1 leather}

{_nazwa}.Recipe.registerIngredient{9, 1 leather}

{_nazwa}.Recipe.registerResult{1 "leather pants named "&cSpodnie"}

{_nazwa}.Recipe.register

Odnośnik do komentarza
Udostępnij na innych stronach

  • 0

Heh

Błędów brak, lecz nic nie craftuje się jak włożę skórę

 

dodam to, że w konsoli pokazuje mi się takie cos:

[16:09:08 INFO]: -----------------------------[16:09:08 INFO]: 1[16:09:08 INFO]: 2[16:09:08 INFO]: CALL[16:09:09 INFO]: -----------------------------[16:09:09 INFO]: 1[16:09:09 INFO]: 2[16:09:09 INFO]: CALL
Edytowane przez login989
Odnośnik do komentarza
Udostępnij na innych stronach

  • 0

w WildSkript nie dodaje się pustych slotów. W WildSkript tam gdzie ma być pusty slot omijasz linijkę :F

 

{_nazwa}.Recipe.registerIngredient{1, 1 leather}
{_nazwa}.Recipe.registerIngredient{2, 1 leather}
{_nazwa}.Recipe.registerIngredient{3, 1 leather}
{_nazwa}.Recipe.registerIngredient{4, 1 leather}
{_nazwa}.Recipe.registerIngredient{6, 1 leather}
{_nazwa}.Recipe.registerIngredient{7, 1 leather}
{_nazwa}.Recipe.registerIngredient{9, 1 leather}

Odnośnik do komentarza
Udostępnij na innych stronach

  • 0

Bo akurat ta receptura nie ma prawa zadziałać, bo taka receptura już istnieje... 

on craft of leather pants:    set the name of event-item to "&cSpodnie"

To jest to, czego szukasz. Nie możesz zastąpić egzystującej receptury, bo to się będzie bugowało...

Odnośnik do komentarza
Udostępnij na innych stronach

  • 0

Nie istnieje... :

    "spodnie".Recipe.registerIngredient{1, 1 leather};    "spodnie".Recipe.registerIngredient{2, 1 leather};    "spodnie".Recipe.registerIngredient{3, 1 leather};    "spodnie".Recipe.registerIngredient{4, 1 leather};    "spodnie".Recipe.registerIngredient{5, 1 leather};    "spodnie".Recipe.registerIngredient{6, 1 leather};    "spodnie".Recipe.registerIngredient{7, 1 leather};    "spodnie".Recipe.registerIngredient{9, 1 leather};

tak robie

Odnośnik do komentarza
Udostępnij na innych stronach

  • 0

LLL
LLL
LPL

Nie istnieje, widać się buguje. Ty i tak chcesz zmienić nazwę, podaj wersję i build serwa

on load:    new Recipe "spodnie"    "spodnie".Recipe.registerIngredient{1, 1 leather};    "spodnie".Recipe.registerIngredient{2, 1 leather};    "spodnie".Recipe.registerIngredient{3, 1 leather};    "spodnie".Recipe.registerIngredient{4, 1 leather};    "spodnie".Recipe.registerIngredient{5, 1 leather};    "spodnie".Recipe.registerIngredient{6, 1 leather};    "spodnie".Recipe.registerIngredient{7, 1 leather};    "spodnie".Recipe.registerIngredient{9, 1 leather};    "spodnie".Recipe.registerResult{1 leather pants named "&cSpodnie"};    "spodnie".Recipe.register

To nie ma prawa nie działać...

Odnośnik do komentarza
Udostępnij na innych stronach

Nieaktywny
Ten temat został zamknięty. Brak możliwości dodania odpowiedzi.
  • Ostatnio przeglądający   0 użytkowników

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