not found for parameter object id

Post » Wed Mar 09, 2011 4:46 am

Hi guys! having a bit of an issue here. searched and cant find the solution!

Used CS, created a new Sigil Stone, CS automatically assigns new item ID, which I've noted. Saved mod. Opened data files on launch, ticked the box with mod. In game, console: player.additem ''oxxxxxxx'' 1 and I get the message (No found for parameter object id). Double checked that in CS that all is saved, file is active and that the item is created, double checked ID. and still same issue.

Any clue at what am doing wrong!? Please? :unsure2:


regards
User avatar
Greg Cavaliere
 
Posts: 3514
Joined: Thu Nov 01, 2007 6:31 am

Post » Wed Mar 09, 2011 4:55 am

Any clue at what am doing wrong!? Please? :unsure2:
The first two digits of the form ID will be different ingame. Those two is the current load order index of the mod the item is from, and is typically different when loaded in the CS (where it most often is 01 after Oblivion.esm's 00) than ingame.

OBMM and Wrye Bash both list the load index number for each mod. Use this number as the two first digits in the formId, and you'll get your item.
User avatar
Betsy Humpledink
 
Posts: 3443
Joined: Wed Jun 28, 2006 11:56 am


Return to IV - Oblivion