View Single Post
Old 08-17-2004, 10:24 PM   #11 (permalink)
ArteGordon
Master of the Internet
 
Join Date: Aug 2003
Posts: 5,688
Default

you need to look in your misc/datapath.cs and find out whether you have specified a custom path

Code:
/* If you have not installed Ultima Online,
		 * or wish the server to use a seperate set of datafiles,
		 * change the 'CustomPath' value, example:
		 * 
		 * private const string CustomPath = @"C:\Program Files\Ultima Online";
		 */
		private static string CustomPath = null;
if you use the default, then it will just use the client maps. If you have specified a path, then you need to fix them there (i.e. replace with the default client .muls)
__________________
The first line of the first rule in the forum rules and guidelines "Be respectful of others. "

For questions, information, and support for XmlSpawner and its addons, visit the
XmlSpawner Support Forum
ArteGordon is offline   Reply With Quote