.

LeaS

Zombi Katili
Mesajlar
184
En iyi cevaplar
0
Beğeniler
120
Puanları
350
Ruh hali
.
 


Son düzenleme:
Mesajlar
107
En iyi cevaplar
1
Beğeniler
31
Puanları
250
Ruh hali
Kod:
on death:
    if victim is zombie:
        chance of 10%:
            drop prismarine shard named "&bLoot Bag" at attacker

Diyerek devam et.

Not : Denenmedi.
 

LeaS

Zombi Katili
Mesajlar
184
En iyi cevaplar
0
Beğeniler
120
Puanları
350
Ruh hali
Yapan olduysa lütfen paylaşsın. Benim bir serverim yok ama skripti denemeyi çok isterim :)
 

Kovalski_Eyes

Kızıltaş Madencisi
Mesajlar
570
En iyi cevaplar
0
Beğeniler
939
Puanları
1,090
Ruh hali
kuş yuvası var bide ağaç kesince kuş yuvası düşsün modlu mc oynayan bilir
 

LeaS

Zombi Katili
Mesajlar
184
En iyi cevaplar
0
Beğeniler
120
Puanları
350
Ruh hali
Konu güncel.
Bir sunucum yok fakat sunucu sahiplerinin fikir almasını isterim.
 

Kovalski_Eyes

Kızıltaş Madencisi
Mesajlar
570
En iyi cevaplar
0
Beğeniler
939
Puanları
1,090
Ruh hali
çok basit on damage ile yapılır, pek hatırlamıyorum skripti, victim is a not player, victim healts < 0, give attacker item name bilmem ne dersin sonra o isime bağlı bir fonksiyon yazarsın change komutuyla vardı böyle bişeyler unuttum ama .d
 

xcosanxc

Ağaç Yumruklayıcı
Mesajlar
37
En iyi cevaplar
0
Beğeniler
6
Puanları
110
sen editleyemezmisin hem bunu yapmak zor değil sadece güzel olması için ilk yorum gibi devam etcen isim koycan sonra texturepack la güzelleştircen ben bi serverde öyle yaptım güzel durdu ama sıkıntı var chestlerde texturepack çalışmıyor neden bilmiyom kodu doğru texturepack doğru ama çalışmıyor bütün chestlerde
 

Notpatch

Ağaç Yumruklayıcı
Mesajlar
35
En iyi cevaplar
1
Beğeniler
10
Puanları
170
JavaScript:
on death of zombie or skeleton or creeper or spider or blaze or enderman or ghast or zombie pigman:
    attacker is a player
    chance of 50%:#Çanta düşme değerinin kaç olmasını istiyorsanız o değeri yazın
        set {drop} to a random integer between 1 and 2
    else if {drop} is 1:
        drop 1 chest named "&ePara Çantası" at location of zombie or skeleton or creeper or spider or blaze or enderman or ghast or zombie pigman
    else if {drop} is 2:
        drop 1 chest named "&eEşya Çantası" at location of zombie or skeleton or creeper or spider or blaze or enderman or ghast or zombie pigman
       
rightclick with a chest:
    if tool's name is "&ePara Çantası":
        cancel event
        remove a chest named "&ePara Çantası" from player
        send player title "&ePara Çantası" with subtitle "&a**&4**" for 1 seconds
        wait a second
        send player title "&ePara Çantası Açılıyor..." with subtitle "&a***&4*" for 1 seconds
        wait a second
        send player title "&ePara Çantası Açıldı..." with subtitle "&a****" for 1 seconds
        wait a second
        set {lootbag} to a random integer between 1 and 5
        if {lootbag} is 1:
            add 5 to player's balance
            send player title "&e✧" with subtitle "&b5TL" for 2 seconds
        else if {lootbag} is 2:
            add 10 to player's balance
            send player title "&e✧✧" with subtitle "&b10TL" for 2 seconds
        else if {lootbag} is 3:
            add 20 to player's balance
            send player title "&e✧✧✧" with subtitle "&b20TL" for 2 seconds
        else if {lootbag} is 4:
            add 30 to player's balance
            send player title "&e✧✧✧✧" with subtitle "&b30TL" for 2 seconds
        else if {lootbag} is 5:
            add 50 to player's balance
            send player title "&e✧✧✧✧✧" with subtitle "&b50TL" for 2 seconds
