Otóż napisałem skrypt na moby, ale chciałbym żeby dotyczył on konkretnego regionu/świata i nie za bardzo wiem jak to zrobić. A to ten skrypt:
on spawn of zombie:
chance of 100%:
set max health of entity to 150
heal entity
set name of event-entity to "&6Pustynna Dusza &6%health of event-entity%/%max health of event-entity%"
set boots of the event-entity to gold boots
set chestplate of event-entity to gold chestplate
set helmet of event-entity to gold helmet
stop
on spawn of spider:
chance of 100%:
set max health of entity to 200
heal entity
set name of event-entity to "&4Pustelnik &6%health of event-entity%/%max health of event-entity%"
stop
on damage of entity:
if name of victim contains "&4Pustelnik":
set name of victim to "&4Pustelnik &6%health of victim%/%max health of victim%"
stop
if name of victim contains "&6Pustynna Dusza":
set name of victim to "&6Pustynna Dusza &6%health of victim%/%max health of victim%"
stop
Pytanie
Wituusieq 1
Siemka, potrzebuję pomocy, pomożecie?
Otóż napisałem skrypt na moby, ale chciałbym żeby dotyczył on konkretnego regionu/świata i nie za bardzo wiem jak to zrobić. A to ten skrypt:
on spawn of zombie:

chance of 100%:
set max health of entity to 150
heal entity
set name of event-entity to "&6Pustynna Dusza &6%health of event-entity%/%max health of event-entity%"
set boots of the event-entity to gold boots
set chestplate of event-entity to gold chestplate
set helmet of event-entity to gold helmet
stop
on spawn of spider:
chance of 100%:
set max health of entity to 200
heal entity
set name of event-entity to "&4Pustelnik &6%health of event-entity%/%max health of event-entity%"
stop
on damage of entity:
if name of victim contains "&4Pustelnik":
set name of victim to "&4Pustelnik &6%health of victim%/%max health of victim%"
stop
if name of victim contains "&6Pustynna Dusza":
set name of victim to "&6Pustynna Dusza &6%health of victim%/%max health of victim%"
stop
Z góry dzięki za pomoc
Odnośnik do komentarza
Udostępnij na innych stronach
1 odpowiedź na to pytanie
Rekomendowane odpowiedzi
Dołącz do dyskusji
Możesz dodać zawartość już teraz a zarejestrować się później. Jeśli posiadasz już konto, zaloguj się aby dodać zawartość za jego pomocą.