Skocz do zawartości
  • 0

Crafting


Pytanie

Piszę ten post dla pomocy i proszę szanowną administrację o nie przeniesienie tego postu w inne miejsce :D

A więc tak , prośił bym kogoś o dodanie do tego skryptu craftingu: 

Ale jest także do pobrania w załączniku :D 

options:
    #=#=#=#=#=#
    #Moc skoku#
    #=#=#=#=#=#
    power: 8
    #=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#
    #Po 5 sekundach buty mają niszczyć? Jeżeli tak wpisz tu liczbe np. 5#
    #=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#
    damage boots: 0
command /cloud-boots:
    trigger:
        add 1 diamond boots of infinity 10 named "&7Cloud Boots" to player
        send "&b DOSTALES MAGICZNE CLOUD BOOTSY :o !" to player
every 1.1 seconds:
    loop all players:
        if loop-player is wearing diamond boots of infinity 10 named "&7Cloud Boots":
            apply jump {@power} to the loop-player for 1 second
            damage boots of loop-player by {@damage boots}
on damage:
    victim is a player
    damage cause is fall
    if victim is wearing diamond boots of infinity 10 named "&7Cloud Boots":
        cancel event

 

 

 

A crafting ma wyglądac tak jak na załączniku :D

 

 

Za wykonanie tego dam LIKE !

Będe wdzięczny :D

 

 

 

 

images.png

cb.sk

Odnośnik do komentarza
https://skript.pl/temat/10265-crafting/
Udostępnij na innych stronach

18 odpowiedzi na to pytanie

Rekomendowane odpowiedzi

  • 0
options:
	#Crafting zwojtp
	slot1: skora
	slot2: skora
	slot3: skora
	slot4: skora
	slot5: diamond buty
	slot6: skora
	slot7: skora
	slot8: skora
	slot9: skora

	item: BUTY
	nazwa: super buty
on script load:
	register new shaped recipe for {@item} named "{@nazwa}" using {@slot1}, {@slot2}, {@slot3}, {@slot4}, {@slot5}, {@slot6}, {@slot7}, {@slot8}, {@slot9}

Proszę, zmień sobie tylko crafting, wpisz angielskie nazwy, a i żeby to działało to musisz posiadać plugin SkQuery

Odnośnik do komentarza
https://skript.pl/temat/10265-crafting/#findComment-76379
Udostępnij na innych stronach

  • 0
4 minuty temu, ShroN napisał:

options:
	#Crafting zwojtp
	slot1: skora
	slot2: skora
	slot3: skora
	slot4: skora
	slot5: diamond buty
	slot6: skora
	slot7: skora
	slot8: skora
	slot9: skora

	item: BUTY
	nazwa: super buty
on script load:
	register new shaped recipe for {@item} named "{@nazwa}" using {@slot1}, {@slot2}, {@slot3}, {@slot4}, {@slot5}, {@slot6}, {@slot7}, {@slot8}, {@slot9}

Proszę, zmień sobie tylko crafting, wpisz angielskie nazwy, a i żeby to działało to musisz posiadać plugin SkQuery

Mam 5 błędów... a tak wogóle to dołącz to do tego skrypu co podałem prośiłbym...

Odnośnik do komentarza
https://skript.pl/temat/10265-crafting/#findComment-76381
Udostępnij na innych stronach

  • 0

Fajnie, mam 5 błędów a napiszesz chociaż jakie? 

 
options:
    #=#=#=#=#=#
    #Moc skoku#
    #=#=#=#=#=#
    power: 8
    #=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#
    #Po 5 sekundach buty mają niszczyć? Jeżeli tak wpisz tu liczbe np. 5#
    #=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#
    #Crafting zwojtp
    slot1: Feather
    slot2: Feather
    slot3: Feather
    slot4: Feather
    slot5: diamond boots
    slot6: Feather
    slot7: Feather
    slot8: Feather
    slot9: Feather
    item: diamond boots
    nazwa: super buty
    damage boots: 0
command /cloud-boots:
    trigger:
        add 1 diamond boots of infinity 10 named "&7Cloud Boots" to player
every 1.1 seconds:
    loop all players:
        if loop-player is wearing diamond boots of infinity 10 named "&7Cloud Boots":
            apply jump {@power} to the loop-player for 1 second
            damage boots of loop-player by {@damage boots}
on damage:
    victim is a player
    damage cause is fall
    if victim is wearing diamond boots of infinity 10 named "&7Cloud Boots":
        cancel event
on script load:
	register new shaped recipe for {@item} named "{@nazwa}" using {@slot1}, {@slot2}, {@slot3}, {@slot4}, {@slot5}, {@slot6}, {@slot7}, {@slot8}, {@slot9}

 

