Yardım - Özel Zombinin İtem Giymesi

Bartuzen

Bedrock Kaşifi
Mesajlar
1,500
En iyi cevaplar
0
Beğeniler
414
Puanları
665
Ruh hali
Kod:
command /t:
    trigger:
        spawn 1 zombie at {t}
        set display name of last spawned entity to "Deneme"
command /a:
    trigger:
        set {t} to location of player
on death of a zombie:
    wait 5 seconds
    spawn 1 zombie at {t}
    set display name of last spawned entity to "Deneme"
on death of a zombie:
    clear drops
    if name of victim is "Deneme":
        drop diamond at location of zombie
        drop 10 golden ingot at location of zombie
Bu kodda /t yazınca doğan zombiye ve ölünce tekrar doğan "Deneme" adındaki zombiye nasıl item giydirebilirim?
 


Son düzenleme:

GodofMilker

Nether Yerlisi
Mesajlar
2,196
En iyi cevaplar
0
Beğeniler
2,563
Puanları
6,890
Kod:
command /t:
    trigger:
        spawn 1 zombie at {t}
        set display name of last spawned entity to "Deneme"
        equip last spawned entity with Diamond helmet
        equip last spawned entity with Diamond Chestplate
        equip last spawned entity with Diamond Leggings
        equip last spawned entity with Diamond Boots
command /a:
    trigger:
        set {t} to location of player
on death of a zombie:
    wait 5 seconds
    spawn 1 zombie at {t}
    set display name of last spawned entity to "Deneme"
    equip last spawned entity with Diamond helmet
    equip last spawned entity with Diamond Chestplate
    equip last spawned entity with Diamond Leggings
    equip last spawned entity with Diamond Boots
on death of a zombie:
    clear drops
    if name of victim is "Deneme":
        drop diamond at location of zombie
        drop 10 golden ingot at location of zombie
bunun gibi olması lazım en azından ben bir kere kullandım çalışıyordu ^_^
 
Son düzenleme:

Bartuzen

Bedrock Kaşifi
Mesajlar
1,500
En iyi cevaplar
0
Beğeniler
414
Puanları
665
Ruh hali
Kod:
command /t:
    trigger:
        spawn 1 zombie at {t}
        set display name of last spawned entity to "Deneme"
        equip last spawned entity with Diamond helmet
        equip last spawned entity with Diamond Chestplate
        equip last spawned entity with Diamond Leggings
        equip last spawned entity with Diamond Boots
command /a:
    trigger:
        set {t} to location of player
on death of a zombie:
    wait 5 seconds
    spawn 1 zombie at {t}
    set display name of last spawned entity to "Deneme"
    equip last spawned entity with Diamond helmet
    equip last spawned entity with Diamond Chestplate
    equip last spawned entity with Diamond Leggings
    equip last spawned entity with Diamond Boots
on death of a zombie:
    clear drops
    if name of victim is "Deneme":
        drop diamond at location of zombie
        drop 10 golden ingot at location of zombie
bunun gibi olması lazım en azından ben bir kere kullandım çalışıyordu ^_^
Çalıştı.
 

ZsCraft

Kızıltaş Madencisi
Mesajlar
525
En iyi cevaplar
0
Beğeniler
77
Puanları
240
açıkcası bende veriyor :/
 

Üst