엔드 수정이 발광하고 있는걸로 보이네욘
어떻게 만드는지 아시나요?
/summon minecraft:end_crystal 15 64.00 15 {Glowing:1b,Invulnerable:1b,BeamTarget:{X:16,Y:72,Z:16},ShowBottom:false}
마크 위키를 참고하면 충분히 쉽게 만들 수 있는 부분
데미지 상관없이 때려서 보이는 일정치를 때리면 파괴하면 파괴됬다고 뜨는 코어로 만들 수 있나요?
그건 잘 모르겠네욘
여러대를 때려야 부서지게 할순 있나요?
스크립크로 충분히 할수있겠네요!
on damage:
@if victim is an end crystal:
@@if {health::%event-location%} is not set:
@@@cancel event
@@@set {health::%event-location%} to 20
@@@add -1 to {health::%event-location%}
@@@message “남은 체력 : %{health::%event-location%}%/20” to attacker
@@else if {health::%event-location%} is set:
@@cancel event
@@else if {health::%event-location%} is 1:
@@@delete {health::%event-location%}
@@@message “크리스탈이 부셔짐!” to attacker
@는 탭이고
테스트는 안해봐서 잘 모르겠습니다
헉..ㅠ 감사합니다. 혹시 탭이라는게 무슨 말인지 알 수 있을까요?
그리고 저 크리스탈을 어떻게 소환하는지도 알 수 있을까요?
말 그대로 키보드에 tab을 말하는겁니다!
키리스탈은 아까전분이 말하신거대로 소환하시면 됩니다!
스크립트를 적용했을때 다른 엔티티도 안때려지고 크리스탈을 때렸을때 메세지도 안나오고 스크립트대로 20대를 때려봐도 부서지지 않네용..
@는 개수만큼 TAB 누르면 되죠?
네
근데 안되고 이렇게 뜨네요..
.
건축
KHC
2024-10-25
2
2024-10-10
dbasd12
2024-10-09
레드스톤
노트블럭전문가
2024-10-08
1
팁
물귀신
2024-10-06
3
NoEul
2023.07.29엔드 수정이 발광하고 있는걸로 보이네욘
고사뤼
2023.07.29어떻게 만드는지 아시나요?
NoEul
2023.07.29/summon minecraft:end_crystal 15 64.00 15 {Glowing:1b,Invulnerable:1b,BeamTarget:{X:16,Y:72,Z:16},ShowBottom:false}
마크 위키를 참고하면 충분히 쉽게 만들 수 있는 부분
NoEul
2023.07.29고사뤼
2023.07.29데미지 상관없이 때려서 보이는 일정치를 때리면 파괴하면 파괴됬다고 뜨는 코어로 만들 수 있나요?
NoEul
2023.07.29그건 잘 모르겠네욘
고사뤼
2023.07.29여러대를 때려야 부서지게 할순 있나요?
세찐찐
2023.07.30스크립크로 충분히 할수있겠네요!
on damage:
@if victim is an end crystal:
@@if {health::%event-location%} is not set:
@@@cancel event
@@@set {health::%event-location%} to 20
@@@add -1 to {health::%event-location%}
@@@message “남은 체력 : %{health::%event-location%}%/20” to attacker
@@else if {health::%event-location%} is set:
@@cancel event
@@@add -1 to {health::%event-location%}
@@@message “남은 체력 : %{health::%event-location%}%/20” to attacker
@@else if {health::%event-location%} is 1:
@@@delete {health::%event-location%}
@@@message “크리스탈이 부셔짐!” to attacker
세찐찐
2023.07.30@는 탭이고
테스트는 안해봐서 잘 모르겠습니다
고사뤼
2023.07.30헉..ㅠ 감사합니다. 혹시 탭이라는게 무슨 말인지 알 수 있을까요?
고사뤼
2023.07.30그리고 저 크리스탈을 어떻게 소환하는지도 알 수 있을까요?
세찐찐
2023.07.30말 그대로 키보드에 tab을 말하는겁니다!
키리스탈은 아까전분이 말하신거대로 소환하시면 됩니다!
고사뤼
2023.07.30스크립트를 적용했을때 다른 엔티티도 안때려지고 크리스탈을 때렸을때 메세지도 안나오고 스크립트대로 20대를 때려봐도 부서지지 않네용..
고사뤼
2023.07.30@는 개수만큼 TAB 누르면 되죠?
세찐찐
2023.07.30네
고사뤼
2023.07.30근데 안되고 이렇게 뜨네요..
고사뤼
2023.07.30.