자곱
대표칭호 없음
Jacob2974 58ece5e9756c42e097fcd979f5ae2bae
이해도 | 입문자 |
---|---|
게임버전 (JE) | 1.20.1 |
게임버전 (BE) | 관련없음 |
스크립트 버전 | 2.8.0 |
안녕하세요.
그 제가 갑옷을 입었을때 특정 직업이면 레깅스밖에 못입게 하고 싶거든요.
그래서
on equip of player:
@if {전투직업::%player%} is "바바리안 1차":
@@if equipped item is not leather pants:
@@@cancel event
@@@message "바바리안은 바지만 착용할 수 있습니다." to player
이렇게 해봤는데 오류가 뜨네요ㅜㅜ
can't understand this structure: on equip of player
도와줘요 고수형님들 ㅜㅜㅜ
on armor equip:
@send "You equipped armor"
이렇게도 해봤는데도 안되네요.
환타비
2024.01.30on armor change: 이거 한번 사용해보세용!
자곱
2024.01.31그것도 can't understand this structure: on armor change라는 오류가 뜨네요 스크립트 버전이 높아서 그런가 2.8.0인데 ..
windy_wind
2024.01.31차라리 every 1 tick에서 loop all players을 사용해서
if loop-player's chestplate is {@item}
@drop loop-player's chestplate
@set loop-player's chestplate to air
@send "착용할 수 없음" to loop-player
는 어떠실까요
그리고 제가 에드온이 있어서 그런지 모르겠는데 스크립트 2.8.0는 산수 오류가 있더라고요(그 외 오류도 있는듯)
스크립트 2.6.4 추천합니다