Disgusting_You
대표칭호 없음
플레이어가 플레이어를 죽일때 특정아이템드랍되는 스크립트를 만들고싶은데
버전1.12.2 구버전스크립트사용중
on death of a player:
if attacker is player:
clear drops
drop stone at victim
이것도 있고
on death:
if type of victim is player:
if type of attacker is player:
drop diamond at victim's location without velocity
이렇게도해봤는데 안되가지고 물어봅니당ㅜㅜㅜ
스크립터브혼
2020.04.10오류메세지도 같이 올려주세요.
오류가 없다면 증상을 좀더 정확하게 말씀해주세요. 뭐가 안된다는건지...
Disgusting_You
2020.04.10오류메세지는없었습니당.. 플레이어를 죽여도 다이아몬드나 돌이 떨어지지않습니당..
펜델(skyneton)
2020.04.10cancel event 실행후에도 안되나요?
안되면 damage 이벤트에서 해보세요
Disgusting_You
2020.04.10제가 배운지얼마안되서 다른것들은 잘 몰라서 알려주실수있을까요?
펜델(skyneton)
2020.04.21상위버전에서는 아마 안됬던걸로 기억해요
on damage 문에서
if player's health <= 0:
@아이템 드롭
이걸로 해보시겠어요?
qsef1256
2020.04.14clear drops는 드랍하는 템이 없도록 만드는 구문 같고요
drop 구문에는 방향이랑 위치를 같이 적어줘야 하는것 같으니
그냥 단순하게 drop stone 으로 해보세요.
qsef1256
2020.04.14만약 이렇게 해도 해결되지 않는다면 send를 넣어서 되는지 안되는지 확인해보시면 되요
별사탕
2020.04.25ㅎㅎ
DDang_
2020.05.09on death of player:
>if attacker is online:
>>drop 아이템 to victim's location
rr
KimLotTV
2020.06.04저도 궁금한데
drop diamond to victim's location
김욘수
2020.05.22ㅎㅎ