Şu skripti yapabilecek biri lazım!

ElmasKatili

Taş Madencisi
En iyi cevaplar
0
Beyler Fasa Fisoyu Bırakalım Buyur Kardeşim Çalısıyor bizzat denedim
Temel Olarak @xEndlessV2'nin skriptini aldım
Buyur Kardeşim
Ayrıca xEndlessV2 Belirtmek İsterim çok 's name kullanmıssın onlar işe yaramaz o tür şeylerde o sadece oyuncular için geçerlidir
Bloklarda felan Display name kullanmalısın
İyi Forumlar
Kod:
options:
    Mob Type: zombie pigman
   
command /hades:
    permission: spawner.hades
    trigger:
        if player is op:
            give 1 monster spawner named "&aHades" to player
            send "&aHades spawnerini aldın!"
         
on place:
    if tool's display name is "&aHades":
        add location of event-block to {locshades::*}
        set {%location of event-block%} to "%location of event-block%"
        send "Başarı İle Yerleştirdin Konum >> %location of event-block%"
     
every 15 seconds:
    loop {locshades::*}:
        add 1 to {_s}
        set spawned {@Mob Type}'s display name to "&aHades"
        spawn 1 zombie pigman at loop-value
        set spawned {@Mob Type}'s tool to gold sword
        equip spawned {@Mob Type} with gold Helmet
        equip spawned {@Mob Type} with gold Chestplate
        equip spawned {@Mob Type} with gold Leggings
        equip spawned {@Mob Type} with gold boots
       
on break:
    if {%location of event-block%} is set:
        delete {%location of event-block%}
        remove location of event-block from {locshades::*}
        send "Spawnerin Kırıldı."
        cancel event
        set block to air
        give 1 monster spawner named "&aHades" to player
       
command /d:
    permission: d.hades
    trigger:
        loop {locshades::*}:
            add 1 to {_s}
            spawn 1 zombie pigman at loop-value
            set spawned {@Mob Type}'s display name to "&aHades"
            set spawned {@Mob Type}'s tool to gold sword
            equip spawned {@Mob Type} with gold Helmet
            equip spawned {@Mob Type} with gold Chestplate
            equip spawned {@Mob Type} with gold Leggings
            equip spawned {@Mob Type} with gold boots
           
on death:
    victim is a zombie pigman:
        if name of zombie pigman is "&aHades":
            clear drops
            drop 1 ghast tear at attacker
çok sağol nasıl çalıştığını anlatırmısın? Benim istediğim le aynımı diye bakacağımda birde skripte bir şey daha istiyorum zombilerin isimleri üstünde HaDeS yazsın
 

DjuitieTR

Marangoz
En iyi cevaplar
0
Kod:
set spawned {@Mob Type}'s display name to "&aHades"
Kısmındaki &aHadesi değiştirebilirsin o ismi (diğer death kısmındada değiştirmeyi unutma)
kullanımı basit /hades yazıyorsun spawneri veriyor
koyuyorsun başlıyor denemek namına /d koydum oda doğuruyordu
kırma kısmından süphem var bi tek olmassa o olmaz kırsanda dogurursa söleyin biraz daha ugrastırcak gibi olmaz ise yardımcı olurum gene
 

ElmasKatili

Taş Madencisi
En iyi cevaplar
0
Kod:
set spawned {@Mob Type}'s display name to "&aHades"
Kısmındaki &aHadesi değiştirebilirsin o ismi (diğer death kısmındada değiştirmeyi unutma)
kullanımı basit /hades yazıyorsun spawneri veriyor
koyuyorsun başlıyor denemek namına /d koydum oda doğuruyordu
kırma kısmından süphem var bi tek olmassa o olmaz kırsanda dogurursa söleyin biraz daha ugrastırcak gibi olmaz ise yardımcı olurum gene
En kısa yarın deneyerek size hataları söylerim ilginiz için sağolun!
 
Üst