Odnośnik do komentarza
https://skript.pl/temat/10265-crafting/#findComment-76383
Udostępnij na innych stronach

  • 0
4 minuty temu, ShroN napisał:

Fajnie, mam 5 błędów a napiszesz chociaż jakie? 

Tak w ogóle zobacz czy dobrze to zrobiłem (to mój pierwszy raz ze skryptami):

options:
on script load:
    register new shaped recipe for diamond boots named "&7Cloud Boots" using feather, feather, feather, feather, diamond boots, feather, feather, feather, feather
    #=#=#=#=#=#
    #Moc skoku#
    #=#=#=#=#=#
    power: 8
    #=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#
    #Po 5 sekundach buty mają niszczyć? Jeżeli tak wpisz tu liczbe np. 5#
    #=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#
    damage boots: 0
command /cloud-boots:
    trigger:
        add 1 diamond boots of infinity 10 named "&7Cloud Boots" to player
        send "&b DOSTALES MAGICZNE CLOUD BOOTSY :o !" to player
every 1.1 seconds:
    loop all players:
        if loop-player is wearing diamond boots of infinity 10 named "&7Cloud Boots":
            apply jump {@power} to the loop-player for 1 second
            damage boots of loop-player by {@damage boots}
on damage:
    victim is a player
    damage cause is fall
    if victim is wearing diamond boots of infinity 10 named "&7Cloud Boots":
        cancel event

Odnośnik do komentarza
https://skript.pl/temat/10265-crafting/#findComment-76384
Udostępnij na innych stronach

  • 0
 
options:
	#=#=#=#=#=#
	#Moc skoku#
	#=#=#=#=#=#
	power: 8
	#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#
	#Po 5 sekundach buty mają niszczyć? Jeżeli tak wpisz tu liczbe np. 5#
	#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#
	#Crafting zwojtp
	slot1: Feather
	slot2: Feather
	slot3: Feather
	slot4: Feather
	slot5: diamond boots
	slot6: Feather
	slot7: Feather
	slot8: Feather
	slot9: Feather
	item: diamond boots
	nazwa: &7Cloud Boots
	damage-boots: 0
command /cloud-boots:
	trigger:
		add 1 diamond boots of infinity 10 named "&7Cloud Boots" to player
every 1.1 seconds:
	loop all players:
		if loop-player is wearing diamond boots of infinity 10 named "&7Cloud Boots":
			apply jump {@power} to the loop-player for 1 second
			damage boots of loop-player by {@damage-boots}
on damage:
	victim is a player
	damage cause is fall
	if victim is wearing diamond boots of infinity 10 named "&7Cloud Boots":
		cancel event
on script load:
	register new shaped recipe for {@item} named "{@nazwa}" using {@slot1}, {@slot2}, {@slot3}, {@slot4}, {@slot5}, {@slot6}, {@slot7}, {@slot8}, {@slot9}

Masz nadal błędy?

Odnośnik do komentarza
https://skript.pl/temat/10265-crafting/#findComment-76385
Udostępnij na innych stronach

  • 0
1 minutę temu, ShroN napisał:

 
options:
	#=#=#=#=#=#
	#Moc skoku#
	#=#=#=#=#=#
	power: 8
	#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#
	#Po 5 sekundach buty mają niszczyć? Jeżeli tak wpisz tu liczbe np. 5#
	#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#
	#Crafting zwojtp
	slot1: Feather
	slot2: Feather
	slot3: Feather
	slot4: Feather
	slot5: diamond boots
	slot6: Feather
	slot7: Feather
	slot8: Feather
	slot9: Feather
	item: diamond boots
	nazwa: &7Cloud Boots
	damage-boots: 0
command /cloud-boots:
	trigger:
		add 1 diamond boots of infinity 10 named "&7Cloud Boots" to player
every 1.1 seconds:
	loop all players:
		if loop-player is wearing diamond boots of infinity 10 named "&7Cloud Boots":
			apply jump {@power} to the loop-player for 1 second
			damage boots of loop-player by {@damage-boots}
on damage:
	victim is a player
	damage cause is fall
	if victim is wearing diamond boots of infinity 10 named "&7Cloud Boots":
		cancel event
on script load:
	register new shaped recipe for {@item} named "{@nazwa}" using {@slot1}, {@slot2}, {@slot3}, {@slot4}, {@slot5}, {@slot6}, {@slot7}, {@slot8}, {@slot9}

Masz nadal błędy?

Sprawdzam właśnie...

