Staff enchanter issue

Post » Wed Feb 12, 2014 3:24 am

Hi.

I have just discovered, that my Mod has some kind of bug, where you can create items through the Staff Enchanters on Solsteim. Is it possible to fix that issue? - I just wanted to make it possible to enchant it by an enchantment table, not the ability to make an infinite number of the items without spending anything at all.

All I have done it added it to the constructable list with the WICraftingEnchanting, and have made following conditions:

EPTemperingItemIsEnchanted != 1 AND

HasPerk Perk: 'Enchanter80' == 1 AND

Any help will be appreciated :-)

User avatar
emma sweeney
 
Posts: 3396
Joined: Fri Sep 22, 2006 7:02 pm

Post » Wed Feb 12, 2014 3:53 pm

You could try adding the condition

IsCurrentFurnitureObj DLC2CraftingStaffWorkbench == 0

to your constructible object conditions list.

Edit: or actually, that would make your mod require Dragonborn as a master. So instead, you could add the conditions

IsCurrentFurnitureObj CraftingEnchantingWorkbench == 1 OR

IsCurrentFurnitureObj CraftingEnchantingWorkbenchTabletop == 1

(make sure you get the OR right). Your mod won't work with custom enchanting tables, but those are pretty rare, besides the Frostfall portable enchanter.

User avatar
Tanya
 
Posts: 3358
Joined: Fri Feb 16, 2007 6:01 am

Post » Wed Feb 12, 2014 1:19 pm

I will give it a try ;). I will report back with the result.

User avatar
Kevin S
 
Posts: 3457
Joined: Sat Aug 11, 2007 12:50 pm

Post » Wed Feb 12, 2014 6:52 am

Tyvm :D. It seems to work perfectly :)

User avatar
Robert DeLarosa
 
Posts: 3415
Joined: Tue Sep 04, 2007 3:43 pm


Return to V - Skyrim