QUOTE (Erica @ January 17, 2008 03:13 pm) |
Ok i got my whole shard spawned my question is can i import dungeon ares only like i want to import the dungeon i spawned by hand Prism Of Light if so how. |
QUOTE |
- added support for a new xmlspawner.cfg file in the Data folder of the main RunUO installation. This configuration file can be used to specify certain default values without having to modify the settings in xmlspawner scripts themselves. This can simplify upgrading to new revisions since custom settings can now be specified outside of upgraded scripts and so will be maintained when those scripts are replaced. If you do not wish to use this configuration feature, you do not have to add an xmlspawner.cfg file. In that case, the standard system defaults will be used just as they have in the past. This new feature is completely optional. Below is an example of a configuration file illustrating the current support for some of the common xmlspawner and xmldialog settings. Data/xmlspawner.cfg # This is a sample xmlspawner configuration file # comments can be added anywhere in the file using the # at the beginning of the line # sections are specified with [section] # individual setting assignments have the form 'name=value'. Spaces can be placed around the '=' # empty lines are ignored and can be placed anywhere [XmlSpawner] XmlSpawnDir=Spawns DiskAccessLevel=Administrator SmartSpawnAccessLevel=Administrator defMinDelay=5 defMaxDelay=10 defHomeRange=5 defSpawnRange=5 defRelativeHome=true [XmlDialog] XmlQuestNPCDir=XmlQuestNPC defProximityRange=3 defResetTime=60 defSpeechPace=10 |