kamilpocwiard 0 Opublikowano 25 sierpnia 2014 Udostępnij Opublikowano 25 sierpnia 2014 Mam problem ponieważ nie działają mi craftingi. Nie pokazuje żadnego błędu ale na serwerze nie mogę tego craftowac. Jaki jest problem ?on load: new Recipe {_spawn} {_spawn}.Recipe.registerIngredient{1, 1 none}; {_spawn}.Recipe.registerIngredient{2, 1 emerald}; {_spawn}.Recipe.registerIngredient{3, 1 none}; {_spawn}.Recipe.registerIngredient{4, 1 none}; {_spawn}.Recipe.registerIngredient{5, 1 stick}; {_spawn}.Recipe.registerIngredient{6, 1 none}; {_spawn}.Recipe.registerIngredient{7, 1 none}; {_spawn}.Recipe.registerIngredient{8, 1 stick}; {_spawn}.Recipe.registerIngredient{9, 1 none}; {_spawn}.Recipe.setResult{1 Stick of Unbreaking 10 named "&3Rozdzka teleportacji"}; {_spawn}.Recipe.register{}; new Recipe {_stone} {_stone}.Recipe.registerIngredient{1, 1 stone}; {_stone}.Recipe.registerIngredient{2, 1 stone}; {_stone}.Recipe.registerIngredient{3, 1 stone}; {_stone}.Recipe.registerIngredient{4, 1 stone}; {_stone}.Recipe.registerIngredient{5, 1 redstone}; {_stone}.Recipe.registerIngredient{6, 1 stone}; {_stone}.Recipe.registerIngredient{7, 1 stone}; {_stone}.Recipe.registerIngredient{8, 1 stone}; {_stone}.Recipe.registerIngredient{9, 1 stone}; {_stone}.Recipe.registerResult{1 end stone}; Odnośnik do komentarza Udostępnij na innych stronach Więcej opcji udostępniania...
0 ToNy 548 Opublikowano 25 sierpnia 2014 Udostępnij Opublikowano 25 sierpnia 2014 A gdzie ustawiłeś zmienną {_spawn}? Odnośnik do komentarza Udostępnij na innych stronach Więcej opcji udostępniania...
0 kamilpocwiard 0 Opublikowano 25 sierpnia 2014 Autor Udostępnij Opublikowano 25 sierpnia 2014 nigdzieon load: new Recipe {_spawn} {_spawn}.Recipe.registerIngredient{1, 1 none}; {_spawn}.Recipe.registerIngredient{2, 1 emerald}; {_spawn}.Recipe.registerIngredient{3, 1 none}; {_spawn}.Recipe.registerIngredient{4, 1 none}; {_spawn}.Recipe.registerIngredient{5, 1 stick}; {_spawn}.Recipe.registerIngredient{6, 1 none}; {_spawn}.Recipe.registerIngredient{7, 1 none}; {_spawn}.Recipe.registerIngredient{8, 1 stick}; {_spawn}.Recipe.registerIngredient{9, 1 none}; {_spawn}.Recipe.setResult{1 Stick of Unbreaking 10 named "&3Rozdzka teleportacji"}; {_spawn}.Recipe.register{};command /settp: trigger: player has permission "easyhard.ustawspawn": set {y} to x-location of player set {z} to z-location of player set {spawn.punkt} to location of player message "&9Spawn ustawiony :)" else: send "&9Brak uprawnien do ustawiania punktu spawnu :)"on respawn: wait 1 tick teleport player to {spawn.punkt}on damage of player: if {spawn.teleport.%victim%} is true: send "&7Teleport na spawn anulowany" to victim set {spawn.teleport.%victim%} to falsevariables: {tp.%player%} = falseon drop: if {tp.%player%} is true: cancel event send "&7Nie mozesz wyrzucac przedmiotow podczas teleportacji!" stopon right click holding stick: if name of the player's tool is "&3Rozdzka teleportacji": set {tp.%player%} to true send "&7Za &65 sekund&7 zostaniesz przeteleportowany na spawn!" set {tp} to location of player wait 1 second if {tp} isn't location of player: send "&7Teleportacja zostala przerwana!" set {tp.%player%} to false stop wait 1 second if {tp} isn't location of player: send "&7Teleportacja zostala przerwana!" set {tp.%player%} to false stop wait 1 second if {tp} isn't location of player: send "&7Teleportacja zostala przerwana!" set {tp.%player%} to false stop wait 1 second if {tp} isn't location of player: send "&7Teleportacja zostala przerwana!" set {tp.%player%} to false stop wait 1 second if {tp} isn't location of player: send "&7Teleportacja zostala przerwana!" set {tp.%player%} to false stop teleport player to {spawn.punkt} send "&7Zostales przeteleportowany na spawn!" remove stick of knockback 2 from player set {tp.%player%} to false stopcommand /vspawn: trigger: if player has permission "easyhard.vspawn": set {tp.%player%} to true send "&7Za &65 sekund&7 zostaniesz przeteleportowany na spawn!" set {tp} to location of player wait 1 second if {tp} isn't location of player: send "&7Teleportacja zostala przerwana!" set {tp.%player%} to false stop wait 1 second if {tp} isn't location of player: send "&7Teleportacja zostala przerwana!" set {tp.%player%} to false stop wait 1 second if {tp} isn't location of player: send "&7Teleportacja zostala przerwana!" set {tp.%player%} to false stop wait 1 second if {tp} isn't location of player: send "&7Teleportacja zostala przerwana!" set {tp.%player%} to false stop wait 1 second if {tp} isn't location of player: send "&7Teleportacja zostala przerwana!" set {tp.%player%} to false stop teleport player to {spawn.punkt} send "&7Zostales przeteleportowany na spawn!" set {tp.%player%} to false stop else: send "&cNie masz permisji do tego" Odnośnik do komentarza Udostępnij na innych stronach Więcej opcji udostępniania...
0 Nieaktywny Opublikowano 25 sierpnia 2014 Udostępnij Opublikowano 25 sierpnia 2014 set {_spawn} to "spawn" Przed kodem od receptury sobie daj :) Odnośnik do komentarza Udostępnij na innych stronach Więcej opcji udostępniania...
0 kamilpocwiard 0 Opublikowano 25 sierpnia 2014 Autor Udostępnij Opublikowano 25 sierpnia 2014 to ma byc cos takiego ?on load: set {_spawn} to "spawn" new Recipe {_spawn} {_spawn}.Recipe.registerIngredient{1, 1 none}; {_spawn}.Recipe.registerIngredient{2, 1 emerald}; {_spawn}.Recipe.registerIngredient{3, 1 none}; {_spawn}.Recipe.registerIngredient{4, 1 none}; {_spawn}.Recipe.registerIngredient{5, 1 stick}; {_spawn}.Recipe.registerIngredient{6, 1 none}; {_spawn}.Recipe.registerIngredient{7, 1 none}; {_spawn}.Recipe.registerIngredient{8, 1 stick}; {_spawn}.Recipe.registerIngredient{9, 1 none}; {_spawn}.Recipe.setResult{1 Stick of Unbreaking 10 named "&3Rozdzka teleportacji"}; {_spawn}.Recipe.register{}; Odnośnik do komentarza Udostępnij na innych stronach Więcej opcji udostępniania...
0 Nieaktywny Opublikowano 25 sierpnia 2014 Udostępnij Opublikowano 25 sierpnia 2014 Tak, i jak nie chcesz w danym slocie itemu, to po prostu go omijaj :) Odnośnik do komentarza Udostępnij na innych stronach Więcej opcji udostępniania...
0 kamilpocwiard 0 Opublikowano 25 sierpnia 2014 Autor Udostępnij Opublikowano 25 sierpnia 2014 dzienki dziala Zamykam temat Odnośnik do komentarza Udostępnij na innych stronach Więcej opcji udostępniania...
0 DJ_CITROX 24 Opublikowano 26 sierpnia 2014 Udostępnij Opublikowano 26 sierpnia 2014 Czekaj bo mi takie coś nie działa o co chodzi ? [ Mam Skript 2.1.2 i WildSkript .. i SkQuery ] O co chodzi ? :c Odnośnik do komentarza Udostępnij na innych stronach Więcej opcji udostępniania...
Pytanie
kamilpocwiard 0
Mam problem ponieważ nie działają mi craftingi. Nie pokazuje żadnego błędu ale na serwerze nie mogę tego craftowac. Jaki jest problem ?
Odnośnik do komentarza
Udostępnij na innych stronach
7 odpowiedzi na to pytanie
Rekomendowane odpowiedzi