Spawn

GolcuOsman

Kızıltaş Madencisi
En iyi cevaplar
0
PHP:
command /deneme:
trigger:
  wait a tick
  spawn 3 zombie at {yolbas}
  Set the last spawned entity's display name to "&3deneme Minion"
  set last spawned entity's helmet to leather helmet
bu zombilerden sadece 1 tanesine kask veriyor neden olabilir?
 

GolcuOsman

Kızıltaş Madencisi
En iyi cevaplar
0
Loopd times ile canlandir zombileri veya last spawned kaldirarak dene
PHP:
command /deneme:
trigger:
  wait a tick
  spawn 3 zombie at {yolbas}
  Set the last spawned entity's display name to "&3deneme Minion"
  set entity's helmet to leather helmet
bu şekil yapınca hiçbirine kask vermiyor
 

afesraca

Obsidyen Madencisi
En iyi cevaplar
0
PHP:
command /deneme:
    trigger:
        wait a tick
        loop 3 times:
            spawn zombie at {yolbas}
            Set the last spawned entity's display name to "&3deneme Minion"
            set entity's helmet to leather helmet
 

ByAehn

Lhaewion Reveth
Süper Üye
En iyi cevaplar
0
Kod:
command /deneme:
trigger:
  wait a tick
  loop 3 Times:
    wait 1 tick
    spawn 1 zombie  at {yolbas}
    Set the last spawned entity's display name to "&3deneme Minion"
    set last spawned entity's helmet to leather helmet

Çalışması lazım denemedim.
 
Son düzenleme:

afesraca

Obsidyen Madencisi
En iyi cevaplar
0
Kod:
command /deneme:
trigger:
  wait a tick
  loop 3 Times:
    wait 1 tick
    spawn 3 zombie at {yolbas}
    Set the last spawned entity's display name to "&3deneme Minion"
    set last spawned entity's helmet to leather helmet

Çalışması lazım denemedim.
Bu 9 zombi doğırmazmı ?
 

GolcuOsman

Kızıltaş Madencisi
En iyi cevaplar
0
Kod:
command /deneme:
trigger:
  wait a tick
  loop 3 Times:
    wait 1 tick
    spawn 1 zombie  at {yolbas}
    Set the last spawned entity's display name to "&3deneme Minion"
    set last spawned entity's helmet to leather helmet

Çalışması lazım denemedim.
PHP:
command /minyon:
    permission: admin.server
    trigger:
        loop 3 Times:
            wait a tick
            spawn a baby zombie 1 meter above {alan1.location}
            wait a tick
            Set the last spawned entity's display name to "lwl1"
            set last spawned entity's helmet to diamond helmet
            wait a tick
            set last spawned entity's chestplate to diamond helmet
            wait a tick
            set last spawned entity's leggings to diamond leggings
            wait a tick
            set last spawned entity's boots to diamond boots
            set {ayolu} to true  
            wait a tick
            while entity exists:
                wait a tick
                make entity pathfind to {alan2.location} with speed 1
evet denedim senin attığın kodda oluyor ama bu kodda olmuyor
 
Üst