Bulundu Özel Set - on armor equip çalışmıyor

Durum
Üzgünüz bu konu cevaplar için kapatılmıştır...

G O D

Odunlara Vur Vur Vur!
Katılım
24 Ocak 2021
Mesajlar
44
Elmaslar
2
Puan
3.760
Minecraft
Godtrap_
Özel set eklemek istiyorum ancak on armor equip satırında hata gösteriyor.
Sürüm: 1.16.5
Kod şöyle;
on armour equip:
if the custom model data of the player's helmet is 9999:
if the custom model data of the player's chestplate is 9998:
if the custom model data of the player's leggings is 9997:
if the custom model data of the player's boots is 9996:
set {zirh::%player%} to true
send "&6Alev Setinin &fözellikleri &aaktif!"
on damage of a player:
victim is player:
if damage cause is lava:
if {zirh.%victim%} is true:
if {beklemesuresi.%victim%} is not set:
apply potion of fire resistance of tier 1 to victim for 30 seconds
send title "&6Alev Seti!" with subtitle "&f30 Saniyelik Ateş Direnci Kazandın." to victim for 2.5 seconds
set {beklemesuresi.%victim%} to 1
wait 300 seconds
delete {beklemesuresi.%victim%}
on armour unequip:
if {zirh::%player%} is true:
if custom model data of player's helmet is not 9999:
remove fire resistance from player
set {zirh::%player%} to false
send "&6Alev Setinin &fözellikleri &cdevre dışı!"
if custom model data of player's chestplate is not 9998:
remove fire resistance from player
set {zirh::%player%} to false
send "&6Alev Setinin &fözellikleri &cdevre dışı!"
if custom model data of player's leggings is not 9997:
remove fire resistance from player
set {zirh::%player%} to false
send "&6Alev Setinin &fözellikleri &cdevre dışı!"
if custom model data of player's boots is not 9996:
remove fire resistance from player
set {zirh::%player%} to false
send "&6Alev Setinin &fözellikleri &cdevre dışı!"
Hata:
1657235007069.png

Böyle bir event yok diyor ama bunu çalıştırmanın farklı bir yolu olabilir mi
 
Son düzenleme:
Sizi @yunanmadenci hocama yönlendireyim kendisi bu konularda uzmandır.
 
Selamlar, armor equip yerine armor change kullanabilirsiniz. Eğer örnek verecek olursak:
JavaScript:
armor change:
    player's helmet's model data = 9999
    player's chestplate's model data = 9998
    player's leggings' model data = 9997
    player's boots' model data = 9996
    set {zırh::%player's uuid%} to 1
    send "&cAlev setinin özellikleri aktif."

Sizi @yunanmadenci hocama yönlendireyim kendisi bu konularda uzmandır.
Estağfurullah, uzman olduğum tek alan kız tavlamaktır.
 
Selamlar, armor equip yerine armor change kullanabilirsiniz. Eğer örnek verecek olursak:
JavaScript:
armor change:
    player's helmet's model data = 9999
    player's chestplate's model data = 9998
    player's leggings' model data = 9997
    player's boots' model data = 9996
    set {zırh::%player's uuid%} to 1
    send "&cAlev setinin özellikleri aktif."


Estağfurullah, uzman olduğum tek alan kız tavlamaktır.
Hahahah hocam alemsiniz ya.
 
Seti giydiğini ve çıkardığını algılıyor ama efekt vermiyor kodun neresinde hata olduğunu bulamadım ben bi bakabilir misiniz.
(armor change olarak değiştirilmiş halinde)
 
Seti giydiğini ve çıkardığını algılıyor ama efekt vermiyor kodun neresinde hata olduğunu bulamadım ben bi bakabilir misiniz.
(armor change olarak değiştirilmiş halinde)
kod da bi efekt vermesi ile ilgili bir nokta yokki?
 
Kanka onu skriptte en alt kısma koycan bunde var ctrl c ctrl v :D
 
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