고사뤼
대표칭호 없음
이해도 | 입문자 |
---|---|
게임버전 (JE) | 관련없음, 1.20.1 |
게임버전 (BE) | 관련없음 |
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원래 데미지 상관없이 때려서 보이는 일정치를 때리면 파괴하면 파괴됬다고 뜨는 코어인데 스크립트를 적용했을때 다른 엔티티도 안때려지고 크리스탈을 때렸을때 메세지도 안나오고 스크립트대로 20대를 때려봐도 부서지지 않네용..
작은거인
2023.07.30? 다른 엔티티도 안떄려진다고요?
고사뤼
2023.07.30네
환타비
2023.07.30일단 뭐가 문제인지 정확하게는 모르겠지만 일단
add -1 to 이부분 을 subtract 1 from 변수 이렇게 변경하시면 줄어드는거는 정확하게 작동 할겁니다!