hey all
i want to alter a mod im using and was hoping someone could help.
1-how do i take something out of a merchants selling inventory and add to another merchant with a rare chance that the item will be in buyable from him?
hey all
i want to alter a mod im using and was hoping someone could help.
1-how do i take something out of a merchants selling inventory and add to another merchant with a rare chance that the item will be in buyable from him?
First part is simply finding the merchant's chest in the CK and removing the item from there.
Second part needs a leveled list consisting only of that item with an appropriate chance of none. I.e. if you want a 10% chance of getting it, then 90% is the chance of none. Add that list to the other vendor's merchant chest.
For extra credit, do it via a script that runs on game load, so that other mods editing the chests don't overlay yours.