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>
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>