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

Boots of Haste 8.62

Joskingy

New Member
Joined
Dec 28, 2008
Messages
74
Reaction score
0
Hello, i was wondering if someone could help me with this, in my ot server im wearing boh and it give no speed at all even if i have it configured at items.xml still doesnt give any speed at all, thanks in advance
*edit none of the items with +speed is working how can i make sure all my other items with attributes are working? for example how can i know zao helmet is working properly? etc
 
Last edited:
add this to movements.xml

<movevent type="Equip" itemid="2195" slot="feet" event="function" value="onEquipItem"/>
<movevent type="DeEquip" itemid="2195" slot="feet" event="function" value="onDeEquipItem"/>
 
Actually I have this problem with magic level items.

For example, yalahari mask gives me 2 magic levels BUT jade hat doesn't give me any mlvl but it should give me 1. I think I have everything I need in items.xml...
 
try this in items.xml
<item id="11362" name="jade hat">
<attribute key="weight" value="900" />
<attribute key="armor" value="4" />
<attribute key="magiclevelpoints" value="1" />
<attribute key="slotType" value="head" />
 
Back
Top