RunUO Community

This is a sample guest message. Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

Worldsave - Question

Spudz777

Sorceror
A suggestion forCornell. If you're using Nerun's spawner, enable the SmartPRS. It will despawn mobiles in areas where players don't go for a certain time. This drastically cuts down on the number of mobiles on your servers. Similarly, your 200k items are probably in the packs of those mobiles, so if the mobiles dissappear, so do their items. My server's save time dropped by almost a factor of ten (from a few seconds to a few tenths of a second).

As for Malberg's issue, check to be sure your autosave.cs script is looking in the right place. You should see a line like:
Code:
string saves = Path.Combine( Core.BaseDirectory, "Saves" );
Using this line as an example, make sure that the "Saves" directory is in the base directory of your RunUO installation (the directory with the executable), and is named "Saves" (or whatever your autosave.cs file says).
 
Top