rightclick with a chest:
    if tool's name is "&eEşya Çantası":
        cancel event
        remove a chest named "&eEşya Çantası" from player
        send player title "&eEşya Çantası" with subtitle "&a**&4**" for 1 seconds
        wait a second
        send player title "&eEşya Çantası Açılıyor..." with subtitle "&a***&4*" for 1 seconds
        wait a second
        send player title "&eEşya Çantası Açıldı..." with subtitle "&a****" for 1 seconds
        wait a second
        set {lootbag} to a random integer between 1 and 5
        if {lootbag} is 1:
            give 5 diamond to player
            send player title "&e✧" with subtitle "&b5 Elmas" for 2 seconds
        else if {lootbag} is 2:
            give 10 diamond to player
            send player title "&e✧✧" with subtitle "&b10 Elmas" for 2 seconds
        else if {lootbag} is 3:
            give 20 diamond to player
            send player title "&e✧✧✧" with subtitle "&b20 Elmas" for 2 seconds
        else if {lootbag} is 4:
            give 30 diamond to player
            send player title "&e✧✧✧✧" with subtitle "&b30 Elmas" for 2 seconds
        else if {lootbag} is 5:
            give 50 diamond to player
            send player title "&e✧✧✧✧✧" with subtitle "&b50 Elmas" for 2 seconds
 

ZorinTR

Zombi Katili
Mesajlar
247
En iyi cevaplar
0
Beğeniler
542
Puanları
590
Ruh hali
JavaScript:
on death of zombie or skeleton or creeper or spider or blaze or enderman or ghast or zombie pigman:
    attacker is a player
    chance of 50%:#Çanta düşme değerinin kaç olmasını istiyorsanız o değeri yazın
        set {drop} to a random integer between 1 and 2
    else if {drop} is 1:
        drop 1 chest named "&ePara Çantası" at location of zombie or skeleton or creeper or spider or blaze or enderman or ghast or zombie pigman
    else if {drop} is 2:
        drop 1 chest named "&eEşya Çantası" at location of zombie or skeleton or creeper or spider or blaze or enderman or ghast or zombie pigman
     
rightclick with a chest:
    if tool's name is "&ePara Çantası":
        cancel event
        remove a chest named "&ePara Çantası" from player
        send player title "&ePara Çantası" with subtitle "&a**&4**" for 1 seconds
        wait a second
        send player title "&ePara Çantası Açılıyor..." with subtitle "&a***&4*" for 1 seconds
        wait a second
        send player title "&ePara Çantası Açıldı..." with subtitle "&a****" for 1 seconds
        wait a second
        set {lootbag} to a random integer between 1 and 5
        if {lootbag} is 1:
            add 5 to player's balance
            send player title "&e✧" with subtitle "&b5TL" for 2 seconds
        else if {lootbag} is 2:
            add 10 to player's balance
            send player title "&e✧✧" with subtitle "&b10TL" for 2 seconds
        else if {lootbag} is 3:
            add 20 to player's balance
            send player title "&e✧✧✧" with subtitle "&b20TL" for 2 seconds
        else if {lootbag} is 4:
            add 30 to player's balance
            send player title "&e✧✧✧✧" with subtitle "&b30TL" for 2 seconds
        else if {lootbag} is 5:
            add 50 to player's balance
            send player title "&e✧✧✧✧✧" with subtitle "&b50TL" for 2 seconds
rightclick with a chest:
    if tool's name is "&eEşya Çantası":
        cancel event
        remove a chest named "&eEşya Çantası" from player
        send player title "&eEşya Çantası" with subtitle "&a**&4**" for 1 seconds
        wait a second
        send player title "&eEşya Çantası Açılıyor..." with subtitle "&a***&4*" for 1 seconds
        wait a second
        send player title "&eEşya Çantası Açıldı..." with subtitle "&a****" for 1 seconds
        wait a second
        set {lootbag} to a random integer between 1 and 5
        if {lootbag} is 1:
            give 5 diamond to player
            send player title "&e✧" with subtitle "&b5 Elmas" for 2 seconds
        else if {lootbag} is 2:
            give 10 diamond to player
            send player title "&e✧✧" with subtitle "&b10 Elmas" for 2 seconds
        else if {lootbag} is 3:
            give 20 diamond to player
            send player title "&e✧✧✧" with subtitle "&b20 Elmas" for 2 seconds
        else if {lootbag} is 4:
            give 30 diamond to player
            send player title "&e✧✧✧✧" with subtitle "&b30 Elmas" for 2 seconds
        else if {lootbag} is 5:
            give 50 diamond to player
            send player title "&e✧✧✧✧✧" with subtitle "&b50 Elmas" for 2 seconds
şu ana kadar okumaktan zevk aldığım en iyi skriptlerdendi eline sağlık bayağı iyi yazmışsın xd
 

Üst