Actually an easy way:
In the action of the item add when player use the item setPlayerstorageValue(cid, 1111,30) for example, then add another scan every 24h check the storage and decrease it -1 for example getPlayerstorageValue(cid,1111, getPlayerStorageValue(cid, 1111)-1) If you have done...