Skocz do zawartości
  • 0

Skrypt drop


AJent

Pytanie

Rekomendowane odpowiedzi

  • 0
Gość Usunięty#34161

Na przyszłość: Proszę opisać bardziej o jaki skrypt chodzi, nic nie rozumiem. Do tego albo mi się zdaje, albo piszesz to w złym dziale. Zgłoszę temat, aby mod przeniósł. 

 

Edit: Tak, temat powinien być w dziale ,,Zlecenia".

Edytowane przez xKameelos
Odnośnik do komentarza
https://skript.pl/temat/40010-skrypt-drop/#findComment-250349
Udostępnij na innych stronach

  • 0
command /drop [<text>]:
	trigger:
		open virtual chest with 1 row named "drop" to player
		format gui slot 0 of player with diamond named "3%"

on mine of stone:
	chance of 3%:
		give diamond to player

tuske

Odnośnik do komentarza
https://skript.pl/temat/40010-skrypt-drop/#findComment-250379
Udostępnij na innych stronach

  • 0

 
[14:11:52 ERROR]: [Skript] Can't understand this condition/effect: open virtual chest with 1 row named "drop" to player (commands.sk, line 105: open virtual chest with 1 row named "drop" to player')
[14:11:52 ERROR]: [Skript] Can't understand this condition/effect: format gui slot 0 of player with emerald named "9.7%" (commands.sk, line 106: format gui slot 0 of player with emerald named "9.7%"') 
 
 
 
no bo tak jak by nie dziala @bludis
Edytowane przez AJent
Odnośnik do komentarza
https://skript.pl/temat/40010-skrypt-drop/#findComment-250382
Udostępnij na innych stronach

  • 0

@bludis nie dziala ten twoj drop


 
[19:04:46 ERROR]: [Skript] 'open virtual chest with 1 row named "drop" to player' is not an entry (like 'name : value') (commands.sk, line 122: open virtual chest with 1 row named "drop" to player')
[19:04:46 ERROR]: [Skript] 'format gui slot 1 of player with emerald named "9.7%"' is not an entry (like 'name : value') (commands.sk, line 123: format gui slot 1 of player with emerald named "9.7%"')
[19:04:46 ERROR]: [Skript] 'format gui slot 2 of player with lapis named "11.2%"' is not an entry (like 'name : value') (commands.sk, line 124: format gui slot 2 of player with lapis named "11.2%"')Wstaw grafikę z URL
Odnośnik do komentarza
https://skript.pl/temat/40010-skrypt-drop/#findComment-250414
Udostępnij na innych stronach

  • 0
command /drop [<text>]:
	trigger:
		open virtual chest with 1 row named "drop" to player
		format gui slot 0 of player with diamond named "3%%"

on mine of stone:
	chance of 3%:
		give diamond to player

pobierz tuske.

Edytowane przez bludis
Odnośnik do komentarza
https://skript.pl/temat/40010-skrypt-drop/#findComment-250416
Udostępnij na innych stronach

  • 0
32 minuty temu, bludis napisał:

command /drop [<text>]:
	trigger:
		open virtual chest with 1 row named "drop" to player
		format gui slot 0 of player with diamond named "3%%"

on mine of stone:
	chance of 3%:
		give diamond to player

pobierz tuske.

@bludis

 

command /drop [<text>]:
        trigger:
                open virtual chest with 1 row named "drop" to player
                format gui slot 1 of player with emerald named "15.6%"
                format gui slot 2 of player with lapis lazuli named "16.7%"
                format gui slot 3 of player with gold ingot named "14.9%"
                format gui slot 4 of player with iron ingot named "16.4%"
                format gui slot 5 of player with enderpearl named "11.2%"

on mine of stone:
    chance of 14.9%:
        give gold ingot to player
   
on mine of stone:
    chance of 16.4%:
        give iron ingot to player
        
on mine of stone:
    chance 11.2%:
        give enderpearl to player
        
on mine of stone:
    chance of 15.6%:
        give emerald to player
        
on mine of stone:
    chance of 16.7%:
        give lapis lazuli to player
        
on mine of stone:
    chance of 100.0%:
        give experience to player

 

powiesz mi co ja tu zle robie? bo /drop komenda nie dziala ale dropi zloto lapis itd

Edytowane przez AJent
Odnośnik do komentarza
https://skript.pl/temat/40010-skrypt-drop/#findComment-250433
Udostępnij na innych stronach

  • 0

@bludis

tak o?

command /drop [<text>]:
        trigger:
                open virtual chest with 3 row named "drop" to player
                format gui slot 1 of player with emerald named "19.8%%"
                format gui slot 2 of player with lapis lazuli named "21.3%%"
                format gui slot 3 of player with gold ingot named "18.9%%"
                format gui slot 4 of player with iron ingot named "20.6%%"
                format gui slot 5 of player with ender pearl named "11.5%%"


 
[20:16:59 ERROR]: [Skript] Can't understand this condition/effect: open virtual chest with 3 row named "drop" to player (commands.sk, line 122: open virtual chest with 3 row named "drop" to player')
[20:16:59 ERROR]: [Skript] Can't understand this condition/effect: format gui slot 1 of player with emerald named "19.8%%" (commands.sk, line 123: format gui slot 1 of player with emerald named "19.8%%"')
[20:16:59 ERROR]: [Skript] Can't understand this condition/effect: format gui slot 2 of player with lapis lazuli named "21.3%%" (commands.sk, line 124: format gui slot 2 of player with lapis lazuli named "21.3%%"')
[20:16:59 ERROR]: [Skript] Can't understand this condition/effect: format gui slot 3 of player with gold ingot named "18.9%%" (commands.sk, line 125: format gui slot 3 of player with gold ingot named "18.9%%"')
[20:16:59 ERROR]: [Skript] Can't understand this condition/effect: format gui slot 4 of player with iron ingot named "20.6%%" (commands.sk, line 126: format gui slot 4 of player with iron ingot named "20.6%%"')
[20:16:59 ERROR]: [Skript] Can't understand this condition/effect: format gui slot 5 of player with ender pearl named "11.5%%" (commands.sk, line 127: format gui slot 5 of player with ender pearl named "11.5%%"')
Odnośnik do komentarza
https://skript.pl/temat/40010-skrypt-drop/#findComment-250439
Udostępnij na innych stronach

  • 0
