Can't improve a new weapon

Post » Wed Jun 20, 2012 6:40 pm

Hi!

I recently ported my weapon mod from oblivion to skyrim but I'm having problems.

For some reason the new weapon can't be improved on a grindstone. How can I make it available for improving?
And by the way does improving the weapon also affect it's crital dmg?

The second thing I'm wondering is that player.additem command doesn't work for the new weapon? I'm presuming the form ID is the one used to call the item.
User avatar
Scotties Hottie
 
Posts: 3406
Joined: Thu Jun 08, 2006 1:40 am

Post » Wed Jun 20, 2012 10:41 pm

Look up other weapons and take note of their tempering data.

Are you adjusting the ID to account for load order?
User avatar
Kaley X
 
Posts: 3372
Joined: Wed Jul 05, 2006 5:46 pm

Post » Thu Jun 21, 2012 2:04 am

Look up other weapons and take note of their tempering data.

Are you adjusting the ID to account for load order?

Thanks! I found the tempering data but how does the load order affect the form id?
User avatar
Michelle Serenity Boss
 
Posts: 3341
Joined: Tue Oct 17, 2006 10:49 am

Post » Wed Jun 20, 2012 7:50 pm

What is the name of your weapon? In the Skyrim console, type 'help 4'. That should display all items with that name, as well as their form ID's. You can use that info to use player.placeatme or player.additem.
User avatar
Mario Alcantar
 
Posts: 3416
Joined: Sat Aug 18, 2007 8:26 am

Post » Wed Jun 20, 2012 3:32 pm

What is the name of your weapon? In the Skyrim console, type 'help 4'. That should display all items with that name, as well as their form ID's. You can use that info to use player.placeatme or player.additem.

Thanks! I found the id finally.
User avatar
Marina Leigh
 
Posts: 3339
Joined: Wed Jun 21, 2006 7:59 pm


Return to V - Skyrim