PimpChu Posted October 1, 2012 Share Posted October 1, 2012 so, out of my 5 vanilla houses and 4-5mod castles and stuff, ive lost Auriel's bow. now, no matter what i do, i cant find a base ID for it, to add a new one :| anyone have any idea how i can resolve my epic screw up? going back to an oldddd save isnt an option, sone waaay too much. looked high and low in every weapon mount, weapon rack, chest, cupboards, wardrobes, or anything like that. im at a total loss.....i never got to shoot at the sun :( Link to comment Share on other sites More sharing options...
OakRain Posted October 1, 2012 Share Posted October 1, 2012 Try this - player.additem xx000800 1 In my game DG loads third in my load order so I replace xx with 02. Useful link - UESPWiki Link to comment Share on other sites More sharing options...
PimpChu Posted October 1, 2012 Author Share Posted October 1, 2012 have tried it before, and it doesnt recognize it as a valid ID :( im guessing there is a difference between base ID and Form ID? Link to comment Share on other sites More sharing options...
OakRain Posted October 1, 2012 Share Posted October 1, 2012 Well that is odd,I don't know why it's not working for you. I just tested the code in game and it worked just fine.One Auriel's Bow was added to my inventory. What are the first two digits you see on items if you you open the console and type - help auriel ? Link to comment Share on other sites More sharing options...
AnkhAscendant Posted October 1, 2012 Share Posted October 1, 2012 That is what I was going to suggest; if you console - help "auriel's bow" - shouldn't it give you exactly the ID you need? Not that I've ever tried it on Auriel's Bow, but it works for other unique items. Link to comment Share on other sites More sharing options...
jdwarhead11 Posted May 24, 2013 Share Posted May 24, 2013 (edited) Every time Auriel's bow goes into my inventory it disappears. any ideas? Edited May 24, 2013 by jdwarhead11 Link to comment Share on other sites More sharing options...
nenom Posted October 4, 2015 Share Posted October 4, 2015 have tried it before, and it doesnt recognize it as a valid ID :sad:im guessing there is a difference between base ID and Form ID? This problem ocures due to the order of instalation of your DLCs. Depending on that first two letters become either "01", "02", "03" or "04" instead of "xx"So you should try writing: "player.additem 01000800 1", "player.additem 02000800 1", "player.additem 03000800 1" or "player.additem 04000800 1" instead of regular "player.additem xx000800 1" Link to comment Share on other sites More sharing options...
KoreIII Posted January 30, 2018 Share Posted January 30, 2018 Thank you OakRain, this worked for me. "Try this - player.additem xx000800 1In my game DG loads third in my load order so I replace xx with 02" Link to comment Share on other sites More sharing options...
Recommended Posts