Full Version : Delete an Attachment as a quest reward
xmlspawner >>XMLSpawner - Attachments >>Delete an Attachment as a quest reward


<< Prev | Next >>

Ednyved- 02-25-2008
Another problem I'm having trouble overcoming on my own...

I have a quest which I would like to use as redemption for players who previously made a choice which prohibited them from redoing a different quest.

I'm trying to make the reward for the redemption quest the deletion of the attachment which prevents them from redoing the other quest.

I've tried:

autoreward/true/rewardstring/SETONTRIGMOB/ATTACHMENT,XmlMagicWord,endangered,dodelete/true

and a few other attempts, but am not quite nailing it yet.

As always, I'd really appreciate any input/advice. Also as always thank you very much ahead of time.



ArteGordon- 02-26-2008
the autoreward feature is limited. You cannot perform arbitrary actions like you can if it was a spawner, although adding the ability to do that is a good idea.
The rewardstring only accepts an item specification. Basically it describes something that can be put into the reward bag.

I'll think about adding a RewardAction property to the quests.

Ednyved- 02-26-2008
Thanks again, Arte.

I suppose I can set autoreward to false and have a spawner look for the completed questbook. The spawner can then delete the attachment... seems that would work, eh?


ArteGordon- 02-26-2008
yes, that would be the way to do it.

I will be adding the RewardAction modification to questholders in the beta v3.25 update if you wanted to try that out.

Ednyved- 02-26-2008
Sounds fantastic! Looking forward to it. smile.gif

ArteGordon- 02-27-2008
updated beta v3.25 now supports the RewardAction feature.

http://xmlspawner.15.forumer.com/index.php...3&st=0#entry115