Jeovani
New Member
How create soft boots infinite with speed of boh. ?
How create soft boots infinite with speed of boh. ?
<attribute key="duration" value="[B]-1[/B]"/>
<item id="2640" article="a" name="pair of soft boots">
<attribute key="weight" value="800"/>
<attribute key="slotType" value="feet"/>
<attribute key="decayTo" value="10021"/>
<attribute key="transformDeEquipTo" value="6132"/>
<attribute key="speed" value="200"/>
<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>
<item id="YOUR_ID" article="a" name="pair of vip boots">
<attribute key="weight" value="800"/>
<attribute key="slotType" value="feet"/>
<attribute key="decayTo" value="10021"/>
<attribute key="transformDeEquipTo" value="6132"/>
<attribute key="speed" value="200"/>
<attribute key="healthGain" value="1"/>
<attribute key="healthTicks" value="2000"/>
<attribute key="manaGain" value="2"/>
<attribute key="manaTicks" value="1000"/>
</item>
<movevent type="Equip" itemid="YOUR_ID" slot="feet" event="function" value="onEquipItem"/>
<movevent type="DeEquip" itemid="YOUR_ID" slot="feet" event="function" value="onDeEquipItem"/>