Go Back   RunUO - Ultima Online Emulation > RunUO > FAQ Forum

FAQ Forum A place to find answers to the most frequently asked questions, and a place to post said answers. Do NOT use this forum to ask questions.

Reply
 
Thread Tools Display Modes
Old 02-13-2006, 03:14 PM   #1 (permalink)
 
Join Date: Aug 2003
Age: 26
Posts: 134
Default World Save Intervals

If you want to change your world save intervals go to
Scripts\Misc\AutoSave.cs

In line 9 you will see a code that looks like this

Code:
		private static TimeSpan m_Delay = TimeSpan.FromMinutes( 5.0 );
Change the number 5 to however long of a period you want in between saves
for example of 30 minutes in between saves

Code:
		private static TimeSpan m_Delay = TimeSpan.FromMinutes( 30.0 );
Celestria 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