Guest deleted95234838 Posted June 30, 2023 Share Posted June 30, 2023 (edited) 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 June 30, 2023 by TheSlowLoris Link to comment Share on other sites More sharing options...
dylbill Posted June 30, 2023 Share Posted June 30, 2023 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 More sharing options...
Guest deleted95234838 Posted June 30, 2023 Share Posted June 30, 2023 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 listFunction 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 More sharing options...
dylbill Posted June 30, 2023 Share Posted June 30, 2023 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 Link to comment Share on other sites More sharing options...
Guest deleted95234838 Posted June 30, 2023 Share Posted June 30, 2023 (edited) 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 50Yeah 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 June 30, 2023 by TheSlowLoris Link to comment Share on other sites More sharing options...
Guest deleted95234838 Posted June 30, 2023 Share Posted June 30, 2023 I gave up and went to SkyAI_V2 Link to comment Share on other sites More sharing options...
Recommended Posts