Jump to content

Automated level list.... how?


Guest deleted95234838

Recommended Posts

Guest deleted95234838

I know how to use the script but what I don't get is how to set the level which gear should start to show up at. I used the script for some armors and they all showed up at level 1 npcs. I want them to show up on level 50... how do I do this? I read the description of the mod and watched the youtube video. None of it makes any real sense to me.

Edited by TheSlowLoris
Link to comment
Share on other sites

in the LeveledItem.psc there is this function:


; Adds the given count of the given form to the under the given level in this leveled list

Function AddForm(Form apForm, int aiLevel, int aiCount) native


So use MyLeveledItem.AddForm(MyForm, 50, 1)

Link to comment
Share on other sites

Guest deleted95234838

 

in the LeveledItem.psc there is this function:
; Adds the given count of the given form to the under the given level in this leveled list
Function AddForm(Form apForm, int aiLevel, int aiCount) native
So use MyLeveledItem.AddForm(MyForm, 50, 1)

 

Uhhh Can you show me in pictures or something please? I'm dumb.

Link to comment
Share on other sites

Guest deleted95234838

oh are you talking about this mod? https://www.nexusmods.com/skyrimspecialedition/mods/25395/

When choosing the there is a level option on the right. change it to 50

Yeah that's the mod. I've tried that and it didn't work all my items were still showing up at level 1. I might be doing something wrong or missing a step but I just can't figure it out.

Edited by TheSlowLoris
Link to comment
Share on other sites

  • Recently Browsing   0 members

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