Bulundu Madenci Sk

Durum
Üzgünüz bu konu cevaplar için kapatılmıştır...
Neden bedava vereyim ki öyle normal attım ben.
 
Satmıyorum zaten gösteriş yaptım.
 
Daha detaylı anlatırsan yardımcı olabilirim.
 
Java:
variables:
    {madenci.%player%} = 0
command /d:
    trigger:
        give player 1 2256 named "&bMadenci &7( &bTaş &7)"
        
on rightclick with a 2256:
    if display name of player's tool contains "&bMadenci &7( &bTaş &7)":
        cancel event       
        if {madenci.%player%} is greater than or equal to 1:
            spawn 1 baby zombie at targeted block
            set name of spawned baby zombie to "&bMadenci &7( &bTaş &7)"
            set maximum health of last spawned baby zombie to 10000000000
            set health of last spawned baby zombie to 10000000000
            set last spawned baby zombie's walking speed to -1
            set last spawned baby zombie's tool to diamond pickaxe of efficiency 5 and unbreaking 1000
            make last spawned baby zombie wear a gold helmet of protection 4 and unbreaking 1000
            make last spawned baby zombie wear a gold chestplate of protection 4 and unbreaking 1000
            make last spawned baby zombie wear a gold leggings of protection 4 and unbreaking 1000
            make last spawned baby zombie wear a gold boots of protection 4 and unbreaking 1000
            add 1 to {madenci.%player%}
            set {madenci.%player%} to spawned entity
            add spawned entity to {maden.listesi::*}
            while {madenci.%player%} is spawned entity:
                wait 6 tick
                if distance between player and last spawned entity is less than 25:
                    make last spawned entity pathfind to player with speed 1.7
                    if distance between player and last spawned entity is less than 3:
                        make last spawned entity pathfind to player with speed 0
                else if distance between player and last spawned entity is bigger than 25:
                    teleport last spawned entity to player   
        else:
            send "&cMadenci sayısı en fazla 1 olabilir." to player
        
        
command /mkaldir:
    trigger:
        kill the target entity
        add -1 to {madenci.%player%}
        give player 1 2256 named "&bMadenci &7( &bTaş &7)"
        
every 3 seconds:
    loop players:
        loop {madenci.%loop-player%} times:
            give 1 cobblestone to loop-player
        
on damage:
    attacker's name is "&bMadenci &7( &bTaş &7)":
    cancel event
 
Yaptım minion skriptini ve bir alt düşüğünü verdim iyi forumlar.
 
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