Created pickaxe won't mine ore?

Post » Tue Jun 19, 2012 11:41 pm

I've created a new pickaxe in the CK; however, it tells me that I need a pickaxe when I try to mine an ore node. The problem only seems to occur with new pickaxes that I've created, and not the generic pickaxe or notched pickaxe (both of those work fine). Even if I create an exact duplicate of the generic pickaxe, with nothing else changed except for the ID and name, it still won't mine an ore node.

Is there any fix to this? I tried looking to see if a pickaxe has a special script or code that allows it to mine, but I couldn't find anything.
User avatar
Sunny Under
 
Posts: 3368
Joined: Wed Apr 11, 2007 5:31 pm

Post » Tue Jun 19, 2012 10:45 pm

When you go to mine it says 'Do you have THIS object', so when you make your new pickaxe, the game doesnt know it's a pickaxe, it just isnt the right item. Find where it checks for 'pickaxes' and add your new one to the list.
User avatar
Richus Dude
 
Posts: 3381
Joined: Fri Jun 16, 2006 1:17 am

Post » Tue Jun 19, 2012 10:06 am

When you go to mine it says 'Do you have THIS object', so when you make your new pickaxe, the game doesnt know it's a pickaxe, it just isnt the right item. Find where it checks for 'pickaxes' and add your new one to the list.

Ah, thank you! I was able to drag my custom pickaxe into the form list.
User avatar
sophie
 
Posts: 3482
Joined: Fri Apr 20, 2007 7:31 pm

Post » Tue Jun 19, 2012 9:56 pm

If you'd like to make your plugin a little more mod-safe, you can also add the new pickaxe to that list via script - http://www.creationkit.com/AddForm_-_FormList. This way you'll be compatible with other mods that might otherwise conflict if they're also trying to modify that formList.
User avatar
Ricky Rayner
 
Posts: 3339
Joined: Fri Jul 13, 2007 2:13 am

Post » Tue Jun 19, 2012 7:05 pm

If you'd like to make your plugin a little more mod-safe, you can also add the new pickaxe to that list via script - http://www.creationkit.com/AddForm_-_FormList. This way you'll be compatible with other mods that might otherwise conflict if they're also trying to modify that formList.

OH REALLY!? Sweet. I will be mentioning this on the Wiki somewhere when I get a chance.
User avatar
Richard Thompson
 
Posts: 3302
Joined: Mon Jun 04, 2007 3:49 am

Post » Wed Jun 20, 2012 1:21 am

If you'd like to make your plugin a little more mod-safe, you can also add the new pickaxe to that list via script - http://www.creationkit.com/AddForm_-_FormList. This way you'll be compatible with other mods that might otherwise conflict if they're also trying to modify that formList.
You guys added this functionality!!! :banana:
User avatar
Dragonz Dancer
 
Posts: 3441
Joined: Sat Jun 24, 2006 11:01 am


Return to V - Skyrim