<item id="2640" name="soft boots">
<attribute key="weight" value="800"/>
<attribute key="slotType" value="feet"/>
<attribute key="decayTo" value="6530"/>
<attribute key="transformDeEquipTo"value="6132"/>
<attribute key="duration" value="14400"/>
<attribute key="healthGain" value="1"/>
<attribute key="healthTicks" value="2000"/>
<attribute key="manaGain" value="2"/>
<attribute key="manaTicks" value="1000"/>
<attribute key="showduration" value="1"/>
</item>
Tried this and didnt work, it actually already said that. My soft boots are constantly sparkling and dont drain nor give hp or mana. Do you know how to fix that?
<movevent event="Equip" itemid="2640" slot="feet" function="onEquipItem"/>
<movevent event="DeEquip" itemid="2640" slot="feet" function="onDeEquipItem"/
said unable to load MoveEvents
<movevent event="Equip" itemid="2640" slot="feet" function="onEquipItem"/>
<movevent event="DeEquip" itemid="2640" slot="feet" function="onDeEquipItem"/>
said unable to load MoveEvents
make sure that is in your movements.xml tooSorry with all the problems and I appreciate your help. Now they dont sparkle anymore but they still dont work. Im sure its something stupid im just not all good with this.
<movevent event="Equip" itemid="6132" slot="feet" function="onEquipItem"/>
<movevent event="DeEquip" itemid="6132" slot="feet" function="onDeEquipItem"/>
<item id="6132" name="soft boots">
<attribute key="weight" value="800"/>
<attribute key="slotType" value="feet"/>
<attribute key="transformEquipTo" value="2640"/>
<attribute key="stopduration" value="1"/>
<attribute key="showduration" value="1"/>
</item>