JA_ginparis2
PDCPlayerRealms developerS Community
•Created by rea on 8/30/2024 in #help-forum
Mythicmobs skills
私の記憶ではprojectileはtick,hitとendが無いと動かなかったような気がします。
Test_pendを作り、Test_skillにoe=Test_pendを追加して見てください。
10 replies
PDCPlayerRealms developerS Community
•Created by JA_ginparis2 on 9/20/2022 in #help-forum
SkriptでCrackshotの銃の弾を追尾させる方法
On cs shoot:
if player's tool is iron hoe:
loop all entity in radius 10 around the player:
if loop-entity isn't a snowball:
雪玉(弾)以外のエンティティを探知するみたいな仕組みできました。
21 replies