Sol Reklam

Bulundu Creeper skripti

Durum
Mesaj gönderimine kapalı.

Deleted User 63724

Yaratık Tuzağı: Çalışıyor
Katılım
9 Nisan 2017
Mesajlar
715
Elmaslar
332
Puanlar
14.730
Merhaba arkadaşlar
sizden yine 1 skript isteyeceğim
bu skript 100 creeper öldürünce içinden creeper kafası düşmesi ve kafada kırılmazlaık0 gibi bir enchant olmasını istiyorum.
yapabilen arkadaşlar varsa çok sevinirim.
 
Kod:
on death of mob:
    attacker is a player
    add 1 to {moboldurme.%player%}
    if {moboldurme.%player%} is greater than or equal to 100:
        delete {moboldurme.%player%}
        give a Mob Head Creeper named "&b&lCreeper &3&lKafasi" to attacker
 
Kod:
on death of mob:
    attacker is a player
    add 1 to {moboldurme.%player%}
    if {moboldurme.%player%} is greater than or equal to 100:
        delete {moboldurme.%player%}
        give a Mob Head Creeper named "&b&lCreeper &3&lKafasi" to attacker
uğraşmıssınız elinize sağlık ama mob creeper olucak ve birde kafada enchant olucak
 
Kod:
on death of creeper:
    attacker is a player
    add 1 to {krep.%player%}
    if {krep.%player%} is greater than or equal to 100:
        delete {krep.%player%}
        give a creeper head of unbreaking 1 named "&b&lCreeper &3&lKafasi" to attacker
Bunu deneyin. Ayrıca sorun çözülürse belirtmeyi unutmayınız.
 
Kod:
on death of creeper:
    attacker is a player
    add 1 to {krep.%player%}
    if {krep.%player%} is greater than or equal to 100:
        delete {krep.%player%}
        give a creeper head of unbreaking 1 named "&b&lCreeper &3&lKafasi" to attacker
Bunu deneyin. Ayrıca sorun çözülürse belirtmeyi unutmayınız.

teşekkürler fakat give kısmında hata çıktı
 
Hatayı atar mısınız ?
a creeper head of unbreaking 1 named "&b&lCreeper Kafasi" can't be added to an entity because the former is neither an item type an inventory nor an experience point
line 6: give a creeper head of unbreaking 1 named "&b&lCreeper Kafasi" to attacker
 
a creeper head of unbreaking 1 named "&b&lCreeper Kafasi" can't be added to an entity because the former is neither an item type an inventory nor an experience point
line 6: give a creeper head of unbreaking 1 named "&b&lCreeper Kafasi" to attacker
Sunucumda denedim bende herhangi bir hata çıkmadı. Skript sürümünüzü güncelleyip denemenizi öneririm.
 
Durum
Mesaj gönderimine kapalı.
Yukarı