Re: How do you spawn items in a chest? [message #15834 is a reply to message #15791] |
Wed, 10 January 2007 14:49 |
Ratke
Messages: 15 Registered: December 2006
|
|
|
|
"1st post"
http://fabletlcmod.com/wiki/doku.php?id=scripting:books_of_s cripts:treasure_chest
just go to the map you want to place chest in "Albion explorer"
click world editor"
and right click on the 1st name under the tab world
and click wizard then change section in NULL if needed
and change template in to normal treasure chest and use as defination type OBJECT_CHEST_OPENABLE
use Uid generator if you dunt want to make up own uid
then scroll down and search for the object
then scroll into the script and search for chest contents
should be like this
ContainerContents[0] "OBJECT_SWORD_OF_AEONS";
just change Sword of aoens in the thing you want
and for every content you add it must be like this
ContainerContents[0] "OBJECT_SWORD_OF_AEONS";
ContainerContents[1] "OBJECT_SOMETHING";
ContainerContents[0] "OBJECT_SOMETHING";
and then you change the location by draggin the dot to where you want and rotate it if you want
hope i helped
"sorry if lil unclear im bad in explaining thing"
[Updated on: Wed, 10 January 2007 14:50] Report message to a moderator
|
|
|