4 minuty temu, ShroN napisał:

 
options:
	#=#=#=#=#=#
	#Moc skoku#
	#=#=#=#=#=#
	power: 8
	#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#
	#Po 5 sekundach buty mają niszczyć? Jeżeli tak wpisz tu liczbe np. 5#
	#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#
	#Crafting zwojtp
	slot1: Feather
	slot2: Feather
	slot3: Feather
	slot4: Feather
	slot5: diamond boots
	slot6: Feather
	slot7: Feather
	slot8: Feather
	slot9: Feather
	item: diamond boots
	nazwa: &7Cloud Boots
	damage-boots: 0
command /cloud-boots:
	trigger:
		add 1 diamond boots of infinity 10 named "&7Cloud Boots" to player
every 1.1 seconds:
	loop all players:
		if loop-player is wearing diamond boots of infinity 10 named "&7Cloud Boots":
			apply jump {@power} to the loop-player for 1 second
			damage boots of loop-player by {@damage-boots}
on damage:
	victim is a player
	damage cause is fall
	if victim is wearing diamond boots of infinity 10 named "&7Cloud Boots":
		cancel event
on script load:
	register new shaped recipe for {@item} named "{@nazwa}" using {@slot1}, {@slot2}, {@slot3}, {@slot4}, {@slot5}, {@slot6}, {@slot7}, {@slot8}, {@slot9}

Masz nadal błędy?

#Crafting zwojtp
    slot1: Feather
    slot2: Feather
    slot3: Feather
    slot4: Feather
    slot5: diamond boots
    slot6: Feather
    slot7: Feather
    slot8: Feather
    slot9: Feather
    item: diamond boots
    nazwa: &7Cloud Boots

A to mam usunąc ? xd

7 minut temu, ShroN napisał:

 
options:
	#=#=#=#=#=#
	#Moc skoku#
	#=#=#=#=#=#
	power: 8
	#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#
	#Po 5 sekundach buty mają niszczyć? Jeżeli tak wpisz tu liczbe np. 5#
	#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#
	#Crafting zwojtp
	slot1: Feather
	slot2: Feather
	slot3: Feather
	slot4: Feather
	slot5: diamond boots
	slot6: Feather
	slot7: Feather
	slot8: Feather
	slot9: Feather
	item: diamond boots
	nazwa: &7Cloud Boots
	damage-boots: 0
command /cloud-boots:
	trigger:
		add 1 diamond boots of infinity 10 named "&7Cloud Boots" to player
every 1.1 seconds:
	loop all players:
		if loop-player is wearing diamond boots of infinity 10 named "&7Cloud Boots":
			apply jump {@power} to the loop-player for 1 second
			damage boots of loop-player by {@damage-boots}
on damage:
	victim is a player
	damage cause is fall
	if victim is wearing diamond boots of infinity 10 named "&7Cloud Boots":
		cancel event
on script load:
	register new shaped recipe for {@item} named "{@nazwa}" using {@slot1}, {@slot2}, {@slot3}, {@slot4}, {@slot5}, {@slot6}, {@slot7}, {@slot8}, {@slot9}

Masz nadal błędy?

Teraz jest błąd z tym craftingiem ;/ 1 error

Odnośnik do komentarza
https://skript.pl/temat/10265-crafting/#findComment-76386
Udostępnij na innych stronach

  • 0
2 minuty temu, ShroN napisał:

Błędy, daj błedy... 

Can`tt understand this condition/effect: register new shaped recipe for diamond boots named "&7Cloud Boots" of infinity 10 using feather , feather , feather , feather , diamond boots, feather , feather , feather , feather (cb.sk , line 24:register new shaped recipe for diamnd boots named "&7Cloud Boots" of infinity 10 using feather, feather , feather , feather , diamond boots , feather , feather , feather , feather`)

Odnośnik do komentarza
https://skript.pl/temat/10265-crafting/#findComment-76394
Udostępnij na innych stronach

  • 0
1 minutę temu, ShroN napisał:

Mam skrypt na serwie i nie wywala mi błędów, wszystko działa ok, to znaczy że nie masz pluginu SkQuery (SkriptPlus) :/ ale polecam jeszcze wrzucić plugin WildSkript na serwer

Miałem wildskript na serwie zainstaluję od nowa i zobaczę

7 minut temu, ShroN napisał:

Mam skrypt na serwie i nie wywala mi błędów, wszystko działa ok, to znaczy że nie masz pluginu SkQuery (SkriptPlus) :/ ale polecam jeszcze wrzucić plugin WildSkript na serwer

Ok... działa ale daję mi nie skończony efekt jump boosta (nie ustawiałem na tylę) oraz zamiast infinity 10 jest unbreaking 3 :/

Odnośnik do komentarza
https://skript.pl/temat/10265-crafting/#findComment-76396
Udostępnij na innych stronach

  • 0

 

 
