#Effect on Boots
1 messages · Page 1 of 1 (latest)
really simple
go to skript docs
go to either conditions I think idk I forgot then find on wearing or Som then put if player is wearing leather boots named "astral"
Apply speed 2 for 1 second to player
Yea but i want the plkayer to have infinite speed while wearing them and loose it when the player takes them off
yes
that's ehat that is
it keeps looping it
Ohh right
I dont think it would be very optimized, But loop the player
And then check if hes wearing the boots
player is wearing leather boots named "Astral":
apply speed 2 to the player
apply jump boost 2 to the player
Could u send the full skript?
Loop every what? 1 second? 2? 3?
Idk, I just don’t want it to lag the serve r
and let’s say a player had speed 2 already then he takes the boots on and off does he lose the original speed 2?
Do you want him to lose the effects?
No not the original speed, because I have a custom enchants that gives the player speed 2, and I don’t want it to remove that speed 2 when I take the boots ogf
Ah im not sure if i know how
I think it’s good if it just applies speed for 1 second when wearing it
Yeah, I just did
loop all players:
if loop-player is wearing leather boots named "Astral":
apply speed 2 to loop-player for 1 second
apply jump boost 2 to loop-player for 1 second```
This doesn’t lag the server?
Hmm, there must be a better way
You can make it less accurate
You mean like every 3 seconds? Or something