Hello to all,
I tried to find an answer to my quest, but I'm lost.
I added with the command [add QuestHolder a book. I modified with [props and got a custom quest book.
How can I create a spawn of that book with properties modified by me?
Thank you all.

Scriba_3-29_18.51.jpg
 
Maybe add your new properties in the script? If you need help doing this post the script in script support along with the properties you would like to add.
 
Sorry, maybe I've mis-described what I want to do.
Change my example.
I add on the ground with the command [add sword, a simple basic sword.
With the command [props, change HUE, name and change the Bonuses. I do not create any scripts.
I would like to create a spawn of this sword, without having to create or edit scripts.
What you do following the "xmlspawner NPC" guide, applying it to an object.
I hope I was clear.
Sorry for my english google.
Thank you
[doublepost=1522420215][/doublepost]finally found a solution.
Referring to the QuestHolder example, I inserted the string directly into the spawn book. See Attachment.
In this way the spawn generates the personalized QuestHolder, without writing scripts.
A better solution would be to have the configuration read from a .xml file.
Does anyone know how to do ?

Scriba_3-30_16.26.jpg
Scriba_3-30_16.31.jpg
 
Last edited:
Back