S
sergun26
Ziyaretçi
Kırıldım.Benimde pek bilgim yok ama bildiğim skriptçileri buraya etiketliyeyim, belki yardımları dokunur.
@Rosenrot @Republican Sensei @HqeS ben bunları biliyorum, kolay gelsin sana![]()
Buyur, daha gelişmişi: (uzun zamandır skript yazmadım)tamam yerdeki çiçeğe tıklayınca bi komutun nasıl oynayacağını bi kaç denemeyle çözdüm (on click on dandelion: ) şimdi ise ''çiçek toplanıyor'' yazmasını ve 5 saniye sonra ''çiçek envanterinde'' yazıp yerdeki çiçeğin çiçeğin air ile değiştirilmesini istiyorum konuşmalar tamam arada 5 saniye beklemesi nasıl ayarlanabilir
Kod:
on rightclick on flower:
if {cicek.toplaniyor.%location of clicked block%} is not set:
set {_lokasyon} to location of player
set {cicek.toplaniyor.%location of clicked block%} to 0
while {cicek.toplaniyor.%location of clicked block%} is set:
wait 2 ticks
if location of player is {_lokasyon}:
wait 1 second
chance of 85%:
if {cicek.toplaniyor.%location of clicked block%} is not 10:
add 1 to {cicek.toplaniyor.%location of clicked block%}
send "Çiçek toplanıyor %{cicek.toplaniyor.%location of clicked block%}%/10"
else:
send "çiçek başarıyla toplandı"
set block at clicked block to air
give 1 clicked block to player
delete {cicek.toplaniyor.%location of clicked block%}
delete {_lokasyon}
else:
send "hareket ettiğiniz için işlem iptal edildi"
delete {cicek.toplaniyor.%location of clicked block%}
delete {_lokasyon}
exit
else:
send "bu çiçek başkası tarafından toplanıyor"
on break of flower:
cancel event
send "toplamak için sağ tıklayın"
Moderatör tarafından düzenlendi: