Calundann Posted May 12, 2019 Share Posted May 12, 2019 (edited) Hello, I am very new to the whole xpath thing and I am trying to make a modlet that removes glass panes from loot containers. But I can´t get it to work and the examples of the remove function I could find are way too complex for me at this stage. :confused: This is what I have made:<remove xpath="/lootcontainers/lootgroup name="junk"/[@name=glassCTRSheet]" /> Edited May 12, 2019 by Calundann Link to comment Share on other sites More sharing options...
Starslayer71002 Posted May 17, 2019 Share Posted May 17, 2019 This should work... haven't tested it though: <modName> <remove xpath="/loot/lootgroup[@name='junk']/item[@name='glassCTRSheet']"/> </modName> Link to comment Share on other sites More sharing options...
Recommended Posts