Skocz do zawartości
  • 0

Czemu ten skrypt nie działa?


Pytanie

11 odpowiedzi na to pytanie

Rekomendowane odpowiedzi

  • 0
4 minuty temu, xQute napisał:

Ale jaki

 

no ty nam powiedz jaki blędy się wyświetlają po przeładowaniu skryptu

on script load:
	register new shaped recipe for ender portal frame named "&8» &9&lOBSFARMER" using obsidian, obsidian, obsidian, obsidian, enchanted golden apple, obsidian, obsidian, obsidian, obsidian
on script load:
	register new shaped recipe for ender portal frame named "&8» &9&lSANDFARMER" using sand, sand, sand, sand, enchanted golden apple, sand, sand, sand, sand
on script load:
	register new shaped recipe for ender portal frame named "&8» &9&lFOSAFARMER"  using diamond pickaxe, diamond pickaxe, diamond pickaxe, diamond pickaxe, enchanted golden apple, diamond pickaxe, diamond pickaxe, diamond pickaxe, diamond pickaxe
	
on place of ender portal frame:
	if player's tool is ender portal frame named "&9&lOBSFARMER":
		loop blocks under event-block:
			if loop-block is bedrock:
				stop
			set loop-block to obsidian
on place of ender portal frame:
	if player's tool is sandstone named "&9&lSANDFARMER":
		loop blocks under event-block:
			if loop-block is bedrock:
				stop
			set loop-block to sand
on place of ender portal frame:
	if player's tool is enchantment table named "&9&lKOPACZ FOSY":
		loop blocks under event-block:
			if loop-block is bedrock:
				stop
			set loop-block to air

 

Edytowane przez xAxee
Odnośnik do komentarza
https://skript.pl/temat/37647-czemu-ten-skrypt-nie-dzia%C5%82a/#findComment-239134
Udostępnij na innych stronach

  • 0
 
