Jump to content

Edit History

Please note that revisions older than 365 days are pruned and will no longer show here
pyro557

pyro557


Fixed

Hello again I am trying to add gas to the resource pool for quests using the following  code but i get a yellow console message that says it didnt get applied and I am unsure what to change to fix it. Thank you in advance for any help you guys give.

 

<append xpath="/loot/lootgroup[@name='groupQuestResources']">
    <item name="ammoGasCan" count="200"/>
    </append>

 

 

Edit: I got it to work after looking at several examples and taking apart a couple mods i use ty for all the help you gave me

pyro557

pyro557

Hello again I am trying to add gas to the resource pool for quests using the following  code but i get a yellow console message that says it didnt get applied and I am unsure what to change to fix it. Thank you in advance for any help you guys give.

 

<append xpath="/loot/lootgroup[@name='groupQuestResources']">
    <item name="ammoGasCan" count="200"/>
    </append>

 

×
×
  • Create New...