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

Need help with my bunny slippers boots.

Grinch

www.loronia.se
Joined
Oct 19, 2007
Messages
217
Reaction score
0
Location
Sweden/Värnamo
Ok, i've tried to fix this.
Speed works.
The problem is duration time, it wont count down the duration time untill i relog.
If i relog with the item on me, it will count down. I want it to count down anyways.
Help me please.


In items.xml
PHP:
 <item id="2644" name="bunny slippers">
<attribute key="weight" value="7500"/>
<attribute key="duration" value="600"/>
<attribute key="decayTo" value="2238"/>
<attribute key="slotType" value="feet"/>
<attribute key="speed" value="120"/>
<attribute key="stopduration" value="1"/>
<attribute key="showduration" value="1"/>
</item>

In movements.xml
PHP:
<movevent type="Equip" itemid="2644" slot="feet" event="function" value="onEquipItem"/>
<movevent type="DeEquip" itemid="2644" slot="feet" event="function" value="onDeEquipItem"/>
 
Last edited:
Back
Top