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.
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.
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?
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.
Sounds fantastic! Looking forward to it.
updated beta v3.25 now supports the RewardAction feature.
http://xmlspawner.15.forumer.com/index.php...3&st=0#entry115