PoorlyAged Posted January 9, 2017 Share Posted January 9, 2017 (edited) I have created a couple of pieces (W and A) in the Original Skyrim and I am attempting to introduce them into the world (I tire of Player.additem). The link here (https://www.dropbox.com/sh/t6vuhrataefjjng/AADOEi5pw6JziHikDwgeEKHEa?dl=0) is to a folder with snapshots of the Render Window and the Cell Data, the Reference data for the cell entry, the container definition, and one of the leveled Items. My current level is 307. However, when I open the chest, I only get the gold and not the items. I did a "player.setlevel 45" just to be sure it wasn't a problem with the advanced level, but nothing changed. Now, this is my first attempt at doing this so please be gentle. I am also aware that it is probably something really simple which I missed. Edited January 9, 2017 by PoorlyAged Link to comment Share on other sites More sharing options...
IsharaMeradin Posted January 9, 2017 Share Posted January 9, 2017 Are you testing on a new game or a save that has not seen your mod? If not, this could very well be the problem. If the container has already been loaded in the game, its status is baked in your save file. In order to test the container without resorting to a new game or older save, you will need to leave the cell and wait the necessary time until the cell resets and the container respawns. Depending upon which cell it is, it might be easiest to COC from the console into one of the testing cells such as QASMOKE then after waiting COC back to the cell with the container. Link to comment Share on other sites More sharing options...
PoorlyAged Posted January 10, 2017 Author Share Posted January 10, 2017 (edited) Are you testing on a new game or a save that has not seen your mod? If not, this could very well be the problem. If the container has already been loaded in the game, its status is baked in your save file. In order to test the container without resorting to a new game or older save, you will need to leave the cell and wait the necessary time until the cell resets and the container respawns. Depending upon which cell it is, it might be easiest to COC from the console into one of the testing cells such as QASMOKE then after waiting COC back to the cell with the container.Unsullied game, with no mods. The Save I am working from does NOT have the MOD. Edit - I just remembered, if I put an item or gold or anything from the leveled lists in the Container form, they do show up in the chest. So I am suspecting that the error is in the LeveledItem forms. Edited January 10, 2017 by PoorlyAged Link to comment Share on other sites More sharing options...
IsharaMeradin Posted January 10, 2017 Share Posted January 10, 2017 I only worked with leveled lists once and that was to add some items via script to existing leveled lists. I don't know enough to give advice on creating and using actual leveled list records. Hope you figure it out or someone comes along that can assist. Link to comment Share on other sites More sharing options...
Recommended Posts