Full Version : XML Spawner little question please here !!
xmlspawner >>Q&A >>XML Spawner little question please here !!


<< Prev | Next >>

StarRyder- 12-25-2007
Hi Mery Xmass to all

i was looking for where the command ligne is for when u do this
xmlsave <<<<where is this found in xml spwaner i looked every where couldnt find it cause id like i chagne its path when saving in a given directory or is there a comand i didnt find it yet how to do so

ex: [xmlsave feluccia XML world Save

what i mean i want em to go in this directory
(c\RunUO-2.0-RC1\Scripts\XML World Save

The Art been a while but Best wish to you ,family and the XML Team

John

ArteGordon- 12-26-2007
you can give it a pathname when you save like

[xmlsave Data\Spawns\felucca\myspawns.xml

or

[xmlsave Data\Spawns\felucca\myspawns.xml felucca

if you wanted to also use a name filter


I wouldnt put it in the Scripts folder though. That should only be for .cs files.

The list of commands is here
http://xmlspawner.15.forumer.com/index.php?showtopic=29

If you wanted to change the default folder for spawns you can specify it with an XmlSpawnDir entry in the Data\XmlSpawner.cfg file

from xmlspawner2.txt

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


StarRyder- 12-26-2007
Many Thx Art
i was wondering how you get the svn exe lastest version
here where you get the revision folders needed
http://svn.runuo.com/repos/runuo/devel/
and i suppose this is where the folders are revised ?
from this have a guide on how to build the runuo.exe ?
or am i asking to much

anyways i thx you for ur support

also y cant we go up a folder it asks you a username and password im curios hehe thx

ArteGordon- 12-27-2007
QUOTE (StarRyder @ December 26, 2007 10:26 pm)
Many Thx Art
i was wondering how you get the svn exe lastest version
here where you get the revision folders needed
http://svn.runuo.com/repos/runuo/devel/
and i suppose this is where the folders are revised ?
from this have a guide on how to build the runuo.exe ?
or am i asking to much

anyways i thx you for ur support

also y cant we go up a folder it asks you a username and password im curios hehe thx

this link has a compiled .exe and a link to instructions on getting the svn scripts.
http://xmlspawner.15.forumer.com/index.php?showtopic=580