Jump to content

Level locked Recipies


Phanatos

Recommended Posts

Hopefully one of the many modders here can help a new modder out:)

 

What I am trying to do is, using the creation kit, is make certain craftable items level locked, like they are in dungeons.

The reasoning behind this is that I want to make items like the Nightingale Armor craftable, but since it comes in leveled versions, I only want the appropriate level item to show up in the crafting list.

 

I am not sure if this is even at all possible with the CK, but i hope it is.

 

I guess if its not possible I can just perk limit the items in an appropriate tree. But that may turn out unfair to characters who say don't have enough perks in the sneak tree or smithing tree. As well as cause conflicts with mods that change the trees.

 

I have already quest locked the items but I would like to level lock them as well.

 

Thanks for any and all help.

Link to comment
Share on other sites

In the recipie window you'll find the match conditions section. This is where you can add conditions to limit use of of your recipie. Right click and select new.

 

In the Condition Fuction box scroll down and select GetLevel

 

In the Comparison box select >= (equal or greater than)

 

In the Value box type the level at which you want the recipie to appear e.g. 50

 

Click OK. Boom, you're done.

 

As well as setting minimum levels for the item to appear you can also set the maximum level too. Just create another condition and set the comparison to <= (less than or equal to) and your desired maximum level.

Link to comment
Share on other sites

In the recipie window you'll find the match conditions section. This is where you can add conditions to limit use of of your recipie. Right click and select new.

 

In the Condition Fuction box scroll down and select GetLevel

 

In the Comparison box select >= (equal or greater than)

 

In the Value box type the level at which you want the recipie to appear e.g. 50

 

Click OK. Boom, you're done.

 

As well as setting minimum levels for the item to appear you can also set the maximum level too. Just create another condition and set the comparison to <= (less than or equal to) and your desired maximum level.

 

Thank You so much:) Now my list won't be flooded with Nightingale armors.

Link to comment
Share on other sites

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...