이해도 | 입문자(아무것도 몰라요) |
---|---|
게임버전 (JE) | 1.12.2 |
게임버전 (BE) | 관련없음 |
스크립트 버전 | 2.2 |
이전에는 구동이 됐던 스크립트고 이번에 새로운 서버를 만들 때 또 쓰려고 가지고 왔더니 구동 시 아래의 문구가 뜹니다
이번 서버 열 때 새로운 버전이 있는 애드온은 업데이트를 했는데 그래서인지 갑자기 에러가 뜨네요
혹시 어떤 애드온이 필요한지 아시는 분 있을까요? 아래 오류 문구 첨부합니다
[12:40:02] [Server thread/ERROR]: [Skript] Can't understand this expression: 'lore of click item' (상점.sk, line 13: set {_c} to lore of click item')
[12:40:02] [Server thread/ERROR]: [Skript] Can't understand this expression: 'clicked slot + 1' (상점.sk, line 19: set {_cl} to clicked slot + 1')
[12:40:02] [Server thread/ERROR]: [Skript] Can't understand this expression: clicked slot + 1 (상점.sk, line 23: set {_item} to {Sitem.%{_name}%::%clicked slot + 1%}')
[12:40:02] [Server thread/ERROR]: [Skript] can't understand this condition: 'name of click item is set' (상점.sk, line 24: if name of click item is set:')
[12:40:02] [Server thread/ERROR]: [Skript] 'else' has to be placed just after an 'if' or 'else if' section (상점.sk, line 26: else:')
[12:40:02] [Server thread/ERROR]: [Skript] Can't compare a text with a click actions (상점.sk, line 29: if click type is left mouse button:')
[12:40:02] [Server thread/ERROR]: [Skript] Can't compare a text with a click actions (상점.sk, line 39: if click type is left mouse button with shift:')
[12:40:02] [Server thread/ERROR]: [Skript] Can't compare a text with a click actions (상점.sk, line 50: if click type is right mouse button:')
[12:40:02] [Server thread/ERROR]: [Skript] Can't compare a text with a click actions (상점.sk, line 60: if click type is right mouse button with shift:')
[12:40:02] [Server thread/WARN]: [Skript] Possible name conflict of variables {Shop::%arg 2%} and {Shop::*} (there might be more conflicts). (상점.sk, line 95: set {Shop::%arg 2%} to true')
qsef1256
2022.07.16Skellett 같네요
근데 제거된 구문은 Docs에서 확인이 불가능 한지라 아닐 수도 있습니다. 해당 구문들이 삭제된 이유는 이미 바닐라 스크립트에 도입이 됬거나 다른 애드온으로 이전 된 경우인데 사실 그냥 다른 구문으로 바꿔 끼우시는 게 맞습니다
마크에미쳤다그래
2022.07.17감사합니다 제가 능력이 안 돼서 이전 버전 애드온으로 교체했더니 작동하네요