Skocz do zawartości
  • 0

Totem przy pluginie nokaut


M4Lixx
 Udostępnij

Pytanie

Witam potrzebuje pomocy ponieważ na serwerze mam plugin na nokaut jednak przez to nie działają totemy wiec mam taki skrypt którym chciałem to trochę poprawić

on damage of player:
	if (victim's health - damage) is less than or equal to 0:
		if victim's tool is totem of undying:
			cancel event
			heal the victim
			send subtitle "&aTotem zostal uzyty" to victim
			apply regeneration 3 to the victim for 40 seconds
			apply absorption 5 to the victim for 40 seconds
			apply fire resistance 2 to the victim for 120 seconds
			remove 1 totem of undying from victim

i działa to tak jak chciałem gdy trzymam totem w prawej ręce jednak gdy przełożę na prawą nie ma reakcji

jak zrobić żeby działało na 2 ręce?

Odnośnik do komentarza
Udostępnij na innych stronach

1 odpowiedź na to pytanie

Rekomendowane odpowiedzi

  • 0
on damage of player:
	if (victim's health - damage) is less than or equal to 0:
		if victim isn't holding totem of undying in main hand:
			if victim isn't holding totem of undying in off hand:
				stop	
		cancel event
		heal the victim
		send subtitle "&aTotem zostal uzyty" to victim
		apply regeneration 3 to the victim for 40 seconds
		apply absorption 5 to the victim for 40 seconds
		apply fire resistance 2 to the victim for 120 seconds
		remove 1 totem of undying from victim

ewentualnie
 

on damage of player:
	if (victim's health - damage) is less than or equal to 0:	
		if victim is holding totem of undying in main hand:
			cancel event
			heal the victim
			send subtitle "&aTotem zostal uzyty" to victim
			apply regeneration 3 to the victim for 40 seconds
			apply absorption 5 to the victim for 40 seconds
			apply fire resistance 2 to the victim for 120 seconds
			remove 1 totem of undying from victim
			stop
		else if victim is holding totem of undying in off hand:
			cancel event
			heal the victim
			send subtitle "&aTotem zostal uzyty" to victim
			apply regeneration 3 to the victim for 40 seconds
			apply absorption 5 to the victim for 40 seconds
			apply fire resistance 2 to the victim for 120 seconds
			remove 1 totem of undying from victim
			stop

 

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

Nieaktywny
Ten temat został zamknięty. Brak możliwości dodania odpowiedzi.
 Udostępnij

  • Ostatnio przeglądający   0 użytkowników

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