이해도 | 1.17 |
---|---|
게임버전 (JE) | 페이퍼 |
스크립트 버전 | 입문자(아무것도 몰라요) |
스크립트 애드온 | 2.6-beta2 |
variables:
{기본템.%player%}=false
command /기본템 13:
trigger:
if {기본템.%player%} is false:
give player arg 1 of netherite pickaxe
give player arg 1 of netherite axe
give player arg 1 of netherite sword
give player arg 1 of netherite shovel
give player arg 1 of netherite hoe
give player arg 1 of netherite helmet
give player arg 1 of netherite chestplate
give player arg 1 of netherite leggings
give player arg 1 of netherite boots
give player arg 1 of shield
give player arg 1 of bow
give player arg 64 of arrow
give player arg 1 of fishing rod
set {기본템.%player%} to true
else:
message "또 받게?"
저렇게 했는데 뭔가 잘못된 것 같긴 하지만 뭐가 잘못되었는지 모르겠어요
다른 거 다 지우고 곡괭이만 지급되게 했더니 문제는 없고요
저런 식으로 했더니 "This command doesn't have any arguments"라고 뜹니다
YangEun
2021.08.02기브 스크립트는 안 만져봤지만
("This command doesn't have any arguments"라고 뜹니다) 이 오류는 "명령에 인수가 없다" 라고 뜬거에요
충무김밥
2021.08.02해결하는 건 어려울까요ㅠㅠ
qsef1256
2021.08.02give (아이템) to player
명령어 기초랑 구문 보는법을 다시 보시는게 좋을 것 같습니다.
충무김밥
2021.08.02그러면 아이템 개수는 어떻게 설정하나요?
[Skript] Can't understand this condition/effect: give of netherite shovel to player (PlusCommand.sk, line 10: give of netherite shovel to player')
[20:52:42 ERROR]: [Skript] Can't understand this condition/effect: give etherite helmet to player (PlusCommand.sk, line 12: give etherite helmet to player')
(이번엔 또 이런 오류가...)
qsef1256
2021.09.02한마포를 잘 안봐서 늦었긴 하지만
give of netherite shovel to player 는 give 옆에 뜬끔없이 of가 붙어있어서 그런 것 같고요,
give etherite helmet to player 는 netherite가 오타가 나서 그러신 것 같습니다
컴퓨터는 구문을 정확하게 써주셔야 합니다. 아니면 보내주신 오류와 같이 Can't understand 어쩌구를 뱉습니다.
스크립터브혼
2021.08.02충무김밥
2021.08.02감사합니다ㅏㅏㅏㅏㅏ
이렇게 친절하신 분 처음 봤어요ㅠㅠㅠㅠ
충무김밥
2021.08.02여기서 인챈트 하려면 뒤에다가 of 붙이고 쓰면 되나요?
스크립터브혼
2021.08.03[Item Enchantments] 익스프레션으로 인첸트를 추가 해도 되고
> add knockback to enchantments of event-item
[Enchant/Disenchant] 이펙트로도 가능하고..
> enchant the player's tool with sharpness 5
%item type% of %enchant% 패턴으로도 됩니다.
> give stone of knockback to player