HI! When a player have the custom soft boots on there feet and relog the boots dont work. They work again if they take them off and put them on again.
My item.xml
My movements.xml
Thanks!
My item.xml
Code:
<item id="2358" name="Custom boots">
<attribute key="weight" value="1200" />
<attribute key="slotType" value="feet" />
<attribute key="healthGain" value="10" />
<attribute key="healthTicks" value="2000" />
<attribute key="manaGain" value="20" />
<attribute key="manaTicks" value="1000" />
<attribute key="speed" value="40" />
<attribute key="showattributes" value="1" />
</item>
My movements.xml
Code:
<movevent type="Equip" itemid="2358" slot="feet" event="function" value="onEquipItem"/>
<movevent type="DeEquip" itemid="2358" slot="feet" event="function" value="onDeEquipItem"/>
Thanks!