6 godzin temu, AJent napisał:

@bludis

tak o?

command /drop [<text>]:
        trigger:
                open virtual chest with 3 row named "drop" to player
                format gui slot 1 of player with emerald named "19.8%%"
                format gui slot 2 of player with lapis lazuli named "21.3%%"
                format gui slot 3 of player with gold ingot named "18.9%%"
                format gui slot 4 of player with iron ingot named "20.6%%"
                format gui slot 5 of player with ender pearl named "11.5%%"



 
[20:16:59 ERROR]: [Skript] Can't understand this condition/effect: open virtual chest with 3 row named "drop" to player (commands.sk, line 122: open virtual chest with 3 row named "drop" to player')
[20:16:59 ERROR]: [Skript] Can't understand this condition/effect: format gui slot 1 of player with emerald named "19.8%%" (commands.sk, line 123: format gui slot 1 of player with emerald named "19.8%%"')
[20:16:59 ERROR]: [Skript] Can't understand this condition/effect: format gui slot 2 of player with lapis lazuli named "21.3%%" (commands.sk, line 124: format gui slot 2 of player with lapis lazuli named "21.3%%"')
[20:16:59 ERROR]: [Skript] Can't understand this condition/effect: format gui slot 3 of player with gold ingot named "18.9%%" (commands.sk, line 125: format gui slot 3 of player with gold ingot named "18.9%%"')
[20:16:59 ERROR]: [Skript] Can't understand this condition/effect: format gui slot 4 of player with iron ingot named "20.6%%" (commands.sk, line 126: format gui slot 4 of player with iron ingot named "20.6%%"')
[20:16:59 ERROR]: [Skript] Can't understand this condition/effect: format gui slot 5 of player with ender pearl named "11.5%%" (commands.sk, line 127: format gui slot 5 of player with ender pearl named "11.5%%"')

Pobierz Tuske - dodatek do skripta

Odnośnik do komentarza
https://skript.pl/temat/40010-skrypt-drop/#findComment-250478
Udostępnij na innych stronach

  • 0
2 minuty temu, AJent napisał:

Jeśli twoja wersja jest mniejsza niż 1.10 to pobierz z tego linku co podałeś, jeśli jest większa np. 1.15 to pobierz stąd: https://skripttools.net/dl/TuSKe+1.8.3-PikachuPatch-v3.jar .

Następnie wrzuć do folderu plugins i włącz serwer.

Odnośnik do komentarza
https://skript.pl/temat/40010-skrypt-drop/#findComment-250481
Udostępnij na innych stronach

  • 0
10 minut temu, AJent napisał:

Jeśli masz wersję wyższą od 1.10 to pobierz stąd: https://skripttools.net/dl/TuSKe+1.8.3-PikachuPatch-v3.jar .

Następnie wrzuć do folderu plugins i włącz serwer.

Odnośnik do komentarza
https://skript.pl/temat/40010-skrypt-drop/#findComment-250483
Udostępnij na innych stronach

  • 0
10 minut temu, AJent napisał:

@THEzombiePL

bo teraz mi komenda /drop dziala ale jak np gracz teraz chce wylaczyc drop tego przedmiotu to jak to zrobic? i np wylaczyc drop cobblestona

 

Trzeba przerobić cały skrypt

Odnośnik do komentarza
https://skript.pl/temat/40010-skrypt-drop/#findComment-250485
Udostępnij na innych stronach

  • 0

@THEzombiePL

o kurde, pomogl bys czy nie masz zbytnio czasu?, chcialbym jak by, zeby pisalo czy maja drop off czy on czyli "Drop: Wlaczony lub Drop: Wylaczony" i by naciskali na to.

Edytowane przez AJent
Odnośnik do komentarza
https://skript.pl/temat/40010-skrypt-drop/#findComment-250486
Udostępnij na innych stronach

Dołącz do dyskusji

Możesz dodać zawartość już teraz a zarejestrować się później. Jeśli posiadasz już konto, zaloguj się aby dodać zawartość za jego pomocą.

Nieaktywny
Odpowiedz na pytanie...

×   Wklejono zawartość z formatowaniem.   Usuń formatowanie

  Dozwolonych jest tylko 75 emoji.

×   Odnośnik został automatycznie osadzony.   Przywróć wyświetlanie jako odnośnik

×   Przywrócono poprzednią zawartość.   Wyczyść edytor

×   Nie możesz bezpośrednio wkleić grafiki. Dodaj lub załącz grafiki z adresu URL.

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

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