Çözüldü Yardım

  • Konuyu Başlatan Konuyu Başlatan DanldTramp
  • Başlangıç tarihi Başlangıç tarihi
  • Görüntüleme 788
Durum
Üzgünüz bu konu cevaplar için kapatılmıştır...

DanldTramp

Koydum Çalışma Masasını
Katılım
25 Eylül 2019
Mesajlar
50
Elmaslar
11
Puan
0
Yaş
28
arkadaşlar setblock ile istedigim kordinatlara bi dragon egg spawn ediyorum ama dragon eggin spawn oldugu kordinatta 1 tanede zombi çıksın istiyorum olmuyor yardım lütfen.

Kod:
options:
    lokasyon: -1347, 110, -2811

command /dragon:
    trigger:
        set block at location at {@lokasyon} in world "world" to dragon egg       
        spawn a zombie at location at event-location
 
Böyle denermisin
Kod:
options:
    lokasyon: -1347, 110, -2811

command /dragon:
    trigger:
        set block at location at {@lokasyon} in world "world" to dragon egg       
        spawn a zombie at location at {@lokasyon} in world "world"
 
Böyle denermisin
Kod:
options:
    lokasyon: -1347, 110, -2811

command /dragon:
    trigger:
        set block at location at {@lokasyon} in world "world" to dragon egg      
        spawn a zombie at location at {@lokasyon} in world "world"
hayır bunu algılamıyor denedim zaten bossu hangi dünyada atacagını bulamıyor o yüzden set block eventinin gerçekleştigi lokasyonu algılatmam gerek
 
Birde böyle denermisin


Kod:
options:
    lokasyon: -1347, 110, -2811

command /dragon:
    trigger:
        set {zombi} to location {@lokasyon}
        set block at location at {@lokasyon} in world "world" to dragon egg      
        spawn zombie at {zombi}
 
Son düzenleme:
Birde böyle denermisin


Kod:
options:
    lokasyon: -1347, 110, -2811

command /dragon:
    trigger:
        set {zombi} to event-location
        set block at location at {@lokasyon} in world "world" to dragon egg      
        spawn zombie at {zombi}
Olmadı
 
Hata yok zombiyi spawn etmiyor.
Denermisin

Kod:
options:
    lokasyon: -1347, 110, -2811

command /dragon:
    trigger:
        set {zombi} to location {@lokasyon}
        set block at location at {@lokasyon} in world "world" to dragon egg     
        spawn zombie at {zombi}
 
Denermisin

Kod:
options:
    lokasyon: -1347, 110, -2811

command /dragon:
    trigger:
        set {zombi} to location {@lokasyon}
        set block at location at {@lokasyon} in world "world" to dragon egg    
        spawn zombie at {zombi}
-1347, 110, -2811
bu kordinatları nasıl tüm detaylarıyla yazarım peki 1347,455 felan şeklinde mesela ?
 
-1347, 110, -2811
bu kordinatları nasıl tüm detaylarıyla yazarım peki 1347,455 felan şeklinde mesela ?
Kod:
command /dragon:
    trigger:
        set {zombi} to location {loc::loc}
        set block at location at {loc::loc} in world "world" to dragon egg   
        spawn zombie at {zombi}

command /setloc:
    trigger:
        set {loc::loc} to location of player

zombi doğacak yerde /setloc komutunu kullanın. Options tan nasıl yapıldığını bilmiyorum. Olması lazım eğer hata verirse hatanın ssini atar mısınız ?
 
Kod:
command /dragon:
    trigger:
        set {zombi} to location {loc::loc}
        set block at location at {loc::loc} in world "world" to dragon egg  
        spawn zombie at {zombi}

command /setloc:
    trigger:
        set {loc::loc} to location of player

zombi doğacak yerde /setloc komutunu kullanın. Options tan nasıl yapıldığını bilmiyorum. Olması lazım eğer hata verirse hatanın ssini atar mısınız ?
Denermisin

Kod:
options:
    lokasyon: -1347, 110, -2811

command /dragon:
    trigger:
        set {zombi} to location {@lokasyon}
        set block at location at {@lokasyon} in world "world" to dragon egg    
        spawn zombie at {zombi}
Teşekkürler konu kilit :)
 
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