witam otóż napisałem skrypt na lvl ale coś nie działa prosze o pomoc!
command /ustawtp [<text>]:
permission: teleport
trigger:
set {%arg%} to location of player
on entering of region "Wpisz tu nazwe regionu":
if {lvl::%player%} is greater than 3: # tam gdzie jest 3 wpisujesz od jakiego lvl gracz moze sie przeteleportowac
teleport player to {expowisko} #Tam gdzie pisze "expowisko" ustawiasz teleport jaki stworzyles i bedzie tam tepac
else:
send "&cNie masz wymaganego lvl"
on death:
if victim is zombie:
add 3 to {exp::%player%}
send "&a+ 3 exp"
if victim is silver fish:
add 6 to {exp::%player%}
send "&a+ 6 exp"
if {exp::%player%} is greather than 50:
add 1 to {lvl::%player%}
remove 30 from {exp::%player%}
send "&a&lLEVEL UP!"
Pytanie
EnderAdam 10
witam otóż napisałem skrypt na lvl ale coś nie działa prosze o pomoc!
command /ustawtp [<text>]:
permission: teleport
trigger:
set {%arg%} to location of player
on entering of region "Wpisz tu nazwe regionu":
if {lvl::%player%} is greater than 3: # tam gdzie jest 3 wpisujesz od jakiego lvl gracz moze sie przeteleportowac
teleport player to {expowisko} #Tam gdzie pisze "expowisko" ustawiasz teleport jaki stworzyles i bedzie tam tepac
else:
send "&cNie masz wymaganego lvl"
on death:
if victim is zombie:
add 3 to {exp::%player%}
send "&a+ 3 exp"
if victim is silver fish:
add 6 to {exp::%player%}
send "&a+ 6 exp"
if {exp::%player%} is greather than 50:
add 1 to {lvl::%player%}
remove 30 from {exp::%player%}
send "&a&lLEVEL UP!"
on first join:
set {lvl::%player%} to 1
Odnośnik do komentarza
https://skript.pl/temat/19041-rpg-lvl-pomocy/Udostępnij na innych stronach
5 odpowiedzi na to pytanie
Rekomendowane odpowiedzi