Istek - Birisine Vurunca Mesaj Yazması

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

TurkOglu53

Odunlara Vur Vur Vur!
Katılım
12 Haziran 2017
Mesajlar
26
Elmaslar
5
Puan
0
Yaş
38
Konum
Gizli İçerik
Birisine balta ile vurunca vuran kişiye Kafasına Balta İndirdin Diye Mesaj Gelmsenizi Istiyorum

Şimdiden Yorumlarınızı Bekliyorum....
 
Birisine balta ile vurunca vuran kişiye Kafasına Balta İndirdin Diye Mesaj Gelmsenizi Istiyorum

Şimdiden Yorumlarınızı Bekliyorum....
Bende scriptte yeniyim yapardım fakat tab hatası olabilir.

Forumda bir arkadaş daha degişiğini paylaşmıştı eğer bunu kullanmak isterseniz buyrun.

Daha Ayrıntılı Açıklamak Gerekirse buradaki Skriptte Zombie creeper yerine Player eklerseniz sorununuz çözülür sanırsam.
Kod:
options:
    zombi: &c%victim% &7Zombi ile kapışırken zehirlenerek öldü!
    creeper: &c%victim% &7Creeper tarafından patlatıldı!
    iskelet: &c%victim% &7adlı oyuncu , İskelet oku yedi!
    orumcek: &c%victim% &7Örümcek tarafından ağlara takılarak öldü!
    enderman: &c%victim% &7adlı oyuncunun kafasına Enderman ışınlandı ve öldü!
    blaze: &c%victim% &7kafasına Blaze'nin ateşini yedi!
    ghast: &c%victim% &7Ghast tarafından ateş ile öldürüldü!
    slime: &c%victim% &7adlı oyuncunun üzerine Slime zıpladı ve öldü!
    wither: &c%victim% &7adlı oyuncu Wither tarafından öldürüldü!
    silverfish: &c%victim% &7taş kazerken önüne Gümüş Balığı çıktı ve öldü!
    wolf: &c%victim% &7başkasının köpeğini kaçırırken öldürüldü!

#Asagida kodlar bulunmakta ellerseniz skript bozulur ellemeyiniz.   
on death:
    attacker is a Zombie
    victim is a player
    set death  message to "{@zombi}"

on death:
    attacker is a Creeper
    victim is a player
    set death message to "{@creeper}"
    
on death:
    attacker is a Skeleton
    victim is a player
    set death message to "{@iskelet}"   
    
on death:
    attacker is a Spider
    victim is a player
    set death message to "{@orumcek}"

on death:
    attacker is a Enderman
    victim is a player
    set death message to "{@enderman}"

on death:
    attacker is a Blaze
    victim is a player
    set death message to "{@blaze}"

on death:
    attacker is a Ghast
    victim is a player
    set death message to "{@ghast}"

on death:
    attacker is a Slime
    victim is a player
    set death message to "{@slime}"

on death:
    attacker is a Wither
    victim is a player
    set death message to "{@wither}"

on death:
    attacker is a Silverfish
    victim is a player
    set death message to "{@silverfish}"

on death:
    attacker is a Wolf
    victim is a player
    set death message to "{@wolf}"
 
Bende scriptte yeniyim yapardım fakat tab hatası olabilir.

Forumda bir arkadaş daha degişiğini paylaşmıştı eğer bunu kullanmak isterseniz buyrun.

Daha Ayrıntılı Açıklamak Gerekirse buradaki Skriptte Zombie creeper yerine Player eklerseniz sorununuz çözülür sanırsam.
Kod:
options:
    zombi: &c%victim% &7Zombi ile kapışırken zehirlenerek öldü!
    creeper: &c%victim% &7Creeper tarafından patlatıldı!
    iskelet: &c%victim% &7adlı oyuncu , İskelet oku yedi!
    orumcek: &c%victim% &7Örümcek tarafından ağlara takılarak öldü!
    enderman: &c%victim% &7adlı oyuncunun kafasına Enderman ışınlandı ve öldü!
    blaze: &c%victim% &7kafasına Blaze'nin ateşini yedi!
    ghast: &c%victim% &7Ghast tarafından ateş ile öldürüldü!
    slime: &c%victim% &7adlı oyuncunun üzerine Slime zıpladı ve öldü!
    wither: &c%victim% &7adlı oyuncu Wither tarafından öldürüldü!
    silverfish: &c%victim% &7taş kazerken önüne Gümüş Balığı çıktı ve öldü!
    wolf: &c%victim% &7başkasının köpeğini kaçırırken öldürüldü!

#Asagida kodlar bulunmakta ellerseniz skript bozulur ellemeyiniz.  
on death:
    attacker is a Zombie
    victim is a player
    set death  message to "{@zombi}"

