개인 자료란 (JE)

  서버 커뮤니티

Profile 연해봄 대표칭호 없음
Profile

질문하기 스크립트

마크 귀속 스크립트 오류;; + 질문

2023.05.21 조회 수 190 추천 수 0
이해도 초보자 
게임버전 (JE) 1.7.10 
게임버전 (BE) 1.7.x 
스크립트 버전 3.4 

귀속 활성화 스크립트인데 16. 18 번쨋줄 오류가 떠요...

(lore and "§4귀속아이템") can't be added to a player because the former is neither an item type, an inventory nor an experience point (귀속.sk, line 16: give 1 of {_item} with lore " " and "&4귀속아이템" to player')

[00:35:10 ERROR]: '::*}' is not a valid item data (귀속.sk, line 18: give 1 of {_item} with lore {_lore::*} and " " and "&4귀속아이템" to player')

2개의 오류가 발견 되었다는데 도대체 뭐가 잘못된걸까요..? 마크 버전은 1.7.10 입니다

/귀속 활성화를 하면 손에 들고 있던 템이 아예 사라져버려요ㅠㅠ


command /귀속 활성화:

trigger:

set {_int} to 0

loop 10 times:

add 1 to {_int}

if line {_int} of lore of player's tool contains "&4귀속아이템":

set {_set} to true

if {_set} is true:

message "이미 귀속처리된 아이템 입니다!"

stop

else:

set {_item} to player's tool

set {_lore::*} to lore of player's tool

remove 1 of {_item} from player's inventory

if size of {_lore::*} <= 0:

give 1 of {_item} with lore " " and "&4귀속아이템" to player

else:

give 1 of {_item} with lore {_lore::*} and " " and "&4귀속아이템" to player


on death of player:

loop all items in player's inventory:

set {_int} to 0

loop 10 times:

add 1 to {_int}

if line {_int} of lore of loop-item contains "&4귀속아이템":

add loop-item to {respawn.%player%::*}

remove loop-item from drops

 

on respawn:

wait 1 tick

if size of {respawn.%player%::*} > 0:

loop {respawn.%player%::*}:

give loop-value to player

remove loop-value from {respawn.%player%::*}


on drop:

set {_int} to 0

loop 10 times:

add 1 to {_int}

if line {_int} of lore of item contains "&4귀속아이템":

cancel event


그리고 여기서 /귀속 비활성화 도 만드려 하는데 어떻게 고쳐야하나요..?

1개의 댓글

후순
2023.05.21

간단하게

command 부분에서 arg 부분 추가해서 활성화/비활성화 넣으시고 변수로

{귀속활성화} 를 true랑 flase로 나누세용

뉴스 및 창작물
/files/thumbnails/576/775/003/262x150.crop.jpg?20240426232553

아티클

이달의 블록: 단단한 진흙

학교가기싫다

2024-04-26

0

/files/thumbnails/115/774/003/262x150.crop.jpg?20240428135129

업데이트

마인크래프트 1.20.5 정식 업데이트

학교가기싫다

2024-04-24

0

/files/thumbnails/762/770/003/262x150.crop.jpg?20240418073724

레드스톤

T.B.H (고민중독) | 노트블럭 버전 | NoteBlock Cover [한국어 영어 중국어 가사 추가]

노트블럭전문가

2024-04-18

0

/files/thumbnails/218/767/003/262x150.crop.jpg?20240412130213

레드스톤

우리의 꿈 - 원피스 오프닝

노트블럭전문가

2024-04-12

0

/files/thumbnails/505/766/003/262x150.crop.jpg?20240411122306

레드스톤

기동전사 건담 수성의 마녀 | 노트블럭 커버 1

노트블럭전문가

2024-04-11

1