개인 자료란 (JE)

  서버 커뮤니티

Profile 김이비 정품인증자

kimibi_ 535f8598fadd45c8a8352b285d8dbd60

Profile

질문하기 스크립트

마인크래프트 1.12.2 스크립트 lore 질문

2022.05.21 조회 수 233 추천 수 0
이해도 초보자(스크립트 구성요소나 기본문법은 알아요) 
게임버전 (JE) 1.12.2 
게임버전 (BE) 1.12.x 
스크립트 버전 2.2-dev37c 
스크립트 애드온 skrayfall | skellett | wildskript | skchoke | sharpsk | skUtilities 

give 있는줄이 모두

 (lore, "&a+ &f체력 100" and "&a+ &f방어력 5") can't be added to a player because the former is neither an item type, an inventroy nor an experience point

라는 오류가 떠요.. 스크립트 버전이 낮은건가요?? 애드온이 없는건가요???

=========================================================

command /장비2:

    trigger:

        give 1 of unbreakable golden helmet named "&6빛나는 투구 &f| &7레벨제한 &f55" with lore "&a+ &f체력 100" and "&a+ &f방어력 5" to player

        give 1 of unbreakable golden chestplate named "&6빛나는 갑바 &f| &7레벨제한 &f55" with lore "&a+ &f체력 100" and "&a+ &f방어력 5" to player

        give 1 of unbreakable golden leggings named "&6빛나는 바지 &f| &7레벨제한 &f55" with lore "&a+ &f체력 100" and "&a+ &f방어력 5" to player

        give 1 of unbreakable golden boots named "&6빛나는 부츠 &f| &7레벨제한 &f55" with lore "&a+ &f체력 100" and "&a+ &f방어력 5" to player

        

command /장비3:

    trigger:

        give 1 of unbreakable leather helmet named "&a훈련병 모자 &f| &7스텟제한 &c근력 &f120" with lore "&a+ &f체력 120" and "&a+ &f공격력 20 " to player

        give 1 of unbreakable leather chestplate named "&a훈련병 상의 &f| &7스텟제한 &a체력 &f120" with lore "&a+ &f체력 300" and "&a+ &f공격력 10 " to player

        give 1 of unbreakable leather leggings named "&a훈련병 바지 &f| &7스텟제한 &6지구력 &f120" with lore "&a+ &f체력 200" and "&a+ &f방어력 15 " to player

        give 1 of unbreakable leather boots named "&a훈련병 신발 &f| &7스텟제한 &b민첩 &f120" with lore "&a+ &f체력 40" and "&a+ &f공격력 20" and "&a+ &f치명타 5 " to player

=========================================================




1개의 댓글

qsef1256
2022.05.22

lore를 빼고서 시도해보시고, 되면 아이템을 지역 변수로 분리해서 다시 한번 시도해보세요

스크립트가 동적 타입 언어라 이런거 체크를 안 해줘서 앞으로 자주 이럴껍니다