Help - Search - Members - Calendar
Full Version: Removing stolen goods tag?
The Nexus Forums > Specific Games > Oblivion > Oblivion Modifications > General Mod Talk
Maximus IronFist
Hey all is there a mod or a way to remove the stolen tag from items. My save games became corrupted and I had to start over and I have placed some armor and weapons throughout the game and now when I try to pick them up there is a red hand on them and I keep getting arrested. I dont want to join the thieves guild as i am playing a paladin character.Thanks
buddah
Fingerprint Polishing Cloth 1.0 Mod http://www.strategyinformer.com/pc/theelde...n/mod/5646.html
Vagrant0
Or another option would be to find an empty container somewhere, put all your stolen items inside, open console, select the container, and enter "removeallitems player". It will transfer all the items to the player and remove any ownership flags.
Maximus IronFist
Thanks guys. Sorry it took so long. I forgot where I posted this. whistling.gif
Kythrius
If you have OBSE there is a function to get any inventory object by its number and the number of objects. Here's how it would work:

ref object
ref num

For objectIndex:= 0 through n - 1
set object to player.GetNthItem objectindex
set num to player.GetItemCount object
player.removeItem object num
player.addItem object num
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2009 Invision Power Services, Inc.