» Sat May 28, 2011 1:16 pm
Typically, containers in Fallout 3 don't respawn. Item loss is typically due to other factors, such as NPCs taking the items or stolen items getting flushed from unowned containers. The solution to both problems is to simply set the ownership of the container to the player. This can be done with the console, just click the container and type:
setownership 7
This will set the ownership of the container to all NPCs with the BaseID of 00000007, in other words, the player character's BaseID. Since only one "NPC" has that baseID, no one can steal your stuff even if the container is unlocked.