|
||
|
|||||||
| General Discussion General discussion for the RunUO community, all off-topic posts will be deleted. This forum is NOT FOR SUPPORT! |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#2 (permalink) | |
|
Forum Expert
Join Date: Nov 2003
Location: The Internet
Age: 28
Posts: 3,510
|
Quote:
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 |
|
|
|
|
|
|
#4 (permalink) | |
|
Join Date: Feb 2004
Posts: 52
|
Quote:
|
|
|
|
|
|
|
#5 (permalink) |
|
Forum Expert
Join Date: Nov 2003
Location: The Internet
Age: 28
Posts: 3,510
|
Its in basecreature line 219. Im looking at an unedited version of runuo 1.0 rco basecreature.cs.
#region Bonding public const bool BondingEnabled = true; public virtual bool IsBondable{ get{ return ( BondingEnabled && !Summoned ); } } public virtual TimeSpan BondingDelay{ get{ return TimeSpan.FromDays( 7.0 ); } } public virtual TimeSpan BondingAbandonDelay{ get{ return TimeSpan.FromDays( 1.0 ); } } |
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|