SKRIPT, HATAYI BULAMADIM.

Bertan Taşkıran

Kızıltaş Madencisi
Mesajlar
562
En iyi cevaplar
0
Beğeniler
415
Puanları
890
Arkadaşlar buradaki hata nerede bulamadım, altın kazmayla kırınca gelmiyor.


Kod:
on mine of diamond ore:
    player's tool is iron pickaxe or diamond pickaxe or golden pickaxe:
        cancel event
        set block at event-block to air
        chance of 40%:
            drop 1 diamond at location of event-block
            send "&c&lPO &6|| &7Tebrikler! &b1 Elmas &7kazandın!"
            stop
        send "&c&lPO &6|| &7Şansızlık! Elmas gelmedi!" to player
        stop
    stop

on mine of gold ore:
    player's tool is iron pickaxe or diamond pickaxe,golden pickaxe:
        cancel event
        set block at event-block to air
        chance of 60%:
            drop 1 gold ore at location of event-block
            send "&c&lPO &6|| &7Tebrikler! &61 Altın &7kazandın!"
            stop
        send "&c&lPO &6|| &7Şansızlık! Altın gelmedi!" to player
        stop
    stop

on mine of iron ore:
    player's tool is iron pickaxe or diamond pickaxe,golden pickaxe,stone pickaxe:
        cancel event
        set block at event-block to air
        chance of 65%:
            drop 1 iron ore at location of event-block
            send "&c&lPO &6|| &7Tebrikler! &81 Demir &7kazandın!"
            stop
        send "&c&lPO &6|| &7Şansızlık! Demir gelmedi!" to player
        stop
    stop

on mine of emerald ore:
    player's tool is iron pickaxe or diamond pickaxe,golden pickaxe:
        cancel event
        set block at event-block to air
        chance of 20%:
            drop 1 emerald at location of event-block
            send "&c&lPO &6|| &7Tebrikler! &21 Zümrüt &7kazandın!"
            stop
        send "&c&lPO &6|| &7Şansızlık! Zümrüt gelmedi!" to player
        stop
    stop

on mine of lapis ore:
    player's tool is iron pickaxe or diamond pickaxe,golden pickaxe,stone pickaxe:
        cancel event
        set block at event-block to air
        chance of 75%:
            drop 2 lapis at location of event-block
            send "&c&lPO &6|| &7Tebrikler! &12 Lapis &7kazandın!"
            stop
        send "&c&lPO &6|| &7Şansızlık! Lapis gelmedi!" to player
        stop
    stop

on mine of redstone ore:
    player's tool is iron pickaxe or diamond pickaxe,golden pickaxe:
        cancel event
        set block at event-block to air
        chance of 75%:
            drop 2 redstone at location of event-block
            send "&c&lPO &6|| &7Tebrikler! &42 Redstone &7kazandın!"
            stop
        send "&c&lPO &6|| &7Şansızlık! Redstone gelmedi!" to player
        stop
    stop
 


M3LIH

Kömür Madencisi
Mesajlar
105
En iyi cevaplar
0
Beğeniler
33
Puanları
0
Skriptin Error kısmını atarmısın?
 

KadirYLCN

♔ B O M ♔
Mesajlar
605
En iyi cevaplar
1
Beğeniler
254
Puanları
1,010
Skript Error Bölümünü atarmısın oradan bakalım.
 

WitherLegend

Lapis Toplayıcısı
Mesajlar
966
En iyi cevaplar
0
Beğeniler
336
Puanları
640
Kod:
on mine of diamond ore:
    player's tool is iron pickaxe or diamond pickaxe or golden pickaxe:
        cancel event
        set block at event-block to air
        chance of 40%:
            drop 1 diamond at location of event-block
            send "&c&lPO &6|| &7Tebrikler! &b1 Elmas &7kazandın!"
            stop
        send "&c&lPO &6|| &7Şansızlık! Elmas gelmedi!" to player
        stop
    stop

on mine of gold ore:
    player's tool is iron pickaxe or diamond pickaxe or golden pickaxe:
        cancel event
        set block at event-block to air
        chance of 60%:
            drop 1 gold ore at location of event-block
            send "&c&lPO &6|| &7Tebrikler! &61 Altın &7kazandın!"
            stop
        send "&c&lPO &6|| &7Şansızlık! Altın gelmedi!" to player
        stop
    stop

on mine of iron ore:
    player's tool is iron pickaxe or diamond pickaxe or golden pickaxe or stone pickaxe:
        cancel event
        set block at event-block to air
        chance of 65%:
            drop 1 iron ore at location of event-block
            send "&c&lPO &6|| &7Tebrikler! &81 Demir &7kazandın!"
            stop
        send "&c&lPO &6|| &7Şansızlık! Demir gelmedi!" to player
        stop
    stop

on mine of emerald ore:
    player's tool is iron pickaxe or diamond pickaxe or golden pickaxe:
        cancel event
        set block at event-block to air
        chance of 20%:
            drop 1 emerald at location of event-block
            send "&c&lPO &6|| &7Tebrikler! &21 Zümrüt &7kazandın!"
            stop
        send "&c&lPO &6|| &7Şansızlık! Zümrüt gelmedi!" to player
        stop
    stop

