Jump to content

What is the Gun Runners vendorbox REF?


Aceofrogues

Recommended Posts

For clarity ... You mean this cell "VendorChestsCell"

 

And the particular container item with Base-ID "VendorChestBuriedFlakAndShrapnel"

 

Which is the only one in that cell with a blank "Ref-ID" field.

But if you notice there are numbers in brackets next to the field.

Which in this case is [000B420E] the form ID that is created automatically when you drop something in the render window.

The Ref-ID field is just for us humans to better understand what it is ... and is not needed for the computer to understand ... thereby you can use the form-id in place of it ... or make one if you so choose. But will always be tied to the form id.

Link to comment
Share on other sites

Thank you for replying and taking the time to check.

I'm talking about New Vegas, but it should work the same way.

The problem i'm having is using the form ID isn't allowing me to save the script.

 

scn MoreAmmoCraftingSuppliesVendortron
Begin Gamemode
If (000ED4CF.GetItemCount BoxCase10mm <= 300)
000ED4CF.AddItem BoxCase10mm 100
EndIf
end


It works if I use one of the Ref-id of the other chests.
Link to comment
Share on other sites

 

Thank you for replying and taking the time to check.

 

I'm talking about New Vegas, but it should work the same way.

 

The problem i'm having is using the form ID isn't allowing me to save the script.

 

scn MoreAmmoCraftingSuppliesVendortron
Begin Gamemode
If (000ED4CF.GetItemCount BoxCase10mm <= 300)
000ED4CF.AddItem BoxCase10mm 100
EndIf
end

 

 

It works if I use one of the Ref-id of the other chests.

 

 

I was talking about NV also. So it helps to be specific ... in this case the difference between "VendorChestCell" and "NVVendorChestCell" Both are within FNV esm , which I just loaded gun runners and the main file in geck to look.

 

But now I am perplexed because the box with the form-ID for its ref form ... you posted

[000ED4CF] already had a typed in Ref-ID

VendortronContainerREF

 

And depending on your load order ... I think the form ID's can get shuffled around a bit for the first characters in the ID ? But don't forget , you can always just add a Ref ID if they don't have one.

Albeit I think there is better ways to do what your attempting like dubious mentioned.

But if its for your personal use and it's been working ... just go with it till it don't.

Link to comment
Share on other sites

  • Recently Browsing   0 members

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