Deriye sağ tıklama

Kaantrvs

Taş Madencisi
Mesajlar
97
En iyi cevaplar
0
Beğeniler
6
Puanları
260
Deriye sağ tıklayınca %25 oranla diamond block %20 oranda diamond %50 oranlada 3 tane keskinlik 1 kılıç çıksın ?
 


Umut Savas

Ne demek yanlış? Ben mi?
Mesajlar
812
En iyi cevaplar
0
Beğeniler
247
Puanları
590
Ruh hali
PHP:
on rightclick with leather:
    cancel event
    if chance of 25%:
        give 1 diamond block
        stop
    if chance of 20%:
        give 1 diamond
        stop
    if chance of 50%:
        give 3 diamond sword of sharpness 1
        stop
denenmedi
 

BurakCG

Demir Madencisi
Mesajlar
266
En iyi cevaplar
0
Beğeniler
31
Puanları
280
Skript'ini Yazıyorum Bi 5 Dakikaya Kadar
 

BurakCG

Demir Madencisi
Mesajlar
266
En iyi cevaplar
0
Beğeniler
31
Puanları
280
Kod:
on right click with a leather:
    if player has the permission "rasgele.item":
        remove 1 leather from the player
            if chance of 25%:
                give 1 diamond block named "&6ELMAS BLOK!" to player
                send "&6İyi Ki Açdın Elmas Blok ÇIKDI!" to player
                delete {%player%.leather}
                stop
            if chance of 20%:
                give 1 diamond named "&6Elmas!" to player
                send "&6 Elmas ÇIKDI!" to player
                delete {%player%.leather}
                stop
            if chance of 50%:
                give 3 diamond sword of sharpness 1 named "&6Elmas Kılıç!" to player
                send "&6 Elmas Kılıç Kazandin!" to player
                delete {%player%.leather}
                stop
Hataları Düzelttim!
 
Son düzenleme:

Umut Savas

Ne demek yanlış? Ben mi?
Mesajlar
812
En iyi cevaplar
0
Beğeniler
247
Puanları
590
Ruh hali
Kod:
on right click with a leather:
    if player has the permission "rasgele.item":
        remove 1 leather from the player
            if chance of 25%:
                give 1 diamond block named "&6ELMAS BLOK!" to player
                send "&6İyi Ki Açdın Elmas Blok ÇIKDI!" to player
                delete {%player%.leather}
                stop
        else:
            if chance of 20%:
                give 1 diamond named "&6Elmas!" to player
                send "&6 Elmas ÇIKDI!" to player
                delete {%player%.leather}
                stop
            if chance of 50%:
                give 3 diamond sword of sharpness 1 named "&6Elmas Kılıç!" to player
                send "&6 Elmas Kılıç Kazandin!" to player
                delete {%player%.leather}
                stop
Elimden Gelini Yapdım
yanlış hatalı
 

BurakCG

Demir Madencisi
Mesajlar
266
En iyi cevaplar
0
Beğeniler
31
Puanları
280
PHP:
on rightclick with leather:
    cancel event
    if chance of 25%:
        give 1 diamond block
        stop
    if chance of 20%:
        give 1 diamond
        stop
    if chance of 50%:
        give 3 diamond sword of sharpness 1
        stop
denenmedi
Hatanı Düzeltiyorum!!!!
Kod:
on right click with leather:
    cancel event
    if chance of 25%:
        give 1 diamond block
        stop
    if chance of 20%:
        give 1 diamond
        stop
    if chance of 50%:
        give 3 diamond sword of sharpness 1
        stop
 

Minecraftplayerr

Java, Skript, Php, Html, Css, Javascript, Anime
Mesajlar
3,980
En iyi cevaplar
6
Beğeniler
3,788
Puanları
7,080
Ruh hali
Disk tasarrufu yapılmıştır. (Denenmedi.)
Kod:
on rightclick with leather:
    remove leather from player
    chance of 25%:
        give 1 diamond block to player
        stop
    chance of 20%:
        give 1 diamond to player
    else:
        give 3 diamond sword of sharpness 1 to player
 

Umut Savas

Ne demek yanlış? Ben mi?
Mesajlar
812
En iyi cevaplar
0
Beğeniler
247
Puanları
590
Ruh hali
Disk tasarrufu yapılmıştır. (Denenmedi.)
Kod:
on rightclick with leather:
    remove leather from player
    chance of 25%:
        give 1 diamond block to player
        stop
    chance of 20%:
        give 1 diamond to player
    else:
        give 3 diamond sword of sharpness 1 to player
PHP:
on rightclick with leather:
    chance of 25%
    give 1 diamond block to player
    chance of 20%
    give 1 diamond to player
    chance of 50%
    give 3 diamond sword of sharpness 1 to player
Böyle Daha Tasarruflu Değilmi ??(DENENDİ)
221 bayt'dan 201 bayt indi
hemde adamın istediği tarzda
-----------------------------
DİSK TASSARUFU BİZİM İŞİMİZ :) :)
 

KaanGunlu

Işık Taşı Madencisi
Mesajlar
3,239
En iyi cevaplar
0
Beğeniler
4,843
Puanları
6,840
Disk tasarrufu yapılmıştır. (Denenmedi.)
Kod:
on rightclick with leather:
    remove leather from player
    chance of 25%:
        give 1 diamond block to player
        stop
    chance of 20%:
        give 1 diamond to player
    else:
        give 3 diamond sword of sharpness 1 to player
PHP:
on rightclick with leather:
    chance of 25%
    give 1 diamond block to player
    chance of 20%
    give 1 diamond to player
    chance of 50%
    give 3 diamond sword of sharpness 1 to player
Böyle Daha Tasarruflu Değilmi ??(DENENDİ)
221 bayt'dan 201 bayt indi
Ne tasarrufundan bahsediyorsunuz ya ?
20 bayt, 40 bayt, 100 kb hiçbir şeyi değiştirmez.
 

Bartuzen

Bedrock Kaşifi
Mesajlar
1,500
En iyi cevaplar
0
Beğeniler
414
Puanları
665
Ruh hali
PHP:
on rightclick with leather:
    chance of 25%
    give 1 diamond block to player
    chance of 20%
    give 1 diamond to player
    chance of 50%
    give 3 diamond sword of sharpness 1 to player
Böyle Daha Tasarruflu Değilmi ??(DENENDİ)
221 bayt'dan 201 bayt indi
hemde adamın istediği tarzda
-----------------------------
DİSK TASSARUFU BİZİM İŞİMİZ :) :)
Eğer %25 ihtimal olmazsa alttaki %20 ihtimal de gerçekleşmez.
 

Umut Savas

Ne demek yanlış? Ben mi?
Mesajlar
812
En iyi cevaplar
0
Beğeniler
247
Puanları
590
Ruh hali

Üst