» Sun Oct 17, 2010 5:23 pm
There is no single list that covers all vendors' inventories, so you'll have a lot of work to do. The "always" part also makes it harder to add the item, as it can't be put in a list that the game will randomly select from.
Whatever method you choose needs to consider compatibility with other mods. If you add your item directly to every vendor's merchant chest, any other mod that does so will undo yours. Diito for a direct addition to the NPC's inventory, So the "safe" methods are to add an additional vendor container, or use a script with AddToLeveledList to do it. Either way, it's going to be a lot of work to achieve what you want.