This is strange but the houses of players are dropping only after 5 days of not being on. Where do i look to fix this. Good thing only in beta testing but lol that is bad. If there a default somewhere for 5 days? Thank you
 
Check basehouse.cs

Code:
public virtual TimeSpan DecayPeriod{ get{ return TimeSpan.FromDays( 6 ); } }

i think thats is where it is at

If you have a low player base i recommend you to disable house dropping. So it gives a reason to people to come back to your server after a long break and it will have 0 impact in your server performance
 
Thank you lol low player base is not the word. i only have 4 people testing stuff before I open it up to all. So many bugs but didn't' want it open until I found most of them. Thank you I will try that. :)
 
Back