Guest deleted95234838 Posted June 30, 2023 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
dylbill Posted June 30, 2023 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)
Guest deleted95234838 Posted June 30, 2023 Posted June 30, 2023 On 6/30/2023 at 2:03 AM, dylbill said: 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.
dylbill Posted June 30, 2023 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
Guest deleted95234838 Posted June 30, 2023 Posted June 30, 2023 (edited) On 6/30/2023 at 5:45 AM, dylbill said: 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
Recommended Posts