Jump to content

Removing stolen goods tag?


Maximus IronFist

Recommended Posts

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
Link to comment
Share on other sites

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.
Link to comment
Share on other sites

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

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...