---------------------------------------------------------------------------------------------------------
Answer by: ArteGordon on the
RunUO Forums.
---------------------------------------------------------------------------------------------------------
To load the examples, you must first place the .xml files either in the top level directory of the RunUO installation (kind of messy), or in a folder named "Spawns" that has been placed in the top level RunUO directory (less messy). These are the two default search locations for .xml spawn files.
Once they are there, you can load them with
[xmlload filename
or
[xmlloadhere filename
[xmlload restores the spawns to their original locations, [xmlloadhere preserves the relative positions of multiple spawners within the file, but centers them on your current location, instead of the original location.
Note that most of the examples were created in Green Acres by default, so if you just do an [xmlload, that is where they will appear.
If you wanted to put them in a folder within the Spawns folder, then just give the path
[xmlload Examples/filename
would search for the the file as Examples/filename, and Spawns/Examples/filename within the RunUO installation directory.