About Time VS Mana item ?

WhiteMonge

Heir
Customer
Hello everyone.

If there's any thread about this specific topic i could not find...

timevsmanaitem.webp

does anyone know where's the coded difference from these two forms of counting time on items?

essentially i have same instructions for both informations filled on:
1. data/item.xml >> <set name="durability" value="X"/>
2. system/armorgrp.dat >> durability=X


what i am missing?

thank you
 
в первом предмете время идет независимо от экипорван предмет или нет, во втором предмета время идет когда экипирован предмет
 
in the first item time goes regardless of whether the item is equipped or not, in the second item time goes when the item is equipped
maybe i could not explain myself better... anyway, thank you @Mark .

what i want to know is how to make these 2 separated forms of time counting in server and system?
 
found.

1 - if you want mana item counted by minute if equipped just edit
. data/item/item.xml
<set name="durability" value="X"/>
. system/armorgrp.dat
durability=X

2- if you want the time counted from the inventory:
. add this line on data/item/item.xml
<set name="temporal" value="true"/>

please close this topic.
 
Last edited:
Back
Top