[17:12:55 ERROR]: [Skript] indentation error: expected 8 spaces, but found 2 tabs (Farmerzy.sk, line 10: loop blocks under event-block:')
[17:12:55 ERROR]: [Skript] indentation error: expected 8 spaces, but found 2 tabs (Farmerzy.sk, line 11: if loop-block is bedrock:')
[17:12:55 ERROR]: [Skript] indentation error: expected 8 spaces, but found 16 spaces (Farmerzy.sk, line 12: stop')
[17:12:55 ERROR]: [Skript] indentation error: expected 8 spaces, but found 2 tabs (Farmerzy.sk, line 13: set loop-block to obsidian')
[17:12:55 WARN]: [Skript] Empty configuration section! You might want to indent one or more of the subsequent lines to make them belong to this section or remove the colon at the end of the line if you don't want this line to start a section. (Farmerzy.sk, line 9: if player's tool is ender portal frame named "&9&lOBSFARMER":')
[17:12:55 WARN]: [Skript] Empty configuration section! You might want to indent one or more of the subsequent lines to make them belong to this section or remove the colon at the end of the line if you don't want this line to start a section. (Farmerzy.sk, line 18: loop blocks under event-block:')
[17:12:55 WARN]: [Skript] Empty configuration section! You might want to indent one or more of the subsequent lines to make them belong to this section or remove the colon at the end of the line if you don't want this line to start a section. (Farmerzy.sk, line 19: if loop-block is bedrock:')
[17:12:55 ERROR]: [Skript] indentation error: expected 8 spaces, but found '________->' [-> = tab, _ = space, ? = other whitespace] (Farmerzy.sk, line 25: loop blocks under event-block:')
[17:12:55 ERROR]: [Skript] indentation error: expected 8 spaces, but found 2 tabs (Farmerzy.sk, line 26: if loop-block is bedrock:')
[17:12:55 ERROR]: [Skript] indentation error: expected 8 spaces, but found 16 spaces (Farmerzy.sk, line 27: stop')
[17:12:55 ERROR]: [Skript] indentation error: expected 8 spaces, but found '___________->' [-> = tab, _ = space, ? = other whitespace] (Farmerzy.sk, line 28: set loop-block to air')
[17:12:55 ERROR]: [Skript] Can't understand this condition/effect: register new shaped recipe for ender portal frame named "&8» &9&lOBSFARMER" using obsidian, obsidian, obsidian, obsidian, enchanted golden apple, obsidian, obsidian, obsidian, obsidian (Farmerzy.sk, line 2: register new shaped recipe for ender portal frame named "&8» &9&lOBSFARMER" using obsidian, obsidian, obsidian, obsidian, enchanted golden apple, obsidian, obsidian, obsidian, obsidian')
[17:12:55 ERROR]: [Skript] Can't understand this condition/effect: register new shaped recipe for ender portal frame named "&8» &9&lSANDFARMER" using sand, sand, sand, sand, enchanted golden apple, sand, sand, sand, sand (Farmerzy.sk, line 4: register new shaped recipe for ender portal frame named "&8» &9&lSANDFARMER" using sand, sand, sand, sand, enchanted golden apple, sand, sand, sand, sand')
[17:12:55 ERROR]: [Skript] Can't understand this condition/effect: register new shaped recipe for ender portal frame named "&8» &9&lFOSAFARMER" using diamond pickaxe, diamond pickaxe, diamond pickaxe, diamond pickaxe, enchanted golden apple, diamond pickaxe, diamond pickaxe, diamond pickaxe, diamond pickaxe (Farmerzy.sk, line 6: register new shaped recipe for ender portal frame named "&8» &9&lFOSAFARMER" using diamond pickaxe, diamond pickaxe, diamond pickaxe, diamond pickaxe, enchanted golden apple, diamond pickaxe, diamond pickaxe, diamond pickaxe, diamond pickaxe')
[17:12:55 ERROR]: [Skript] There's no loop that matches 'loop-block' (Farmerzy.sk, line 19: if loop-block is bedrock:')
[17:12:55 ERROR]: [Skript] There's no loop that matches 'loop-block' (Farmerzy.sk, line 21: set loop-block to sand')
[17:12:55 ERROR]: [Skript] indentation error: expected 4 spaces, but found 7 spaces (MegaCase.sk, line 25: chance of 50%:')
 
Edytowane przez HeezQ
HeezQ

Wstawiam w code

Notatka dodana przez HeezQ

Odnośnik do komentarza
https://skript.pl/temat/37647-czemu-ten-skrypt-nie-dzia%C5%82a/#findComment-239136
Udostępnij na innych stronach

  • 0
21 godzin temu, xQute napisał:


 

[17:12:55 ERROR]: [Skript] indentation error: expected 8 spaces, but found 2 tabs (Farmerzy.sk, line 10: loop blocks under event-block:')
[17:12:55 ERROR]: [Skript] indentation error: expected 8 spaces, but found 2 tabs (Farmerzy.sk, line 11: if loop-block is bedrock:')
[17:12:55 ERROR]: [Skript] indentation error: expected 8 spaces, but found 16 spaces (Farmerzy.sk, line 12: stop')
[17:12:55 ERROR]: [Skript] indentation error: expected 8 spaces, but found 2 tabs (Farmerzy.sk, line 13: set loop-block to obsidian')
[17:12:55 WARN]: [Skript] Empty configuration section! You might want to indent one or more of the subsequent lines to make them belong to this section or remove the colon at the end of the line if you don't want this line to start a section. (Farmerzy.sk, line 9: if player's tool is ender portal frame named "&9&lOBSFARMER":')
[17:12:55 WARN]: [Skript] Empty configuration section! You might want to indent one or more of the subsequent lines to make them belong to this section or remove the colon at the end of the line if you don't want this line to start a section. (Farmerzy.sk, line 18: loop blocks under event-block:')
[17:12:55 WARN]: [Skript] Empty configuration section! You might want to indent one or more of the subsequent lines to make them belong to this section or remove the colon at the end of the line if you don't want this line to start a section. (Farmerzy.sk, line 19: if loop-block is bedrock:')
[17:12:55 ERROR]: [Skript] indentation error: expected 8 spaces, but found '________->' [-> = tab, _ = space, ? = other whitespace] (Farmerzy.sk, line 25: loop blocks under event-block:')
[17:12:55 ERROR]: [Skript] indentation error: expected 8 spaces, but found 2 tabs (Farmerzy.sk, line 26: if loop-block is bedrock:')
[17:12:55 ERROR]: [Skript] indentation error: expected 8 spaces, but found 16 spaces (Farmerzy.sk, line 27: stop')
[17:12:55 ERROR]: [Skript] indentation error: expected 8 spaces, but found '___________->' [-> = tab, _ = space, ? = other whitespace] (Farmerzy.sk, line 28: set loop-block to air')
[17:12:55 ERROR]: [Skript] Can't understand this condition/effect: register new shaped recipe for ender portal frame named "&8» &9&lOBSFARMER" using obsidian, obsidian, obsidian, obsidian, enchanted golden apple, obsidian, obsidian, obsidian, obsidian (Farmerzy.sk, line 2: register new shaped recipe for ender portal frame named "&8» &9&lOBSFARMER" using obsidian, obsidian, obsidian, obsidian, enchanted golden apple, obsidian, obsidian, obsidian, obsidian')
[17:12:55 ERROR]: [Skript] Can't understand this condition/effect: register new shaped recipe for ender portal frame named "&8» &9&lSANDFARMER" using sand, sand, sand, sand, enchanted golden apple, sand, sand, sand, sand (Farmerzy.sk, line 4: register new shaped recipe for ender portal frame named "&8» &9&lSANDFARMER" using sand, sand, sand, sand, enchanted golden apple, sand, sand, sand, sand')
[17:12:55 ERROR]: [Skript] Can't understand this condition/effect: register new shaped recipe for ender portal frame named "&8» &9&lFOSAFARMER" using diamond pickaxe, diamond pickaxe, diamond pickaxe, diamond pickaxe, enchanted golden apple, diamond pickaxe, diamond pickaxe, diamond pickaxe, diamond pickaxe (Farmerzy.sk, line 6: register new shaped recipe for ender portal frame named "&8» &9&lFOSAFARMER" using diamond pickaxe, diamond pickaxe, diamond pickaxe, diamond pickaxe, enchanted golden apple, diamond pickaxe, diamond pickaxe, diamond pickaxe, diamond pickaxe')
[17:12:55 ERROR]: [Skript] There's no loop that matches 'loop-block' (Farmerzy.sk, line 19: if loop-block is bedrock:')
[17:12:55 ERROR]: [Skript] There's no loop that matches 'loop-block' (Farmerzy.sk, line 21: set loop-block to sand')
[17:12:55 ERROR]: [Skript] indentation error: expected 4 spaces, but found 7 spaces (MegaCase.sk, line 25: chance of 50%:')

 

No to tam ci dałem wy tabowaną wersje, zamień i zobacz czy jeszcze jakieś błędy sie pokazują

Edytowane przez HeezQ
HeezQ

Poprawiam cytat

Notatka dodana przez HeezQ

Odnośnik do komentarza
https://skript.pl/temat/37647-czemu-ten-skrypt-nie-dzia%C5%82a/#findComment-239138
Udostępnij na innych stronach

  • 0
 
[17:31:42 ERROR]: [Skript] Can't understand this condition/effect: register new shaped recipe for ender portal frame named "&8» &9&lOBSFARMER" using obsidian, obsidian, obsidian, obsidian, enchanted golden apple, obsidian, obsidian, obsidian, obsidian (Farmerzy.sk, line 2: register new shaped recipe for ender portal frame named "&8» &9&lOBSFARMER" using obsidian, obsidian, obsidian, obsidian, enchanted golden apple, obsidian, obsidian, obsidian, obsidian')
[17:31:42 ERROR]: [Skript] Can't understand this condition/effect: register new shaped recipe for ender portal frame named "&8» &9&lSANDFARMER" using sand, sand, sand, sand, enchanted golden apple, sand, sand, sand, sand (Farmerzy.sk, line 4: register new shaped recipe for ender portal frame named "&8» &9&lSANDFARMER" using sand, sand, sand, sand, enchanted golden apple, sand, sand, sand, sand')
[17:31:42 ERROR]: [Skript] Can't understand this condition/effect: register new shaped recipe for ender portal frame named "&8» &9&lFOSAFARMER" using diamond pickaxe, diamond pickaxe, diamond pickaxe, diamond pickaxe, enchanted golden apple, diamond pickaxe, diamond pickaxe, diamond pickaxe, diamond pickaxe (Farmerzy.sk, line 6: register new shaped recipe for ender portal frame named "&8» &9&lFOSAFARMER" using diamond pickaxe, diamond pickaxe, diamond pickaxe, diamond pickaxe, enchanted golden apple, diamond pickaxe, diamond pickaxe, diamond pickaxe, diamond pickaxe')
[17:31:43 ERROR]: [Skript] indentation error: expected 4 spaces, but found 7 spaces (MegaCase.sk, line 25: chance of 50%:')
 
Takie błędy

To na twojej wy tabowanej wersji

CO TO?

Edytowane przez HeezQ
HeezQ

Wstawiam w code; łączę posty x3

Notatka dodana przez HeezQ

Odnośnik do komentarza
https://skript.pl/temat/37647-czemu-ten-skrypt-nie-dzia%C5%82a/#findComment-239140
Udostępnij na innych stronach

  • 0
1 minutę temu, xQute napisał:

To na twojej wy tabowanej wersji

 

pobierz dodatek skQuery

on script load:
	register new shaped recipe for ender portal frame named "&8» &9&lOBSFARMER" using obsidian, obsidian, obsidian, obsidian, enchanted golden apple, obsidian, obsidian, obsidian, obsidian
	register new shaped recipe for ender portal frame named "&8» &9&lSANDFARMER" using sand, sand, sand, sand, enchanted golden apple, sand, sand, sand, sand
	register new shaped recipe for ender portal frame named "&8» &9&lFOSAFARMER"  using diamond pickaxe, diamond pickaxe, diamond pickaxe, diamond pickaxe, enchanted golden apple, diamond pickaxe, diamond pickaxe, diamond pickaxe, diamond pickaxe
	
on place:
	if player's tool is ender portal frame named "&9&lOBSFARMER":
		loop blocks under event-block:
			if loop-block is bedrock:
				stop
			set loop-block to obsidian
		stop
	if player's tool is sandstone named "&9&lSANDFARMER":
		loop blocks under event-block:
			if loop-block is bedrock:
				stop
			set loop-block to sand
		stop
	if player's tool is enchantment table named "&9&lKOPACZ FOSY":
		loop blocks under event-block:
			if loop-block is bedrock:
				stop
			set loop-block to air

 

Odnośnik do komentarza
https://skript.pl/temat/37647-czemu-ten-skrypt-nie-dzia%C5%82a/#findComment-239143
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ę...