이해도 | 입문자 |
---|---|
게임버전 (JE) | 1.19.2 |
게임버전 (BE) | 관련없음 |
스크립트 버전 | 2.6.4 |
empty configureation 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
on death:
loop drops:
if lore of loop-item contains "인벤세이브":
remove loop-item from drops
wait 5 ticks
add loop-item to victim's inventory
on respawn:
set {_inv} to inventory of event-player
loop 36 times:
set slot loop-number - 1 of {_inv} to {inv::save::%event-entity%::%loop-number - 1%}
loop 4 times:
set slot 100 + loop-number - 1 of {_inv} to {inv::save::%event-entity%::%100 + loop-number - 1%}
set slot -106 of {_inv} to {inv::save::%event-entity%::106}
if lore of loop-item contains "인벤세이브":
remove loop-item from drops
add loop-item to victim's inventory
세 구문에서 오류
there's no loop that matches 'loop-item'
스크립트 목적 인벤세이브 lore가 있는 아이템은 죽어도 템을 떨어트리지 않음.
이전 어디서 보고 만들려고 했는데..오류나네요....
SJHUB
2024.09.27https://pastebin.com/GhrAmvSU
테스트 안하고 끄적이긴했으나 이 구문 사용해보세요
wuwuw
2024.09.30감사합니다