Witam!
Mam taki problem. Robię obiecany skrypt tylko mam maly problem, a jestem tak jakby troche początkujący :v
[18:17:37] [Server thread/ERROR]: There's no block in a periodical event (test.sk, line 62: set event-block to {@mat1}')[18:17:37] [Server thread/ERROR]: '0.3' is not a time span (test.sk, line 63: wait {@czasglass}')[18:17:37] [Server thread/ERROR]: There's no block in a periodical event (test.sk, line 64: set event-block to {@mat2}')[18:17:37] [Server thread/ERROR]: '0.3' is not a time span (test.sk, line 65: wait {@czasglass}')[18:17:37] [Server thread/ERROR]: There's no block in a periodical event (test.sk, line 66: set event-block to {@mat3}')[18:17:37] [Server thread/ERROR]: '0.3' is not a time span (test.sk, line 67: wait {@czasglass}')[18:17:37] [Server thread/ERROR]: There's no block in a periodical event (test.sk, line 68: set event-block to {@mat4}')[18:17:37] [Server thread/ERROR]: '0.3' is not a time span (test.sk, line 69: wait {@czasglass}')[18:17:37] [Server thread/ERROR]: There's no block in a periodical event (test.sk, line 70: set event-block to {@mat5}')[18:17:37] [Server thread/ERROR]: '0.3' is not a time span (test.sk, line 71: wait {@czasglass}')[18:17:37] [Server thread/ERROR]: There's no block in a periodical event (test.sk, line 77: set event-block to {@mat11}')[18:17:37] [Server thread/ERROR]: '0.3' is not a time span (test.sk, line 78: wait {@czasglass}')[18:17:37] [Server thread/ERROR]: There's no block in a periodical event (test.sk, line 79: set event-block to {@mat12}')[18:17:37] [Server thread/ERROR]: '0.3' is not a time span (test.sk, line 80: wait {@czasglass}')[18:17:37] [Server thread/ERROR]: There's no block in a periodical event (test.sk, line 81: set event-block to {@mat13}')[18:17:37] [Server thread/ERROR]: '0.3' is not a time span (test.sk, line 82: wait {@czasglass}')[18:17:37] [Server thread/ERROR]: There's no block in a periodical event (test.sk, line 83: set event-block to {@mat14}')[18:17:37] [Server thread/ERROR]: '0.3' is not a time span (test.sk, line 84: wait {@czasglass}')[18:17:37] [Server thread/ERROR]: There's no block in a periodical event (test.sk, line 85: set event-block to {@mat15}')[18:17:37] [Server thread/ERROR]: '0.3' is not a time span (test.sk, line 86: wait {@czasglass}')[18:17:37] [Server thread/ERROR]: There's no block in a periodical event (test.sk, line 92: set event-block to {@mat6}')[18:17:37] [Server thread/ERROR]: '1' is not a time span (test.sk, line 93: wait {@czaswool}')[18:17:37] [Server thread/ERROR]: There's no block in a periodical event (test.sk, line 94: set event-block to {@mat7}')[18:17:37] [Server thread/ERROR]: '1' is not a time span (test.sk, line 95: wait {@czaswool}')[18:17:37] [Server thread/ERROR]: There's no block in a periodical event (test.sk, line 96: set event-block to {@mat8}')[18:17:37] [Server thread/ERROR]: '1' is not a time span (test.sk, line 97: wait {@czaswool}')[18:17:37] [Server thread/ERROR]: There's no block in a periodical event (test.sk, line 98: set event-block to {@mat9}')[18:17:37] [Server thread/ERROR]: '1' is not a time span (test.sk, line 99: wait {@czaswool}')[18:17:37] [Server thread/ERROR]: There's no block in a periodical event (test.sk, line 100: set event-block to {@mat10}')[18:17:37] [Server thread/ERROR]: '1' is not a time span (test.sk, line 101: wait {@czaswool}')
/
|
Moje errorki ;)
options: mat1: red glass mat2: green glass mat3: yellow glass mat4: blue glass mat5: orange glass mat6: red wool mat7: green wool mat8: yellow wool mat9: blue wool mat10: orange wool mat11: red stained glass mat12: green stained glass mat13: yellow stained glass mat14: blue stained glass mat15: orange stained glass czasglass: 0.3 czaswool: 1 on leftclick on glass pane: set {_xpos1} to event-blockon leftclick on glass: set {_xpos2} to event-block on leftclick on wool: set {_xpos3} to event-blockcommand /dekoracja: trigger: send "&c-- -- -- -- -- -- -- -- -- -- -- -- -- --" send "&a Dekoracja" send "&c-- -- -- -- -- -- -- -- -- -- -- -- -- --" send "&7/dekwelna - Daje welne dekoracyjna" send "&7/dekszyba - Daje szybe dekoracyjna" send "&7/dekszkloblock - Daje szklo dekoracyjne"command /dekwelna: trigger: give player 1 red wool named "&cWelna Dekoracyjna"command /dekszyba: trigger: give player 1 glass pane named "Szyba Dekoracyjna"command /dekszkloblock: trigger: give player 1 glass named "Szklo Dekoracyjne" every 2 tick: if {_xpos1} is set: if {_xpos3} is glass pane: set event-block to {@mat1} wait {@czasglass} set event-block to {@mat2} wait {@czasglass} set event-block to {@mat3} wait {@czasglass} set event-block to {@mat4} wait {@czasglass} set event-block to {@mat5} wait {@czasglass}every 2 tick: if {_xpos2} is set: if {_xpos2} is glass: set event-block to {@mat11} wait {@czasglass} set event-block to {@mat12} wait {@czasglass} set event-block to {@mat13} wait {@czasglass} set event-block to {@mat14} wait {@czasglass} set event-block to {@mat15} wait {@czasglass} every 2 tick: if {_xpos3} is set: if {_xpos3} is wool: set event-block to {@mat6} wait {@czaswool} set event-block to {@mat7} wait {@czaswool} set event-block to {@mat8} wait {@czaswool} set event-block to {@mat9} wait {@czaswool} set event-block to {@mat10} wait {@czaswool}
Pytanie
DirectMC 11
Witam!
Mam taki problem. Robię obiecany skrypt tylko mam maly problem, a jestem tak jakby troche początkujący :v
[18:17:37] [Server thread/ERROR]: There's no block in a periodical event (test.sk, line 62: set event-block to {@mat1}')[18:17:37] [Server thread/ERROR]: '0.3' is not a time span (test.sk, line 63: wait {@czasglass}')[18:17:37] [Server thread/ERROR]: There's no block in a periodical event (test.sk, line 64: set event-block to {@mat2}')[18:17:37] [Server thread/ERROR]: '0.3' is not a time span (test.sk, line 65: wait {@czasglass}')[18:17:37] [Server thread/ERROR]: There's no block in a periodical event (test.sk, line 66: set event-block to {@mat3}')[18:17:37] [Server thread/ERROR]: '0.3' is not a time span (test.sk, line 67: wait {@czasglass}')[18:17:37] [Server thread/ERROR]: There's no block in a periodical event (test.sk, line 68: set event-block to {@mat4}')[18:17:37] [Server thread/ERROR]: '0.3' is not a time span (test.sk, line 69: wait {@czasglass}')[18:17:37] [Server thread/ERROR]: There's no block in a periodical event (test.sk, line 70: set event-block to {@mat5}')[18:17:37] [Server thread/ERROR]: '0.3' is not a time span (test.sk, line 71: wait {@czasglass}')[18:17:37] [Server thread/ERROR]: There's no block in a periodical event (test.sk, line 77: set event-block to {@mat11}')[18:17:37] [Server thread/ERROR]: '0.3' is not a time span (test.sk, line 78: wait {@czasglass}')[18:17:37] [Server thread/ERROR]: There's no block in a periodical event (test.sk, line 79: set event-block to {@mat12}')[18:17:37] [Server thread/ERROR]: '0.3' is not a time span (test.sk, line 80: wait {@czasglass}')[18:17:37] [Server thread/ERROR]: There's no block in a periodical event (test.sk, line 81: set event-block to {@mat13}')[18:17:37] [Server thread/ERROR]: '0.3' is not a time span (test.sk, line 82: wait {@czasglass}')[18:17:37] [Server thread/ERROR]: There's no block in a periodical event (test.sk, line 83: set event-block to {@mat14}')[18:17:37] [Server thread/ERROR]: '0.3' is not a time span (test.sk, line 84: wait {@czasglass}')[18:17:37] [Server thread/ERROR]: There's no block in a periodical event (test.sk, line 85: set event-block to {@mat15}')[18:17:37] [Server thread/ERROR]: '0.3' is not a time span (test.sk, line 86: wait {@czasglass}')[18:17:37] [Server thread/ERROR]: There's no block in a periodical event (test.sk, line 92: set event-block to {@mat6}')[18:17:37] [Server thread/ERROR]: '1' is not a time span (test.sk, line 93: wait {@czaswool}')[18:17:37] [Server thread/ERROR]: There's no block in a periodical event (test.sk, line 94: set event-block to {@mat7}')[18:17:37] [Server thread/ERROR]: '1' is not a time span (test.sk, line 95: wait {@czaswool}')[18:17:37] [Server thread/ERROR]: There's no block in a periodical event (test.sk, line 96: set event-block to {@mat8}')[18:17:37] [Server thread/ERROR]: '1' is not a time span (test.sk, line 97: wait {@czaswool}')[18:17:37] [Server thread/ERROR]: There's no block in a periodical event (test.sk, line 98: set event-block to {@mat9}')[18:17:37] [Server thread/ERROR]: '1' is not a time span (test.sk, line 99: wait {@czaswool}')[18:17:37] [Server thread/ERROR]: There's no block in a periodical event (test.sk, line 100: set event-block to {@mat10}')[18:17:37] [Server thread/ERROR]: '1' is not a time span (test.sk, line 101: wait {@czaswool}')/
|
Moje errorki ;)
options: mat1: red glass mat2: green glass mat3: yellow glass mat4: blue glass mat5: orange glass mat6: red wool mat7: green wool mat8: yellow wool mat9: blue wool mat10: orange wool mat11: red stained glass mat12: green stained glass mat13: yellow stained glass mat14: blue stained glass mat15: orange stained glass czasglass: 0.3 czaswool: 1 on leftclick on glass pane: set {_xpos1} to event-blockon leftclick on glass: set {_xpos2} to event-block on leftclick on wool: set {_xpos3} to event-blockcommand /dekoracja: trigger: send "&c-- -- -- -- -- -- -- -- -- -- -- -- -- --" send "&a Dekoracja" send "&c-- -- -- -- -- -- -- -- -- -- -- -- -- --" send "&7/dekwelna - Daje welne dekoracyjna" send "&7/dekszyba - Daje szybe dekoracyjna" send "&7/dekszkloblock - Daje szklo dekoracyjne"command /dekwelna: trigger: give player 1 red wool named "&cWelna Dekoracyjna"command /dekszyba: trigger: give player 1 glass pane named "Szyba Dekoracyjna"command /dekszkloblock: trigger: give player 1 glass named "Szklo Dekoracyjne" every 2 tick: if {_xpos1} is set: if {_xpos3} is glass pane: set event-block to {@mat1} wait {@czasglass} set event-block to {@mat2} wait {@czasglass} set event-block to {@mat3} wait {@czasglass} set event-block to {@mat4} wait {@czasglass} set event-block to {@mat5} wait {@czasglass}every 2 tick: if {_xpos2} is set: if {_xpos2} is glass: set event-block to {@mat11} wait {@czasglass} set event-block to {@mat12} wait {@czasglass} set event-block to {@mat13} wait {@czasglass} set event-block to {@mat14} wait {@czasglass} set event-block to {@mat15} wait {@czasglass} every 2 tick: if {_xpos3} is set: if {_xpos3} is wool: set event-block to {@mat6} wait {@czaswool} set event-block to {@mat7} wait {@czaswool} set event-block to {@mat8} wait {@czaswool} set event-block to {@mat9} wait {@czaswool} set event-block to {@mat10} wait {@czaswool}/
Edytowane przez DirectMC|
Kodzik :)
Proszę o pomoc (Jestem trochę zielony xd)
#EDIT
Z czasem juz sobie poradziłem!
Odnośnik do komentarza
https://skript.pl/temat/5267-problem-ze-skryptem-pomocy/Udostępnij na innych stronach
5 odpowiedzi na to pytanie
Rekomendowane odpowiedzi