KaMa_
대표칭호 없음
KaMa_ 922938c66bc744e3a47af02cf5ce759b
이해도 | 입문자(아무것도 몰라요) |
---|---|
게임버전 (JE) | 1.12.2 |
게임버전 (BE) | 관련없음 |
스크립트 버전 | skript 2.2 -dev36 |
스크립트 애드온 | skquery(적용안됨), skellet skrayfall skutilities |
이 버전에서도 skellet로 playsound를 사용할 수 있다는걸 알게되어 스크립허브 구문을 복사하여 제가 원하는 사운드 "ENTITY_EXPERIENCE_ORB_PICKUP"를 넣었습니다.
play sound "ENTITY_EXPERIENCE_ORB_PICKUP" to player with volume 1 with pitch 1 을 해도 skellet는 can't understand this condition/effect 라고 뜨고 skrayfall의 sound 구문 사용시 ENTITY_EXPERIENCE_ORB_PICKUP 가 사운드 값이 아니라고 합니다.
2.2 dev-36에서 play sound하는 법과 구문을 알고 싶습니다..
스크립터브혼
2021.12.31sound effect의 패턴을 잘못쓰신것 같습니다.
> play sound "ENTITY_EXPERIENCE_ORB_PICKUP" with volume 1 with pitch 1 to player
이렇게 해보세요.
KaMa_
2021.12.31can't understand this condition/effect 적용해도 이렇게 뜨네요... skellet를 최신걸 받은거 같긴한데 최신버전 지우고 다시 다운 받아볼까요? ㅠㅠ
KaMa_
2022.01.01skellet 1.9.8 부터는 sound 구문은 skript 최신버전에 내재되어 있어서 삭제되었다네요. 그래서 바꿔서 skellet 1.9.7로 해도 안돼네욤..
스크립터브혼
2022.01.01execute command 이펙트를 사용해 마인크래프트 기본 명령어를 실행하는 방식으로 해보세요.
https://skriptlang.github.io/Skript/effects.html#EffCommand
https://minecraft.fandom.com/wiki/Commands/playsound