• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!
  • 2026 staff recruitment is open! Check it out and consider applying!

Solved boots of haste not working

tnecniiv

scripter to be
Joined
Jan 6, 2012
Messages
298
Solutions
3
Reaction score
25
any boots that increase my speed doesnt actually increase my speed i see no difference to my character movement speed and i really dont know why plz help me.
here is my created item
<item id="7457" name="boots of The Gods 1">
<attribute key="weight" value="1200" />
<attribute key="armor" value="2" />
<attribute key="slotType" value="feet" />
<attribute key="speed" value="44" />
<attribute key="description" value="This item is blessed by the gods" />
</item>
and here is boots of haste
<item id="2195" name="boots of haste">
<attribute key="weight" value="750" />
<attribute key="slotType" value="feet" />
<attribute key="speed" value="40" />
<attribute key="showattributes" value="1" />
</item>
 
What distro are you using?, and why you don't try in items.xml to change the speed of the boh?, the normal speed is 40, but try to change it to 100 and see if it changes your speed, if not, check if you have registered it on movements.xml
 
thx it was my movement.xml i forgot about that lol
i havent scripted in a few years so i forgot alot of it trying to get a server up for my bro
 
Back
Top