Go Back   RunUO - Ultima Online Emulation > RunUO > General Discussion

General Discussion General discussion for the RunUO community, all off-topic posts will be deleted. This forum is NOT FOR SUPPORT!

Reply
 
Thread Tools Display Modes
Old 07-16-2004, 01:21 PM   #1 (permalink)
 
Join Date: Jul 2004
Age: 25
Posts: 28
Default stuff i need to know

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
acole83 is offline   Reply With Quote
Old 07-16-2004, 01:49 PM   #2 (permalink)
Forum Expert
 
stormwolff's Avatar
 
Join Date: Nov 2003
Location: The Internet
Age: 28
Posts: 3,510
Default

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
stormwolff is offline   Reply With Quote
Old 07-16-2004, 02:44 PM   #3 (permalink)
 
Join Date: Jul 2004
Age: 25
Posts: 28
Default

thnx again m8
acole83 is offline   Reply With Quote
Old 08-31-2004, 03:50 AM   #4 (permalink)
 
Join Date: Feb 2004
Posts: 52
Default

Quote:
Originally Posted by stormwolff
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.
Storm, this line doesn't exist in Basecreature.cs. Can you help me find where BondingDelay is defined?
spooon is offline   Reply With Quote
Old 08-31-2004, 08:45 AM   #5 (permalink)
Forum Expert
 
stormwolff's Avatar
 
Join Date: Nov 2003
Location: The Internet
Age: 28
Posts: 3,510
Default

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 ); } }
stormwolff is offline   Reply With Quote
Old 09-02-2004, 05:21 PM   #6 (permalink)
 
Join Date: Feb 2004
Posts: 52
Default

Hah! VS .NET had collapsed the class and wasn't including anything inside in its search. Thanks for pointing out the line #.
spooon is offline   Reply With Quote
Reply

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off



Powered by vBulletin® Version 3.7.0
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.2.0 RC5