Full Version : What's in the next release?
xmlspawner >>XMLSpawner - Releases & Updates >>What's in the next release?


<< Prev | Next >>

ArteGordon- 12-28-2005
Changelog for the upcoming RunUO 2.0-compatible release

I will be updating this as changes are added to the next release so that you can see what is coming.

New to version 3.25

Bug Fixes

Modified Features
- added support for displaying attachment information for any attachments placed on the spawner in the properties list on mouseover. The XmlParagon system makes use of this feature to display paragon status.

- disabled the weight display in the spawner properties list that was being shown on mouseover due to recent changes in the SVN.

New Features
- added the new 'RewardAction' property to questholders. This allows an action to be performed when a quest is completed. The action string can be any spawnable action or set of actions (separated by semicolons). This applies when autoreward is set to true and will be performed in addition to giving out any reward items or attachments that have been specified. (thanks to Ednyved for the suggestion).
For example, you could add a sound to be played when a quest was completed by spawning a questholder like this

questholder/objective1/KILL,orc/autoreward/true/rewardaction/SOUND,350

or spawn a named creature

questholder/objective1/KILL,orc/autoreward/true/rewardaction/@troll/name/MyBuddy
or send a message

questholder/objective1/KILL,orc/autoreward/true/rewardaction/@SENDMSG/Now that was easy!

or do something such as open a nearby door

questholder/objective1/KILL,orc/autoreward/true/rewardaction/@SETONNEARBY,10,,metalgate/open/true

or do multiple things

questholder/objective1/KILL,orc/autoreward/true/rewardaction/@troll/name/MyBuddy ; SETONNEARBY,10,,metalgate/open/true


NOTE: The attached beta zip file contains the modifications that are scheduled for the next release. These are beta test modifications and while they are generally what will end up in the actual release, they can change, so I do not recommend using them on a production shard until they have actually been released.