Arcelas Posted September 28, 2011 Share Posted September 28, 2011 I love the insane numbers of weapons and armor the amazing artists on this site and others have created. I love them so much, that I have almost all of them on my HD, and 90% of those running in my game. That being said, I'd like to learn how to add various armors and weapons to the leveled lists. to have majorly epic armor laying on the ground in IC or in a chest outside the sewers is too tempting for me, and my lvl 1 character is one shotting everything, then there goes my game. it'd be cool if say I could make it a % drop from a group of npcs. I have searched this forum several times, but to no avail. the closest thing i found was the NFF (not for free) esps. I'd like to do that on a gamewide scale. Thanks for reading my inane ramblings and for any help you can give an old gamer. Link to comment Share on other sites More sharing options...
Maskar Posted September 28, 2011 Share Posted September 28, 2011 (edited) Use the AddToLeveledList function (requires OBSE). I used something like the following in one of my mods: if ( GetLevItemIndexByForm VendorIngredientsFood BPNCanteenFullWater ) == -1 AddToLeveledList VendorIngredientsFood BPNCanteenFullWater This will add a custom item (canteen) to a leveled list. Just replace the item and leveled list with whatever you want to add to what (existing) list. Edited September 28, 2011 by Maskar Link to comment Share on other sites More sharing options...
AlfredTetzlaff Posted September 29, 2011 Share Posted September 29, 2011 Have a look at this tutorial. Link to comment Share on other sites More sharing options...
Maskar Posted September 29, 2011 Share Posted September 29, 2011 (edited) Have a look at this tutorial. I strongly suggest not overwriting leveled lists directly, to avoid compatibility issues and use the AddToLeveledList function instead. Edited September 29, 2011 by Maskar Link to comment Share on other sites More sharing options...
Recommended Posts