on mine of lapis ore:
    player's tool is iron pickaxe or diamond pickaxe or golden pickaxe or stone pickaxe:
        cancel event
        set block at event-block to air
        chance of 75%:
            drop 2 lapis at location of event-block
            send "&c&lPO &6|| &7Tebrikler! &12 Lapis &7kazandın!"
            stop
        send "&c&lPO &6|| &7Şansızlık! Lapis gelmedi!" to player
        stop
    stop

on mine of redstone ore:
    player's tool is iron pickaxe or diamond pickaxe or golden pickaxe:
        cancel event
        set block at event-block to air
        chance of 75%:
            drop 2 redstone at location of event-block
            send "&c&lPO &6|| &7Tebrikler! &42 Redstone &7kazandın!"
            stop
        send "&c&lPO &6|| &7Şansızlık! Redstone gelmedi!" to player
        stop
    stop
Bunu dene, player's tool is iron pickaxe or diamond pickaxe or golden pickaxe or stone pickaxe yerine virgül koymuşsun.
 

Blueyescat

Bedrock Kaşifi
Mesajlar
1,656
En iyi cevaplar
0
Beğeniler
1,177
Puanları
3,120
Ruh hali
diamond pickaxe,golden pickaxe,stone pickaxe
Virgülden sonra boşluk yok o yüzden olabilir. Onun dışında başka bir hata göremedim yine hata çıkarsa sohbette çıkan hata mesajını atarsanız (konsoldan kopyalanabilir) iyi olur. Gerçi 2. satır doğru iken diğerleri neden yanlış orasıda tartışılır..
PHP:
player's tool is iron pickaxe, diamond pickaxe or golden pickaxe:

Bu arada örneğin elmas çıkmayınca sohbete mesaj gelmesi kadar sinir edici ve gereksiz bir şey ilk defa görüyorum :D
Kod:
on mine of diamond ore:
    player's tool is iron pickaxe or diamond pickaxe or golden pickaxe:
        cancel event
        set block at event-block to air
        chance of 40%:
            drop 1 diamond at location of event-block
            send "&c&lPO &6|| &7Tebrikler! &b1 Elmas &7kazandın!"
            stop
        send "&c&lPO &6|| &7Şansızlık! Elmas gelmedi!" to player
        stop
    stop

on mine of gold ore:
    player's tool is iron pickaxe or diamond pickaxe or golden pickaxe:
        cancel event
        set block at event-block to air
        chance of 60%:
            drop 1 gold ore at location of event-block
            send "&c&lPO &6|| &7Tebrikler! &61 Altın &7kazandın!"
            stop
        send "&c&lPO &6|| &7Şansızlık! Altın gelmedi!" to player
        stop
    stop

on mine of iron ore:
    player's tool is iron pickaxe or diamond pickaxe or golden pickaxe or stone pickaxe:
        cancel event
        set block at event-block to air
        chance of 65%:
            drop 1 iron ore at location of event-block
            send "&c&lPO &6|| &7Tebrikler! &81 Demir &7kazandın!"
            stop
        send "&c&lPO &6|| &7Şansızlık! Demir gelmedi!" to player
        stop
    stop

on mine of emerald ore:
    player's tool is iron pickaxe or diamond pickaxe or golden pickaxe:
        cancel event
        set block at event-block to air
        chance of 20%:
            drop 1 emerald at location of event-block
            send "&c&lPO &6|| &7Tebrikler! &21 Zümrüt &7kazandın!"
            stop
        send "&c&lPO &6|| &7Şansızlık! Zümrüt gelmedi!" to player
        stop
    stop

on mine of lapis ore:
    player's tool is iron pickaxe or diamond pickaxe or golden pickaxe or stone pickaxe:
        cancel event
        set block at event-block to air
        chance of 75%:
            drop 2 lapis at location of event-block
            send "&c&lPO &6|| &7Tebrikler! &12 Lapis &7kazandın!"
            stop
        send "&c&lPO &6|| &7Şansızlık! Lapis gelmedi!" to player
        stop
    stop

on mine of redstone ore:
    player's tool is iron pickaxe or diamond pickaxe or golden pickaxe:
        cancel event
        set block at event-block to air
        chance of 75%:
            drop 2 redstone at location of event-block
            send "&c&lPO &6|| &7Tebrikler! &42 Redstone &7kazandın!"
            stop
        send "&c&lPO &6|| &7Şansızlık! Redstone gelmedi!" to player
        stop
    stop
Bunu dene, player's tool is iron pickaxe or diamond pickaxe or golden pickaxe or stone pickaxe yerine virgül koymuşsun.
asd, asd, asd or asd ..daha şekil :D
 

Nobody01

YASAKLANDI
Mesajlar
92
En iyi cevaplar
0
Beğeniler
171
Puanları
0
Bertan: Skript, Hatayı bulamadım!
Skript: Akdeniz Bölgesinde be ya Bertan, kaç defa konuşacağız bunu.
 

Üst