Skocz do zawartości
  • 0

Poprawi ktoś mi skrypt?


WiczekPG

Pytanie

Mam pytanko, poprawi mi ktoś ten skrypt? Mam WildSkript Skript i SkQuery i nie działa:

on spawn of zombie:		chance of 100%:		set name of last spawned entity to "&2Zombie &6[Poziom 1]"		set spawned entity's health to 25		damage 2		set helmet of last spawned entity to leather helmet		set chestplate of last spawned entity to leather chestplate		set leggins of last spawned entity to leather leggins		set boots of last spawned entity to leather boots		heal spawned entity		chance of 90%:		set name of last spawned entity to "&2Zombie &6[Poziom 2]"		set spawned entity's health to 30		damage 3		set helmet of last spawned entity to gold helmet		set chestplate of last spawned entity to leather chestplate		set leggins of last spawned entity to gold leggins		set boots of last spawned entity to leather boots		heal spawned entity		chance of 80%:		set name of last spawned entity to "&2Zombie &6[Poziom 3]"		set spawned entity's health to 35		damage 4		set helmet of last spawned entity to gold helmet		set chestplate of last spawned entity to gold chestplate		set leggins of last spawned entity to leather leggins		set boots of last spawned entity to gold boots		heal spawned entity		chance of 70%:		set name of last spawned entity to "&2Zombie &6[Poziom 4]"		set spawned entity's health to 40		damage 5		set helmet of last spawned entity to gold helmet		set chestplate of last spawned entity to gold chestplate		set leggins of last spawned entity to gold leggins		set boots of last spawned entity to gold boots		heal spawned entity		chance of 60%:		set name of last spawned entity to "&2Zombie &6[Poziom 5]"		set spawned entity's health to 45		damage 6		set helmet of last spawned entity to iron helmet		set chestplate of last spawned entity to gold chestplate		set leggins of last spawned entity to iron leggins		set boots of last spawned entity to gold boots		heal spawned entity		chance of 50%:		set name of last spawned entity to "&2Zombie &6[Poziom 6]"		set spawned entity's health to 50		damage 6,5		set helmet of last spawned entity to iron helmet		set chestplate of last spawned entity to gold chestplate		set leggins of last spawned entity to iron leggins		set boots of last spawned entity to iron boots		heal spawned entity		chance of 40%:		set name of last spawned entity to "&2Zombie &6[Poziom 7]"		set spawned entity's health to 52		damage 7		set helmet of last spawned entity to iron helmet		set chestplate of last spawned entity to iron chestplate		set leggins of last spawned entity to iron leggins		set boots of last spawned entity to iron boots		heal spawned entity		chance of 30%:		set name of last spawned entity to "&2Zombie &6[Poziom 8]"		set spawned entity's health to 55		damage 7,5		set helmet of last spawned entity to diamond helmet		set chestplate of last spawned entity to iron chestplate		set leggins of last spawned entity to diamond leggins		set boots of last spawned entity to iron boots		heal spawned entity		chance of 20%:		set name of last spawned entity to "&2Zombie &6[Poziom 9]"		set spawned entity's health to 60		damage 8		set helmet of last spawned entity to diamond helmet		set chestplate of last spawned entity to iron chestplate		set leggins of last spawned entity to diamond leggins		set boots of last spawned entity to diamond boots		heal spawned entity		chance of 10%:		set name of last spawned entity to "&2Zombie &6[Poziom 10]"		set spawned entity's health to 65		damage 8,5		set helmet of last spawned entity to diamond helmet		set chestplate of last spawned entity to diamond chestplate		set leggins of last spawned entity to diamond leggins		set boots of last spawned entity to diamond boots		heal spawned entity		chance of 1%:		set name of last spawned entity to "&2Zombie &6[Poziom &4BOSS&6]"		set spawned entity's health to 100		damage 10		set helmet of last spawned entity to diamond helmet		set chestplate of last spawned entity to diamond chestplate		set leggins of last spawned entity to diamond leggins		set boots of last spawned entity to diamond boots		heal spawned entity

Prosze o pomoc! :)

Odnośnik do komentarza
Udostępnij na innych stronach

4 odpowiedzi na to pytanie

Rekomendowane odpowiedzi

  • 0
on spawn of zombie:		chance of 100%:			set name of last spawned entity to "&2Zombie &6[Poziom 1]"			set spawned entity's health to 25			damage 2			equip event-entity with leather helmet			equip event-entity with leather chestplate			equip event-entity with leather leggins			equip event-entity with leather boots			heal spawned entity		chance of 90%:			set name of last spawned entity to "&2Zombie &6[Poziom 2]"			set spawned entity's health to 30			damage 3			equip event-entity with gold helmet			equip event-entity with leather chestplate			equip event-entity with gold leggins			equip event-entity with leather boots			heal spawned entity		chance of 80%:			set name of last spawned entity to "&2Zombie &6[Poziom 3]"			set spawned entity's health to 35			damage 4			equip event-entity with gold helmet			equip event-entity with gold chestplate			equip event-entity with leather leggins			equip event-entity with gold boots			heal spawned entity		chance of 70%:			set name of last spawned entity to "&2Zombie &6[Poziom 4]"			set spawned entity's health to 40			damage 5			equip event-entity with gold helmet			equip event-entity with gold chestplate			equip event-entity with gold leggins			equip event-entity with gold boots			heal spawned entity		chance of 60%:			set name of last spawned entity to "&2Zombie &6[Poziom 5]"			set spawned entity's health to 45			damage 6			equip event-entity with iron helmet			equip event-entity with gold chestplate			equip event-entity with iron leggins			equip event-entity with gold boots			heal spawned entity		chance of 50%:			set name of last spawned entity to "&2Zombie &6[Poziom 6]"			set spawned entity's health to 50			damage 6,5			equip event-entity with iron helmet			equip event-entity with gold chestplate			equip event-entity with iron leggins			equip event-entity with iron boots			heal spawned entity		chance of 40%:			set name of last spawned entity to "&2Zombie &6[Poziom 7]"			set spawned entity's health to 52			damage 7			equip event-entity with iron helmet			equip event-entity with iron chestplate			equip event-entity with iron leggins			equip event-entity with iron boots			heal spawned entity		chance of 30%:			set name of last spawned entity to "&2Zombie &6[Poziom 8]"			set spawned entity's health to 55			damage 7,5			equip event-entity with diamond helmet			equip event-entity with iron chestplate			equip event-entity with diamond leggins			equip event-entity with iron boots			heal spawned entity		chance of 20%:			set name of last spawned entity to "&2Zombie &6[Poziom 9]"			set spawned entity's health to 60			damage 8			equip event-entity with diamond helmet			equip event-entity with iron chestplate			equip event-entity with diamond leggins			equip event-entity with diamond boots			heal spawned entity		chance of 10%:			set name of last spawned entity to "&2Zombie &6[Poziom 10]"			set spawned entity's health to 65			damage 8,5			equip event-entity with diamond helmet			equip event-entity with diamond chestplate			equip event-entity with diamond leggins			equip event-entity with diamond boots			heal spawned entity		chance of 1%:			set name of last spawned entity to "&2Zombie &6[Poziom &4BOSS&6]"			set spawned entity's health to 100			damage 10			equip event-entity with diamond helmet			equip event-entity with diamond chestplate			equip event-entity with diamond leggins			equip event-entity with diamond boots			heal spawned entity

Takie coś?

Tylko że po chance 4 taby u mnie są :p

Czyli o 1 tab więcej

Edytowane przez WiczekPG
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ę...