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

Duration on arrow

Uhivra

New Member
Joined
Mar 25, 2010
Messages
49
Reaction score
4
I tried putting a duration on a arrow, and the time starts ticking down, but whenever i move it to my backpack or any other slottype it gets max time again and stops counting

Code:
    <item id="7364" article="a" name="Arrow">
        <attribute key="weight" value="70"/>
        <attribute key="attack" value="100"/>
        <attribute key="slotType" value="ammo"/>
        <attribute key="weaponType" value="ammunition"/>
        <attribute key="ammoType" value="arrow"/>
        <attribute key="shootType" value="arrow"/>
        <attribute key="ammoAction" value="removecount"/>
        <attribute key="decayTo" value="0"/>
        <attribute key="duration" value="18000"/>
        <attribute key="showduration" value="1"/>
   </item>

Could really need some help with this, i want people to be able to try my donate items :)
 
Back
Top