Jump to content

I would like to learn how to edit leveled lists


Arcelas

Recommended Posts

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

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 by Maskar
Link to comment
Share on other sites

  • Recently Browsing   0 members

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