RhalexDoesMods Posted December 26, 2017 Share Posted December 26, 2017 After the entire "what the **** is happening to the models" situation I had, I decided to add custom versions of weapons and ammo to the game, and that I did. I'm trying to make Moira sell some "Electron Charge Shells" which is the custom ammo I've made for a custom energy shotgun called "Laser Sawed-Off Shotgun". I have the container in VendorChestsCell set up, and the reference is good, but the items are still not being sold by Moira, even after I waited 3 days for it to 'respawn' What am I doing wrong? Link to comment Share on other sites More sharing options...
Mktavish Posted December 26, 2017 Share Posted December 26, 2017 If you are trying to do it the recommended way ... of making a second container and marking it as respawns.Then you need to run a script that will add the items to her regular merchant container as described here. http://geck.bethsoft.com/index.php?title=Adding_items_to_vendors But you could simply drop your items in her merchant container "VendorChestBuriedMoiraBrown" Base-IDLike put a stack of 10 of your custom ammo in there next to the 3 other lvled list items. And that stack will respawn that many every time. But if you went deeper into the general store list ... placing them say within ... VendorAmmoEnergy , which has a 25% chance to not spawn. Then they would not show up all the time ... and notice one of them says level 5 ... so if placed within that list ... they wouldn't be there till player was lvl 5 , 75% of the time. These second 2 methods are not recommended for a mod you wish to release public. But it should work fine for personal use. Otherwise follow the instructions on that wiki page. Link to comment Share on other sites More sharing options...
RhalexDoesMods Posted December 26, 2017 Author Share Posted December 26, 2017 If you are trying to do it the recommended way ... of making a second container and marking it as respawns.Then you need to run a script that will add the items to her regular merchant container as described here. http://geck.bethsoft.com/index.php?title=Adding_items_to_vendors But you could simply drop your items in her merchant container "VendorChestBuriedMoiraBrown" Base-IDLike put a stack of 10 of your custom ammo in there next to the 3 other lvled list items. And that stack will respawn that many every time. But if you went deeper into the general store list ... placing them say within ... VendorAmmoEnergy , which has a 25% chance to not spawn. Then they would not show up all the time ... and notice one of them says level 5 ... so if placed within that list ... they wouldn't be there till player was lvl 5 , 75% of the time. These second 2 methods are not recommended for a mod you wish to release public. But it should work fine for personal use. Otherwise follow the instructions on that wiki page.I'll try this, and I'll report back on what happens. Link to comment Share on other sites More sharing options...
RhalexDoesMods Posted December 26, 2017 Author Share Posted December 26, 2017 (edited) After making a dummy quest to add the items to Moira's inventory, saved the mod, and started my game, it still isn't there. So I'll just stick with adding the items to her own containers, after I try editing everything. EDIT: Still nothing. Edited December 27, 2017 by RhalexDoesMods Link to comment Share on other sites More sharing options...
Mktavish Posted December 27, 2017 Share Posted December 27, 2017 make a new file for dropping items in Moria's burried chest Link to comment Share on other sites More sharing options...
Mktavish Posted December 27, 2017 Share Posted December 27, 2017 it will work Link to comment Share on other sites More sharing options...
RhalexDoesMods Posted December 27, 2017 Author Share Posted December 27, 2017 it will work I didn't make a new .esp file to try again, but now it works. Thanks, man! Link to comment Share on other sites More sharing options...
Recommended Posts