Jump to content

Need Help Modding perkPackMule


rowanbol

Recommended Posts

I keep getting an error "Xpath exception: Expression must evaluate to a node-set"

 

<configs>
	<set xpath ="/progression/perks/perk/[@name='perkPackMule']/effect_group/passive_effect[@name='CarryCapacity']/@value">4,9,15,22,30</set>
</configs>

 

What am i doing wrong?

Link to comment
Share on other sites

  • 4 weeks later...
I keep getting an error "Xpath exception: Expression must evaluate to a node-set"

 

<configs>
	<set xpath ="/progression/perks/perk/[@name='perkPackMule']/effect_group/passive_effect[@name='CarryCapacity']/@value">4,9,15,22,30</set>
</configs>

 

What am i doing wrong?

 

You are forgetting to tell the xml what the original value is that you want to change see example below

 

<configs>

<set xpath="/progression/perks/perk[@name='perkPackMule']/effect_group/passive_effect[@name='CarryCapacity'][@value=3,6,10,14,18']/@value">4,9,15,22,30</set>

</configs>

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...