Jump to content
⚠ Known Issue: Media on User Profiles ×

berettastorm88

Members
  • Posts

    2
  • Joined

  • Last visited

Nexus Mods Profile

About berettastorm88

berettastorm88's Achievements

Newbie

Newbie (1/14)

  • First Post
  • Conversation Starter
  • Week One Done
  • One Month Later
  • One Year In

Recent Badges

0

Reputation

  1. So I went back through and have changed the script to use the RefID of the container and the FormID of the actor Torres, or at least what appears to be, but it still doesn't seem to want to compile. How do I know the IDs are the appropriate IDs? I'm using what the GECK has listed as the RefID and FormID. If not how would I manually assign the IDs? Is there a chance the issue is coming from me trying to duplicate the original chest and changing the values for the name and Ref after? On another note I have changed the "VendorContainerTorresREF2" to something more appropriate, thank you for mentioning that! I'm also guessing there's no system at all for completely changing what trunk a vendor might use? For example at some point in a quest maybe a vendor stops selling chems and food and now only sells from a new separate trunk of weapons and armor.
  2. I'm currently working on a mod to change the available inventory of an existing merchant in game, specifically Knight Torres. I'm looking to add a new container of goods into her vendor inventory after completion of either the quests "Eyesight to the blind" or "Tend to your business". At the moment I have made a second container that has new items to be sold and I'm looking to either add those items by setting the new containers ownership to Knight Torres or another option would be to swap her original vendor container to my new container that would include her old items along with the new ones I'm including. Where I'm running into issue is how to set the ownership of that new container The GECK wiki states that the syntax would be RefID.SetOwnership Owner:FormIDI currently have VendorContainerTorresREF2.SetOwnership Owner:TorresREF (I have also swapped "TorresREF" with the FormID I found in the GECK with no luck either) and it doesn't seem to be accepting the change in code as the GECK doesn't accept the script when I hit OK and am wondering what I might be messing up here As for the alternate option, does anyone know who the code/script would be to completely change a merchants vendor container to a completely new one you have created?
×
×
  • Create New...