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

What function is need for check a timer

Joe Rod

Discord: joerod1
Joined
Mar 16, 2011
Messages
499
Solutions
2
Reaction score
172
GitHub
joerod1
Hi guys, what function i need how many time has passed if i get something?, example: i get an x item and i talk with a npc to store it, after 24 hours if i withdraw that item it transforms to another item.
how can i store a time if the player is not on?
thanks in advance,
Kind Regards

btw sorry for my english
 
Last edited:
this is a candelabrum that decays
<item id="2042" article="a" name="candelabrum">
<attribute key="weight" value="500" />
<attribute key="decayTo" value="2043" />
<attribute key="duration" value="180" />
</item>
maybe set decay and duration for ur item in items.xml ;x
 
Back
Top