개인 자료란 (JE)

  서버 커뮤니티

Profile cyclsunmark 대표칭호 없음

Frog1020 53bb3e6933d14d0da530402cea01da37

Profile

이해도 초보자(스크립트 구성요소나 기본문법은 알아요) 
게임버전 (JE) 1.16.5 
게임버전 (BE) 관련없음 
스크립트 버전 1.16.5 
스크립트 애드온 대부분 애드온은 다 있어요. 

녹이는 스크립트는 아는데 행운 곡괭이로 하는거는 모르겠습니다.

애드온은 필요한거 다 있습니다.

상급자님이나중급자님이 도와주세요 ㅠㅠㅠㅠㅠㅠㅠㅠ

2개의 댓글

스크립터브혼
2021.11.16
on break of iron ore:
    tool is enchanted with fortune
    cancel event
    set event-block to air
    drop 3 of iron ingot at event-location

https://skriptlang.github.io/Skript/events.html#break_mine

https://skriptlang.github.io/Skript/conditions.html#CondIsEnchanted

https://skriptlang.github.io/Skript/classes.html#enchantment

https://skriptlang.github.io/Skript/effects.html#EffDrop


cancel event를 사용했기 때문에 내구도가 감소하지 않습니다.


거너아나
2021.11.21

아니면

on break of iron ore:

tool is enchanted with fortune

cancel drops

drop 3 of iron ingot at event-location도 있습니다