guiismiti
Well-Known Member
- Joined
- May 19, 2014
- Messages
- 313
- Solutions
- 3
- Reaction score
- 67
Hi again,
I'm trying to edit boots of waterwalking so the player wearing it walks faster underwater.
What I'm doing is:
- I created a movement for the boots. onEquip - setStorageValue, onDeEquip - set it back to zero;
- Then I set a movement for all underwater tiles. onStepIn - check if player has storage value. If the player has, it increases the speed; onSetOut - sets the speed back to normal.
Everything is working - except that, when the player reaches level 500, it has around the maximun speed allowed by the server, so I can't add more speed, and the speed underwater doesn't change.
So, clearly, what I need is to increase this speed limit. I can't recompile my sources.
Thanks in advance.
Editted: If I manage to make it work, I'll post it on resources. I noticed that there were some people asking for scripts for boots of waterwalking (to walk over water or to walk with the same speed as in the surface).
I'm trying to edit boots of waterwalking so the player wearing it walks faster underwater.
What I'm doing is:
- I created a movement for the boots. onEquip - setStorageValue, onDeEquip - set it back to zero;
- Then I set a movement for all underwater tiles. onStepIn - check if player has storage value. If the player has, it increases the speed; onSetOut - sets the speed back to normal.
Everything is working - except that, when the player reaches level 500, it has around the maximun speed allowed by the server, so I can't add more speed, and the speed underwater doesn't change.
So, clearly, what I need is to increase this speed limit. I can't recompile my sources.
Thanks in advance.
Editted: If I manage to make it work, I'll post it on resources. I noticed that there were some people asking for scripts for boots of waterwalking (to walk over water or to walk with the same speed as in the surface).