ShadowMage
Refugee
I'm trying to make a few custom tweaks to the game and I keep getting an error when loading into the world (I'm testing in Navezgane) that says I have an invalid token in my xpath on this line:
<remove xpath="/lootcontainers/lootgroup[@name='farmingCookingRecipesT0']/item[@name='foodBoiledMeatSchematic'" />
I'm not sure what's invalid. I've double checked all the spelling and paths. Any ideas what's happening?
EDIT: Why do I always find the answer after I post? I looked at this for HOURS and never realised that I missed a closing ']' on the item name...
<remove xpath="/lootcontainers/lootgroup[@name='farmingCookingRecipesT0']/item[@name='foodBoiledMeatSchematic'" />
I'm not sure what's invalid. I've double checked all the spelling and paths. Any ideas what's happening?
EDIT: Why do I always find the answer after I post? I looked at this for HOURS and never realised that I missed a closing ']' on the item name...

Last edited by a moderator: