Maximus IronFist
May 19 2008, 02:15 AM
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
May 19 2008, 03:28 AM
Vagrant0
May 19 2008, 04:55 AM
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
May 20 2008, 07:11 PM
Thanks guys. Sorry it took so long. I forgot where I posted this.
Kythrius
May 20 2008, 11:00 PM
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