Bulundu Adam öldürünce oto zırh giydirme ve elimize balta verme skripti!

  • Konuyu Başlatan Konuyu Başlatan xVeryz
  • Başlangıç tarihi Başlangıç tarihi
  • Görüntüleme 761
Durum
Üzgünüz bu konu cevaplar için kapatılmıştır...

xVeryz

Yay Yok, İskelet Yok
Katılım
6 Haziran 2021
Mesajlar
290
Elmaslar
42
Puan
9.170
Minecraft
Rotxeein

Discord:

rotxeein0

Dediğim gibi birini öldürünce otomatik zırhımız değişicek ilk oyuna giriş yaptığımızda tahta balta vericek sonra adam öldürünce taş balta , altın balta , demir balta , elmas balta diye gidicek fakat her yeni balta geldiğinde diğer eski balta elimizden silinecek ve elmas baltaya ulaştığında bu sefer otomatik set giydiricek deri zırh , zincir zırh , altın zırh , demir zırh , elmas zırh böyle olucak ve aynı şekil yeni zırha geçtiğinde eski zırh otomatik silenecek yaparsanız çok sevinirim :))))))))

NOT: ÖLÜNCE HER ŞEY SIFIRLANSIN ELİMİZE YİNE BİR TAHTA BALTA VERSİN VE BU VERİLEN ŞEYLERİN HİÇ BİRİ KIRILMASIN SET VEYA BALTA HER İKİSİDE KIRILMASA İYİ OLUR LÜTFEN!
 
Son düzenleme:
Tatilde olmasaydim yapardim, biraz bekleyeceksiniz gibi duruyor.
 
Kod:
on first join:
    give unbreakable 1 wood axe to player


on respawn:
    give unbreakable 1 wood axe to player


on death:
    if attacker is a player:
        if victim is a player:
            cancel drops of items
            if type of attacker's helm is a diamond helmet:
                stop
            if type of attacker's helm is a leather helmet:
                set attacker's helmet to unbreakable chainmail helmet
                set attacker's chestplate to unbreakable chainmail chestplate
                set attacker's leggings to unbreakable chainmail leggings
                set attacker's boots to unbreakable chainmail boots
                stop

            if type of attacker's helm is a chainmail helmet:
                set attacker's helmet to unbreakable golden helmet
                set attacker's chestplate to unbreakable golden chestplate
                set attacker's leggings to unbreakable golden leggings
                set attacker's boots to unbreakable golden boots
                stop


            if type of attacker's helm is a golden helmet:
                set attacker's helmet to unbreakable iron helmet
                set attacker's chestplate to unbreakable iron chestplate
                set attacker's leggings to unbreakable iron leggings
                set attacker's boots to unbreakable iron boots
                stop

            if type of attacker's helm is a iron helmet:
                set attacker's helmet to unbreakable diamond helmet
                set attacker's chestplate to unbreakable diamond chestplate
                set attacker's leggings to unbreakable diamond leggings
                set attacker's boots to unbreakable diamond boots
                stop

            loop all items in the inventory of attacker:
                if loop-item is wood axe:
                    delete loop-item
                    give unbreakable 1 stone axe to attacker
                    stop
                if loop-item is stone axe:
                    delete loop-item
                    give unbreakable 1 gold axe to attacker
                    stop
                if loop-item is gold axe:
                    delete loop-item
                    give unbreakable 1 iron axe to attacker
                    stop
                if loop-item is iron axe:
                    delete loop-item
                    give unbreakable 1 diamond axe to attacker
                    stop

                if loop-item is diamond axe:
                    set attacker's helmet to unbreakable leather helmet
                    set attacker's chestplate to unbreakable leather chestplate
                    set attacker's leggings to unbreakable leather leggings
                    set attacker's boots to unbreakable leather boots
                    stop
 
Kod:
on first join:
    give unbreakable 1 wood axe to player


on respawn:
    give unbreakable 1 wood axe to player


on death:
    if attacker is a player:
        if victim is a player:
            cancel drops of items
            if type of attacker's helm is a diamond helmet:
                stop
            if type of attacker's helm is a leather helmet:
                set attacker's helmet to unbreakable chainmail helmet
                set attacker's chestplate to unbreakable chainmail chestplate
                set attacker's leggings to unbreakable chainmail leggings
                set attacker's boots to unbreakable chainmail boots
                stop

            if type of attacker's helm is a chainmail helmet:
                set attacker's helmet to unbreakable golden helmet
                set attacker's chestplate to unbreakable golden chestplate
                set attacker's leggings to unbreakable golden leggings
                set attacker's boots to unbreakable golden boots
                stop


            if type of attacker's helm is a golden helmet:
                set attacker's helmet to unbreakable iron helmet
                set attacker's chestplate to unbreakable iron chestplate
                set attacker's leggings to unbreakable iron leggings
                set attacker's boots to unbreakable iron boots
                stop

            if type of attacker's helm is a iron helmet:
                set attacker's helmet to unbreakable diamond helmet
                set attacker's chestplate to unbreakable diamond chestplate
                set attacker's leggings to unbreakable diamond leggings
                set attacker's boots to unbreakable diamond boots
                stop

            loop all items in the inventory of attacker:
                if loop-item is wood axe:
                    delete loop-item
                    give unbreakable 1 stone axe to attacker
                    stop
                if loop-item is stone axe:
                    delete loop-item
                    give unbreakable 1 gold axe to attacker
                    stop
                if loop-item is gold axe:
                    delete loop-item
                    give unbreakable 1 iron axe to attacker
                    stop
                if loop-item is iron axe:
                    delete loop-item
                    give unbreakable 1 diamond axe to attacker
                    stop

                if loop-item is diamond axe:
                    set attacker's helmet to unbreakable leather helmet
                    set attacker's chestplate to unbreakable leather chestplate
                    set attacker's leggings to unbreakable leather leggings
                    set attacker's boots to unbreakable leather boots
                    stop
