개인 자료란 (JE)

  서버 커뮤니티

Profile 탱글 정품인증자

__Sulhwa 145b4fdc4301451885bfd069badf01d1

Profile

질문하기 스크립트

죽었을때 아이템 삭제

2022.09.12 조회 수 277 추천 수 0
이해도 초보자(스크립트 구성요소나 기본문법은 알아요) 
게임버전 (JE) 1.19.2 
게임버전 (BE) 관련없음 
스크립트 버전 2.6.3 

on script load:

    set {blacklist::*} to netherite sword


on death of a player:

    keep the inventory

    set {_itemsToDrop::*} to all items of victim's inventory where [{blacklist::*} doesn't contain input]

    loop min((size of {_itemsToDrop::*}) and 2) times:

        set {_item} to a random item out of {_itemsToDrop::*}

        remove {_item} from victim's inventory

        remove {_item} from {_itemsToDrop::*}


이렇게 죽었을때 두가지 아이템을 잃는 구문을 적용해봤는데요 아이템이 사라지는거 까지는 잘 작동하는데 

무조건 1, 2 번 인벤토리가 없어져요 

0~35 까지 랜덤으로 아이템이 없어지게 할 수 있을까요?

1개의 댓글

qsef1256
2022.09.12

잘 작동합니다, 다시 한번 확인해보세요.