options:
	#=#=#=#=#=#
	#Moc skoku#
	#=#=#=#=#=#
	power: 8
	#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#
	#Po 5 sekundach buty mają niszczyć? Jeżeli tak wpisz tu liczbe np. 5#
	#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#
	#Crafting zwojtp
	slot1: Leather
	slot2: Leather
	slot3: Leather
	slot4: Leather
	slot5: diamond boots
	slot6: Leather
	slot7: Leather
	slot8: Leather
	slot9: Leather
	item: diamond boots
	nazwa: &7Cloud Boots
	damage-boots: 0
command /cloud-boots:
	trigger:
		add 1 diamond boots named "&7Cloud Boots" to player
every 1.1 seconds:
	loop all players:
		if loop-player is wearing diamond boots named "&7Cloud Boots":
			apply jump {@power} to the loop-player for 1 second
			damage boots of loop-player by {@damage-boots}
on damage:
	victim is a player
	damage cause is fall
	if victim is wearing diamond boots named "&7Cloud Boots":
		cancel event
on script load:
	register new shaped recipe for {@item} named "{@nazwa}" using {@slot1}, {@slot2}, {@slot3}, {@slot4}, {@slot5}, {@slot6}, {@slot7}, {@slot8}, {@slot9}

Jump znika po zdjęciu butów, i to infinity jest nie potrzebne, bo w kowaadle nie da się kolorować :P i chyba nie da się ustawić na 10

Odnośnik do komentarza
https://skript.pl/temat/10265-crafting/#findComment-76398
Udostępnij na innych stronach

  • 0
10 minut temu, ShroN napisał:

 


 
options:
	#=#=#=#=#=#
	#Moc skoku#
	#=#=#=#=#=#
	power: 8
	#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#
	#Po 5 sekundach buty mają niszczyć? Jeżeli tak wpisz tu liczbe np. 5#
	#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#
	#Crafting zwojtp
	slot1: Leather
	slot2: Leather
	slot3: Leather
	slot4: Leather
	slot5: diamond boots
	slot6: Leather
	slot7: Leather
	slot8: Leather
	slot9: Leather
	item: diamond boots
	nazwa: &7Cloud Boots
	damage-boots: 0
command /cloud-boots:
	trigger:
		add 1 diamond boots named "&7Cloud Boots" to player
every 1.1 seconds:
	loop all players:
		if loop-player is wearing diamond boots named "&7Cloud Boots":
			apply jump {@power} to the loop-player for 1 second
			damage boots of loop-player by {@damage-boots}
on damage:
	victim is a player
	damage cause is fall
	if victim is wearing diamond boots named "&7Cloud Boots":
		cancel event
on script load:
	register new shaped recipe for {@item} named "{@nazwa}" using {@slot1}, {@slot2}, {@slot3}, {@slot4}, {@slot5}, {@slot6}, {@slot7}, {@slot8}, {@slot9}

Jump znika po zdjęciu butów, i to infinity jest nie potrzebne, bo w kowaadle nie da się kolorować :P i chyba nie da się ustawić na 10

Ok dziękuje MASZ + :D dzięki za poświęcony czas dla mnie i mojego problemu ;D

16 minut temu, ShroN napisał:

 


 
options:
	#=#=#=#=#=#
	#Moc skoku#
	#=#=#=#=#=#
	power: 8
	#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#
	#Po 5 sekundach buty mają niszczyć? Jeżeli tak wpisz tu liczbe np. 5#
	#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#
	#Crafting zwojtp
	slot1: Leather
	slot2: Leather
	slot3: Leather
	slot4: Leather
	slot5: diamond boots
	slot6: Leather
	slot7: Leather
	slot8: Leather
	slot9: Leather
	item: diamond boots
	nazwa: &7Cloud Boots
	damage-boots: 0
command /cloud-boots:
	trigger:
		add 1 diamond boots named "&7Cloud Boots" to player
every 1.1 seconds:
	loop all players:
		if loop-player is wearing diamond boots named "&7Cloud Boots":
			apply jump {@power} to the loop-player for 1 second
			damage boots of loop-player by {@damage-boots}
on damage:
	victim is a player
	damage cause is fall
	if victim is wearing diamond boots named "&7Cloud Boots":
		cancel event
on script load:
	register new shaped recipe for {@item} named "{@nazwa}" using {@slot1}, {@slot2}, {@slot3}, {@slot4}, {@slot5}, {@slot6}, {@slot7}, {@slot8}, {@slot9}

Jump znika po zdjęciu butów, i to infinity jest nie potrzebne, bo w kowaadle nie da się kolorować :P i chyba nie da się ustawić na 10

Ej a da się jakoś ukryć ten efekt w ekwipunku bo ciągle szaleję xD ?

 

 

Odnośnik do komentarza
https://skript.pl/temat/10265-crafting/#findComment-76400
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ę...