Krzysiek554 18 Opublikowano 18 maja 2015 Udostępnij Opublikowano 18 maja 2015 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 Więcej opcji udostępniania...
0 Gość DonFallingCookie Opublikowano 18 maja 2015 Udostępnij Opublikowano 18 maja 2015 Jakieś błędy? Odnośnik do komentarza Udostępnij na innych stronach Więcej opcji udostępniania...
0 _Of3k 278 Opublikowano 18 maja 2015 Udostępnij Opublikowano 18 maja 2015 (edytowane) 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 18 maja 2015 przez lewatywapolska Odnośnik do komentarza Udostępnij na innych stronach Więcej opcji udostępniania...
Pytanie
Krzysiek554 18
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