Jump to content

Item Codes


Spoonyscarecrow

Recommended Posts

I have searched the internet(probobly in the wrong places) for how to find an items ID code, but all I get is a list from the Vanilla items in Oblivion and not ones I have downloaded, If i wanted my guards in to use a downloaded weapon I would need the id code if I was to do this via the command console (additem, equipitem) Any help to where an answer us would be greatly appreciated.
Link to comment
Share on other sites

So what you would have to do is open the mod in the construction set and look up the item number. Then you have to look at your Oblivion mod manager and determine position in the load order.

 

For example sword 00056932 is in the fourth mod in your load order.

 

Drop all those zeros 00056932 --> 56932

 

fourth mod in the load order yields the numbers 04 I believe.

 

Load Order + BaseId#

 

XX + XXXXX

 

04 + 56932

 

0456932

 

Player.AddItem 0456932 1

Link to comment
Share on other sites

  • Recently Browsing   0 members

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