Full Version : XmlSpawner2 v3.20 [RunUO 2.0] released
xmlspawner >>XMLSpawner - Releases & Updates >>XmlSpawner2 v3.20 [RunUO 2.0] released


<< Prev | Next >>

ArteGordon- 03-07-2007
New to version 3.20
updated 3/06/07
Bug Fixes
- fixed a deserialization problem in the XmlUse attachment that was introduced in v3.19.

Modified Features
- disabled spawn entries (lock icon next to entry in spawner gump) are now ignored when determining availability of a subgroup for spawning.

- added support for console reporting of unrecognized settings during xmlspawner.cfg loading. The AssignSettings method must now return a bool instead of void. A true value means successful setting, false means an unsuccessful or unrecognized setting.
CODE

public static bool AssignSettings(string argname, string value)


New Features
- added the "BlockKeyword=keyword[,keyword]..." configuration option to the XmlSpawner section of xmlspawner.cfg to allow selected xmlspawner keywords to be blocked. This will disable their use in any context, including spawners, xmldialogs, etc.
For example, to block the use of the BROWSER and SETACCOUNTTAG keywords, add this entry to the [XmlSpawner] section of xmlspawner.cfg

BlockKeyword=BROWSER,SETACCOUNTTAG

- added the new "BROWSER/url" standalone keyword that will open a web browser to the specified url. This can be used in a spawner entry on a triggered spawner to open a browser to the triggering player. It can also be used as an Action in an XmlDialog or an XmlUse attachment.

- added the browser.xml example to xmlextras.zip demonstrating the use of the BROWSER keyword in an XmlUse attachment. The example creates two signs that will open browsers to the RunUO and XmlSpawnerFan forums when double clicked. To test this out, just do an "[xmlloadhere browser.xml".