Skocz do zawartości
  • 0

Zombie


LeviBoyPL

Pytanie

every 30 seconds:    spawn 5 zombie at {loc.red}    set name of spawned zombie to "&4Zombie"    apply speed potion of tier 1 to zombies for 10 minutes    spawn 5 zombie at {loc.blue}    set name of spawned zombie to "&1Zombie"    apply speed potion of tier 1 to zombies for 10 minutes
Dlaczego tylko jeden zombie otrzymuje nazwę?
 
every 1 seconds:    zombie with name "&4Zombie" attack zombie with name "&1Zombie"

Da się zrobić takie cuś?

Edytowane przez LeviBoyPL
Odnośnik do komentarza
Udostępnij na innych stronach

17 odpowiedzi na to pytanie

Rekomendowane odpowiedzi

  • 0
every 30 seconds:    spawn 5 zombie at {loc.red}    set name of spawned entity to "&4Zombie"    apply speed potion of tier 1 to zombies for 10 minutes    spawn 5 zombie at {loc.blue}    set name of spawned entity to "&1Zombie"    apply speed potion of tier 1 to zombies for 10 minutes

Warna cofam, bo niesłuszny ~Powered

Odnośnik do komentarza
Udostępnij na innych stronach

  • 0
every 30 seconds:    spawn 5 zombie at {loc.red}    set name of spawned entity to "&4Zombie"    apply speed 1 to spawned entity for 10 minutes    spawn 5 zombie at {loc.blue}    set name of spawned entity to "&1Zombie"    apply speed 1 to spawned entity for 10 minutes
Odnośnik do komentarza
Udostępnij na innych stronach

  • 0
every 1 seconds:    loop all entities:        loop-entity is zombie:            name of loop-entity is "&4Zombie":                loop entities in radius 1 of loop-entity:                    loop-entity-2 is "&1Zombie":                        make loop-entity-1 damage loop-entity-2 by obrażenia
Odnośnik do komentarza
Udostępnij na innych stronach

  • 0
on target:    entity's name is "&4Zombie":        {team.%entity's target%} is "Red":            cancel event    entity's name is "&1Zombie":        {team.%entity's target%} is "Blue":            cancel event
Odnośnik do komentarza
Udostępnij na innych stronach

Nieaktywny
Ten temat został zamknięty. Brak możliwości dodania odpowiedzi.
  • Ostatnio przeglądający   0 użytkowników

    • Brak zarejestrowanych użytkowników przeglądających tę stronę.
×
×
  • Dodaj nową pozycję...