I fed my plants today in the AM (about 9am?) and at 8pm today they were hungry (needed water, poison, etc).
According to this article, plants should "level" and gain random bad conditions (or none) every 24 hours:
http://www.uoguide.com/Gardening
Additionally, if you planted with fertile dirt, the level can potentially add 2 (instead of 4-5, 4-7)
Line 577: m_Plant.PlantStatus = (PlantStatus)( curStage + 2 );
Uo.com does not provide information on the level time that I could see.
The code, in https://github.com/ServUO/ServUO/blob/master/Scripts/Services/Plants/PlantSystem.cs on line 29 seems to indicate that the reset is 24 (or 23?)hours.
public static readonly TimeSpan CheckDelay = TimeSpan.FromHours( 23.0 );
So smart people of ServUO - i have no idea why its only 12 hours instead of 24...Server resets? Something?
According to this article, plants should "level" and gain random bad conditions (or none) every 24 hours:
http://www.uoguide.com/Gardening
Additionally, if you planted with fertile dirt, the level can potentially add 2 (instead of 4-5, 4-7)
Line 577: m_Plant.PlantStatus = (PlantStatus)( curStage + 2 );
Uo.com does not provide information on the level time that I could see.
The code, in https://github.com/ServUO/ServUO/blob/master/Scripts/Services/Plants/PlantSystem.cs on line 29 seems to indicate that the reset is 24 (or 23?)hours.
public static readonly TimeSpan CheckDelay = TimeSpan.FromHours( 23.0 );
So smart people of ServUO - i have no idea why its only 12 hours instead of 24...Server resets? Something?