N nioton6 New member Nov 1, 2019 #1 I need help with removing the drop attribute from the entities class on animalboar. Aka: I want to remove the meat drop from the code. Could someone write the code for remove attribute xpath for it
I need help with removing the drop attribute from the entities class on animalboar. Aka: I want to remove the meat drop from the code. Could someone write the code for remove attribute xpath for it
psouza4 New member Nov 1, 2019 #2 entityclasses.xml: <config><remove xpath="/entity_classes/entity_class[@name=animalBoar]/drop[@name=foodRawMeat]"/> </config> Click to expand...
entityclasses.xml: <config><remove xpath="/entity_classes/entity_class[@name=animalBoar]/drop[@name=foodRawMeat]"/> </config> Click to expand...