on death:
    attacker is a Creeper
    victim is a player
    set death message to "{@creeper}"
   
on death:
    attacker is a Skeleton
    victim is a player
    set death message to "{@iskelet}"  
   
on death:
    attacker is a Spider
    victim is a player
    set death message to "{@orumcek}"

on death:
    attacker is a Enderman
    victim is a player
    set death message to "{@enderman}"

on death:
    attacker is a Blaze
    victim is a player
    set death message to "{@blaze}"

on death:
    attacker is a Ghast
    victim is a player
    set death message to "{@ghast}"

on death:
    attacker is a Slime
    victim is a player
    set death message to "{@slime}"

on death:
    attacker is a Wither
    victim is a player
    set death message to "{@wither}"

on death:
    attacker is a Silverfish
    victim is a player
    set death message to "{@silverfish}"

on death:
    attacker is a Wolf
    victim is a player
    set death message to "{@wolf}"
Moblara Değil Oyuncuya Vurunca[DOUBLEPOST=1498750413,1498748162][/DOUBLEPOST]Cevaplarınızı Bekliyorum..
 
Dener misiniz.
PHP:
on damage of player:
    wait 1 tick
    attacker is a player:
        projectile exists
        if projectile is diamond axe:
            wait 1 tick
            victim is not dead:
                message "&6Kafasına Balta İndirdin!" to the attacker

on damage of player:
    wait 1 tick
    attacker is a player:
        projectile exists
        if projectile is golden axe:
            wait 1 tick
            victim is not dead:
                message "&6Kafasına Balta İndirdin!" to the attacker

on damage of player:
    wait 1 tick
    attacker is a player:
        projectile exists
        if projectile is iron axe:
            wait 1 tick
            victim is not dead:
                message "&6Kafasına Balta İndirdin!" to the attacker

on damage of player:
    wait 1 tick
    attacker is a player:
        projectile exists
        if projectile is wooden axe:
            wait 1 tick
            victim is not dead:
                message "&6Kafasına Balta İndirdin!" to the attacker

on damage of player:
    wait 1 tick
    attacker is a player:
        projectile exists
        if projectile is stone axe:
            wait 1 tick
            victim is not dead:
                message "&6Kafasına Balta İndirdin!" to the attacker
 
Dener misiniz.
PHP:
on damage of player:
    wait 1 tick
    attacker is a player:
        projectile exists
        if projectile is diamond axe:
            wait 1 tick
            victim is not dead:
                message "&6Kafasına Balta İndirdin!" to the attacker

on damage of player:
    wait 1 tick
    attacker is a player:
        projectile exists
        if projectile is golden axe:
            wait 1 tick
            victim is not dead:
                message "&6Kafasına Balta İndirdin!" to the attacker

on damage of player:
    wait 1 tick
    attacker is a player:
        projectile exists
        if projectile is iron axe:
            wait 1 tick
            victim is not dead:
                message "&6Kafasına Balta İndirdin!" to the attacker

on damage of player:
    wait 1 tick
    attacker is a player:
        projectile exists
        if projectile is wooden axe:
            wait 1 tick
            victim is not dead:
                message "&6Kafasına Balta İndirdin!" to the attacker

on damage of player:
    wait 1 tick
    attacker is a player:
        projectile exists
        if projectile is stone axe:
            wait 1 tick
            victim is not dead:
                message "&6Kafasına Balta İndirdin!" to the attacker
Güzel Skript Yazıyorsnuz Banada Özel Skript Yazarmsnız.
 
Dener misiniz.
PHP:
on damage of player:
    wait 1 tick
    attacker is a player:
        projectile exists
        if projectile is diamond axe:
            wait 1 tick
            victim is not dead:
                message "&6Kafasına Balta İndirdin!" to the attacker

on damage of player:
    wait 1 tick
    attacker is a player:
        projectile exists
        if projectile is golden axe:
            wait 1 tick
            victim is not dead:
                message "&6Kafasına Balta İndirdin!" to the attacker

on damage of player:
    wait 1 tick
    attacker is a player:
        projectile exists
        if projectile is iron axe:
            wait 1 tick
            victim is not dead:
                message "&6Kafasına Balta İndirdin!" to the attacker

on damage of player:
    wait 1 tick
    attacker is a player:
        projectile exists
        if projectile is wooden axe:
            wait 1 tick
            victim is not dead:
                message "&6Kafasına Balta İndirdin!" to the attacker

on damage of player:
    wait 1 tick
    attacker is a player:
        projectile exists
        if projectile is stone axe:
            wait 1 tick
            victim is not dead:
                message "&6Kafasına Balta İndirdin!" to the attacker
Ama Baltanın Adı Farklı Olması Lazım
 
Baltanın İsmi Yazan Yerin Onune Sunu Eklemeyi Dene
named "&eYazmak Istedigin"
 
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