Patlayan Zombiler [Skript]

SnKaan

Elmas Madencisi
En iyi cevaplar
0
Zombi öldürdüğünüzde %10 şansla bu kod devreye girer.Peki bu kod ne işe yarar?
Bir zombi öldüğünde %10 şansla size Tisssssssssss.....BOMBAAAA yazısı ve ses gelir.2 Saniye sonra patlama olusur ve zombinin öldüğü yere ne kadar yakınsanız o kadar havaya uçarsınız.(Patlamada bloklar kırılmaz)

Not: Haritanızın-ısmı kısmına Haritanızın dosya adını yazmayı unutmayın.Örnek: world

Kod:
on death of zombie:
    if chance of 10%:
        send "&2Tisssssssssss.....&4BOMBAAAA!!!" to attacker
        execute console command "/playsound mob.endermen.death %attacker%"
        wait 2 seconds
        create explosion of force 0 at the victim
        execute console command "/playsound random.explode %attacker%"
        loop entities in "HARITANIZIN-ISMI":
            distance between the loop-entity and victim is between -1 and 1:
                push the loop-entity upwards at speed 1.8
            distance between the loop-entity and victim is between 1 and 2:
                push the loop-entity upwards at speed 1.5
            distance between the loop-entity and victim is between 2 and 3:
                push the loop-entity upwards at speed 1.2
            distance between the loop-entity and victim is between 3 and 4:
                push the loop-entity upwards at speed 0.9
            distance between the loop-entity and victim is between 4 and 5:
                push the loop-entity upwards at speed 0.7
            distance between the loop-entity and victim is between 5 and 6:
                push the loop-entity upwards at speed 0.5
            distance between the loop-entity and victim is between 6 and 7:
                push the loop-entity upwards at speed 0.2
 

Areilyn

-(˘▾˘-)
Ressam
En iyi cevaplar
0
Fikir de, skript de yakıyor [emoji41]

Discovery cihazımdan Tapatalk kullanılarak gönderildi
 

mrbobaking

Kızıltaş Madencisi
En iyi cevaplar
0
patlama gücünü ayarlayacak bir option olsa daha güzel oldurdu bence. yinede güzel.
 

HqeS

Lapis Toplayıcısı
En iyi cevaplar
0
buna options ekleyebilirsin
haritanızismi kısmına :)
 
Üst