Jump to content

mod remove command not working... perplexed


Iceburg71

Recommended Posts

For loot.xml, i am trying to use the following command that worked in a19 (had to change the group name.

    <remove xpath="/lootcontainers/lootgroup[@name='groupCarWeaponsTools']/property[@name='resourceRepairKit']"/>

 

not sure why.  any help appreciated.  I don't see anything, but I am probably missing something really simple....

 

Link to comment
Share on other sites

  • 3 weeks later...
8 hours ago, Rattleman said:

I am having a similar issue trying to remover the 500 steel cubes from airdrops... 

<remove xpath="/lootcontainers/lootgroup[@name='groupAirDropT5Bundles']/itemgroup[@name='groupQuestSteelShapes']"/>

 

any ideas?

 

Should be

 

<remove xpath="/lootcontainers/lootgroup[@name='groupAirDropT5Bundles']/item[@group='groupQuestSteelShapes']"/>

 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...