Full Version : how do I
xmlspawner >>XMLSpawner - How do I? >>how do I


<< Prev | Next >>

x7t- 11-23-2008
How do I spawn an item using the itemid what im trying to do is spawn an open book of truth but when I use bookoftruth on the spawner it spawns the closed one instead

Lichtblitz- 11-24-2008
That's RunUO-basics. You can spawn items in a similar way you add them manually ingame.

[add bookoftruth
is the same as bookoftruth in your spawner

If you wish to spawn an (non functional, decorative only) item with a specific itemid you would use the command

[add item 123
which is the same as item,123 in your spawner. Substitute 123 with your desired itemid.

If you wish to just change the appearance of your book of truth it is as simple as changing its itemid.

[add bookoftruth set itemid 123
which is the same as bookoftruth/itemid/123 in your spawner. Again simply change the value for itemid.