Dul Bırakan
Ďℍ₰ ƐXƬΛSY ☠™ //// ƵŦ|☪ Naked™
- Mesajlar
- 474
- En iyi cevaplar
- 0
- Beğeniler
- 75
- Puanları
- 630
Bunun Neresinde Hata var yardım Edin Tıkladıgı Bit Yeri Şimşek Çakması Gerekiyor ve Patlama Olması Lazım Nie Olmuyor (Tab Kullanarak Boşlukarı Dogru Olarak Bırakıom)
# Register the ability when the script is loaded
on load:
register new ability 19 name "Zeus" description "Tas Balta Ile Sag Tiklarsan Simsek Cakar Ve Guclu Bir Patlama Olur."
# And listen for a damage event
on rightclick with stone axe:
player might use ability 19
if {zeussure.%player%} is 1:
strike a lightning south of block at location of the targeted block
set {zeussure.%player%} to 1
wait 15 seconds
set {zeussure.%player%} to 0
# Register the ability when the script is loaded
on load:
register new ability 19 name "Zeus" description "Tas Balta Ile Sag Tiklarsan Simsek Cakar Ve Guclu Bir Patlama Olur."
# And listen for a damage event
on rightclick with stone axe:
player might use ability 19
if {zeussure.%player%} is 1:
strike a lightning south of block at location of the targeted block
set {zeussure.%player%} to 1
wait 15 seconds
set {zeussure.%player%} to 0