#sila
on load:
set {sila} to true
on rightclick:
player's tool is slimeball named "&5Amulet Sily":
if {sila} is true:
apply strength 2 to player for 30 seconds
set {sila} to false
wait 90 seconds
set {sila} to true
#szybkosc
on load:
set {speed} to true
on rightclick:
player's tool is slimeball named "&5Amulet Szybkosci":
if {speed} is true:
apply speed 2 to player for 30 seconds
set {speed} to false
wait 90 seconds
set {speed} to true
#hp
on load:
set {hp} to true
on rightclick:
player's tool is slimeball named "&5Amulet Zycia":
if {hp} is true:
apply absorption 5 to player for 60 seconds
set {hp} to false
wait 120 seconds
set {hp} to true
#leczenie
on load:
set {heal} to true
on rightclick:
player's tool is slimeball named "&5Amulet Leczenia":
if {heal} is true:
apply instant health 10 to player for 1 seconds
set {heal} to false
wait 15 seconds
set {heal} to true
#odpornosc
on load:
set {odp} to true
on rightclick:
player's tool is slimeball named "&5Amulet Odpornosci":
if {odp} is true:
apply resistance 2 to player for 30 seconds
set {odp} to false
wait 90 seconds
set {odp} to true
#regeneracja
on load:
set {regen} to true
on rightclick:
player's tool is slimeball named "&5Amulet Regeneracji":
if {regen} is true:
apply regeneration 3 to player for 30 seconds
set {regen} to false
wait 90 seconds
set {regen} to true
#odp. na ogien
on load:
set {fire} to true
on rightclick:
player's tool is slimeball named "&5Amulet Odpornosci na Ogien":
if {fire} is true:
apply fire resistance 1 to player for 120 seconds
set {fire} to false
wait 150 seconds
set {fire} to true
#skok
on load:
set {skok} to true
on rightclick:
player's tool is slimeball named "&5Amulet Skoku":
if {skok} is true:
apply jump boost 2 to player for 30 seconds
set {skok} to false
wait 90 seconds
set {skok} to true
Co tu jest nie tak? Niby wszystko działa, ale gracze nie otrzymują efektów ;/
Pytanie
KrisSx 30
#sila on load: set {sila} to true on rightclick: player's tool is slimeball named "&5Amulet Sily": if {sila} is true: apply strength 2 to player for 30 seconds set {sila} to false wait 90 seconds set {sila} to true #szybkosc on load: set {speed} to true on rightclick: player's tool is slimeball named "&5Amulet Szybkosci": if {speed} is true: apply speed 2 to player for 30 seconds set {speed} to false wait 90 seconds set {speed} to true #hp on load: set {hp} to true on rightclick: player's tool is slimeball named "&5Amulet Zycia": if {hp} is true: apply absorption 5 to player for 60 seconds set {hp} to false wait 120 seconds set {hp} to true #leczenie on load: set {heal} to true on rightclick: player's tool is slimeball named "&5Amulet Leczenia": if {heal} is true: apply instant health 10 to player for 1 seconds set {heal} to false wait 15 seconds set {heal} to true #odpornosc on load: set {odp} to true on rightclick: player's tool is slimeball named "&5Amulet Odpornosci": if {odp} is true: apply resistance 2 to player for 30 seconds set {odp} to false wait 90 seconds set {odp} to true #regeneracja on load: set {regen} to true on rightclick: player's tool is slimeball named "&5Amulet Regeneracji": if {regen} is true: apply regeneration 3 to player for 30 seconds set {regen} to false wait 90 seconds set {regen} to true #odp. na ogien on load: set {fire} to true on rightclick: player's tool is slimeball named "&5Amulet Odpornosci na Ogien": if {fire} is true: apply fire resistance 1 to player for 120 seconds set {fire} to false wait 150 seconds set {fire} to true #skok on load: set {skok} to true on rightclick: player's tool is slimeball named "&5Amulet Skoku": if {skok} is true: apply jump boost 2 to player for 30 seconds set {skok} to false wait 90 seconds set {skok} to trueOdnośnik do komentarza
https://skript.pl/temat/26497-amulety/Udostępnij na innych stronach
1 odpowiedź na to pytanie
Rekomendowane odpowiedzi