Quote:
|
Originally Posted by acole83
how do i alter the time on the 7 day wait on houses and speed up the bonding time for pets and how do i alter the saveing world time?
thnx
|
1. Ii don't think the wait time for houses is in, it just says it is.
2. check basecreature.cs for public virtual TimeSpan BondingDelay{ get{ return TimeSpan.FromDays( 7.0 ); } } change the 7 to whatever you want it to be. 1 would be 1 day.
3. check autosave.cs for private static TimeSpan m_Delay = TimeSpan.FromMinutes( 5.0 ); change the 5 to whatever you want it to be. 30 would be 30 minutes between saves