Bir hata var elmas baltaya ulaşınca ölsek bile elimizden silinmiyor ve tahta balta gelince öldürmeye devam etsek bile zırh değiştirmeye devam ediyor! ve suya düşüncede ölüyoruz fakat yine eşyalar gitmiyor.
 
Bir hata var elmas baltaya ulaşınca ölsek bile elimizden silinmiyor ve tahta balta gelince öldürmeye devam etsek bile zırh değiştirmeye devam ediyor! ve suya düşüncede ölüyoruz fakat yine eşyalar gitmiyor.
Yok tamam benim yetkim olduğu için eşyalarım gitmiyormuş özür dilerim!
 
Kod:
on first join:
    give unbreakable 1 wood axe to player


on respawn:
    give unbreakable 1 wood axe to player


on death:
    if attacker is a player:
        if victim is a player:
            cancel drops of items
            if type of attacker's helm is a diamond helmet:
                stop
            if type of attacker's helm is a leather helmet:
                set attacker's helmet to unbreakable chainmail helmet
                set attacker's chestplate to unbreakable chainmail chestplate
                set attacker's leggings to unbreakable chainmail leggings
                set attacker's boots to unbreakable chainmail boots
                stop

            if type of attacker's helm is a chainmail helmet:
                set attacker's helmet to unbreakable golden helmet
                set attacker's chestplate to unbreakable golden chestplate
                set attacker's leggings to unbreakable golden leggings
                set attacker's boots to unbreakable golden boots
                stop


            if type of attacker's helm is a golden helmet:
                set attacker's helmet to unbreakable iron helmet
                set attacker's chestplate to unbreakable iron chestplate
                set attacker's leggings to unbreakable iron leggings
                set attacker's boots to unbreakable iron boots
                stop

            if type of attacker's helm is a iron helmet:
                set attacker's helmet to unbreakable diamond helmet
                set attacker's chestplate to unbreakable diamond chestplate
                set attacker's leggings to unbreakable diamond leggings
                set attacker's boots to unbreakable diamond boots
                stop

            loop all items in the inventory of attacker:
                if loop-item is wood axe:
                    delete loop-item
                    give unbreakable 1 stone axe to attacker
                    stop
                if loop-item is stone axe:
                    delete loop-item
                    give unbreakable 1 gold axe to attacker
                    stop
                if loop-item is gold axe:
                    delete loop-item
                    give unbreakable 1 iron axe to attacker
                    stop
                if loop-item is iron axe:
                    delete loop-item
                    give unbreakable 1 diamond axe to attacker
                    stop

                if loop-item is diamond axe:
                    set attacker's helmet to unbreakable leather helmet
                    set attacker's chestplate to unbreakable leather chestplate
                    set attacker's leggings to unbreakable leather leggings
                    set attacker's boots to unbreakable leather boots
                    stop
Çok teşekkür ederim çok işime yarayacak. İyi günler dilerim!
 
NOT: ÖLÜNCE HER ŞEY SIFIRLANSIN ELİMİZE YİNE BİR TAHTA BALTA VERSİN VE BU VERİLEN ŞEYLERİN HİÇ BİRİ KIRILMASIN SET VEYA BALTA HER İKİSİDE KIRILMASA İYİ OLUR LÜTFEN!
Bu işi skript ile yapmak biraz saçma olur ve lag yaratabilir.
Siz sanırsam GunGame isimli oyunu yapacaksınız.
En iyisi bu
Değerli ziyaretçimiz, içeriği görebilmek için şimdi giriş yapın veya kayıt olun.
 
Bu işi skript ile yapmak biraz saçma olur ve lag yaratabilir.
Siz sanırsam GunGame isimli oyunu yapacaksınız.
En iyisi bu
Değerli ziyaretçimiz, içeriği görebilmek için şimdi giriş yapın veya kayıt olun.
Evet doğru fakat eklenti kullanmak istemiyorum çünkü tabelaya tıklayarak oyuna giriyorsun bende direkt oyuna giriş yapınca oyun başlıyor. Her şeyi hazırladım zaten. Sorun olmaz lag olursa sizin önerdiğiniz eklentiyi indiririm. Yinede çok teşekkürler. İyi günler dilerim!
 
Evet doğru fakat eklenti kullanmak istemiyorum çünkü tabelaya tıklayarak oyuna giriyorsun bende direkt oyuna giriş yapınca oyun başlıyor. Her şeyi hazırladım zaten. Sorun olmaz lag olursa sizin önerdiğiniz eklentiyi indiririm. Yinede çok teşekkürler. İyi günler dilerim!
Benim ilk tercihim her zaman eklentiden yana olacaktır. Yine siz bilirsiniz tabii ki. İyi günler.
 
Durum
Üzgünüz bu konu cevaplar için kapatılmıştır...

Hala Discord sunucumuza katılmadın mı?

Büyük bir topluluğun parçası ol, etkinliklere katıl ve özel hediyeler kazanma şansı yakala!

Şimdi Katıl
Üst