이해도 | 중급자 |
---|---|
게임버전 (JE) | 관련없음 |
게임버전 (BE) | 관련없음 |
on death of a enderdragon:
chance of 100%
drop 1 chest named "&4강화석 랜덤 상자" at victim
message "&4[강화석 랜덤 상자]&f을 얻었다" to attacker
on place of chest:
if name of player's tool is "&4강화석 랜덤 상자":
cancel evnet
remove 1 of player's tool from player's tool
set {랜덤뽑기} to random integer between 1 and 3
if {랜덤뽑기} is 1:
give 32 book named "&d공격력 강화석 교환권" to player
message "&d[공격력 강화석 교환권]&f을 얻었다"
if {랜덤뽑기} is 2:
give 32 book named "&d치명타 강화석 교환권" to player
message "&d[치명타 강화석 교환권]&f을 얻었다"
if {랜덤뽑기} is 3:
give 32 book named "&d흡혈 강화석 교환권" to player
message "&d[흡혈 강화석 교환권]&f을 얻었다"
drop 1 chest named "&4강화석 랜덤 상자" at victim message "&4[강화석 랜덤 상자]&f을 얻었다" to attacker 이 구문하고 on death of a iron_golem: 이 구문 이 틀렸다고 하는데 고치는 방법 아시는 분 계시나요?...
세찐찐
2023.12.23at victim -> at location of victim 으로 변경해보실래요
세찐찐
2023.12.23on death of a iron golem: 에서 한번 a 빼보세요