QUOTE (StarRyder @ November 24, 2007 10:29 am) |
First when u import spwan from lets say Distro that ezy 2 Nd i want to save each facet alone not a global save of all that imported how i do that properly plz 3 The path where they will save em selves like i would want the to save like c:\RunUO-2.0-RC1\XML Saves so in the ud have xmlsave fel,xmltra, ect how would i proced to doing that atm i cant well they dont save in the folder i wish em to save in and after that when i do this manually [xmlloasd dont find the directory there in get detailed info please Arty ![]() and VERY IMPORTANT with distro u can populate the doors sign ect with the Primium Spawner System is there a way to do the same with this has i asked for xml save ?? i mean what if i clear a facet and i want to repopulate the facet doors and all i only want to populate fel not whole world like with this swapner does cause the XML system dont take these in its saves is there a unpopulate method with the diatro ? thx many thx what i mean is there a way to unpopulate the world gump facet per cafet and repopulate it ?? |
CODE |
public static string XmlSpawnDir = "Spawns"; // default directory for saving/loading .xml files with [xmlload [xmlsave |
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. |
QUOTE |
# 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 |