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

Boh.lua Problem needs a fixin!

Add this to movements .xml

<movevent event="Equip" itemid="2195" slot="feet" function="onEquipItem"/>
<movevent event="DeEquip" itemid="2195" slot="feet" function="onDeEquipItem"/>

And this to items.xml

<item id="2195" name="boots of haste">
<attribute key="weight" value="750"/>
<attribute key="slotType" value="feet"/>
<attribute key="speed" value="40"/>
</item>
Just try it...
 
Back
Top