Blackcody
RiseOfTibia Owner
- Joined
- Aug 31, 2008
- Messages
- 136
- Reaction score
- 1
Code:
<item id="6132" article="a" name="pair of 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>
<item id="2640" article="a" name="pair of soft boots">
<attribute key="weight" value="800"/>
<attribute key="slotType" value="feet"/>
<attribute key="transformDeEquipTo" value="6132"/>
<attribute key="healthGain" value="2"/>
<attribute key="healthTicks" value="1000"/>
<attribute key="manaGain" value="2"/>
<attribute key="manaTicks" value="1000"/>
</item>
Nothing happends when the boots are equiped it stays as item id 6132 equipded or not
Last edited: