Can someone help me with player.additem console command...

Post » Wed Nov 05, 2014 8:32 am

The object id is ZBW_BH_Hood

The form id is 0100798D

I keep getting errors when i type the command in.

The mod author told me i need to type in the formid number,so i typed:

player.additem 0100798D 1

and i got the following error:

Iem 0100798D not found for parameter object id.

so what am i doing wrong?

User avatar
Rachel Hall
 
Posts: 3396
Joined: Thu Jun 22, 2006 3:41 pm

Post » Wed Nov 05, 2014 10:04 am

in General...

go to console

type "help ZBW_BH_Hood" without the quotes

You should get a list of things including the id number for this item.

player.additem xxxxxxxx 1 should give you the item.

As far as I know the 01 at the beginning means it is part of the first mod in your mod list. You could try 02 or 03 or 04 perhaps, or just double check that the number is correct. If this doesn't help - sorry but I dunno....

User avatar
jeremey wisor
 
Posts: 3458
Joined: Mon Oct 22, 2007 5:30 pm

Post » Wed Nov 05, 2014 10:43 am

The first two digits are the plugin's load order ID. It may be 01 for the author, but it will be different depending on where it is in your load order. XX00798D where XX are the position in your load order.

Also make sure he gave you the base formID and not one of the placed item's RefID.

User avatar
latrina
 
Posts: 3440
Joined: Mon Aug 20, 2007 4:31 pm

Post » Wed Nov 05, 2014 5:27 pm

ok if oind the formid number in the object window,it said ZBW_BH_Hood and i left the cursor on that and it appeared is that right.

User avatar
Kaley X
 
Posts: 3372
Joined: Wed Jul 05, 2006 5:46 pm


Return to V - Skyrim