Nixel1212 08ae6900808b47b195d96aeebadd3b70
안녕하세요 드온이입니다 오늘은 스킬제작 강좌 2편을 할건데요 4일전에 제가 이 글에 대해 스포하나 했었는데요
그 스포와 똑같이 광기 스킬 강좌 할겁니다 (광기 스킬 완성형은 아래와 같습니다)
그러면 이제 강좌를 시작하겠습니돠~~
일단 저는 위에 GIF에서는 안나오지만 전 소리를 넣었거든요
일단 이건 애드온이 필요한거랑 안필요한 구문이 있는데
저는 간단한걸 원하니까 안필요한 걸로 할게요
일단 기본틀 먼저 잡아야 되겠죠? 저는 위 사진과 똑같이 할거니까 구문을 쓸게요
push the player upwards at speed 2
wait 0.7 seconds
push the player downwards at speed 5
wait 0.4 seconds
loop all entities in radius 6 of player:
>if name of loop-entity is not "%player%":
>>push the loop-entity upwards at speed 3
저는 이렇게 기본 틀을 잡았습니다 아 그리고 ">" 이거는 TAB 키 누르라는 표시 입니다
그런데 혹시몰라서 말하는건데 위 구문에서 entities 라고 되있는데 entitys가 아닌지는 모르는 분이 대부분인데
이거는 학교에서 영어시간에 배우면 됩니다 그리고 radius 이거는 반경이라는 뜻일거에요
어쩄든 그 소리구문은 애드온을 사용하지 않을거니까 저는 이렇게 다시 쓸게요
execute player command "/playsound minecraft:entity.wither.shoot player @s ~ ~ ~ 100 1.3"
push the player upwards at speed 2
wait 0.7 seconds
push the player downwards at speed 5
execute player command "/playsound minecraft:entity.wither.shoot player @s ~ ~ ~ 100 1"
wait 0.4 seconds
execute player command "/playsound minecraft:entity.wither.hurt player @s ~ ~ ~ 100 0.6"
execute player command "/particle witchMagic ~ ~ ~ 3 0 3 0.01 300"
execute player command "/particle crit ~ ~0.5 ~ 3 0 3 1 1500"
execute player command "/particle cloud ~ ~0.5 ~ 3 0 3 0.1 80"
loop all entities in radius 6 around player:
>if name of loop-entity is not "%player%":
>>push the loop-entity upwards at speed 3
자 이렇게 구문을 다시 썼는데요
위에서 execute player command 이거는 사용하면 무조건 서버에서
/gamerule sendCommandFeedback false
이 명령어를 쳐야 합니다
자 그리고 이제 쿨타임 적용법 인데요
아거는 커맨드 구문만 가능합니다 그리고 이제 이거를 이벤트에 적용하는건 다음 강좌떄 알려드릴게요
일단 구문은 다음과 같습니다
command /테스트:
> cooldown: 10 seconds
> trigger:
>> 구문~~
이런식으로 씁니다 일단 10 seconds 는 마음대로 바꿔도 됩니다
자 이제 할건 다했으니 이번 강좌는 여기서 마무리 하겠습니다 감사합니다
https://discord.gg/2gxSqWu - 마인크래프트 개발자 디스코드
DDang_
2020.02.01감사합니다. 글을 조금 더 다듬어도 괜찮을 것 같네요
하늘의파편
2020.02.01이 보다 멋진 강좌가 되기위해 노력하겠습니다 감사합니다
리드(read)
2020.02.02GIF어떻게 만들셨어요?
잘만드셔가지고
DDang_
2020.02.03구글에 gif making 치시면 사이트 나올겁니다 대표적으로 gifcam
리드(read)
2020.02.03감사합니다
HELLO!
2020.02.03GIF 파일로 더 이해하기가 쉽네요.