Grinch
www.loronia.se
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
In movements.xml
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: