V3cta
Refugee
Hey guys, just tried out the new xPath technique, but I'm not sure how to do it properly.
What I want to do: Change max levels to 150 and give 2 points per level instead of one & remove level requirements for attributes
What I came up with:
<configs>
<set xpath="/progression/level/@max_level">150</set>
<set xpath="/progression/level/@skill_points_per_level">2</set>
<set xpath="/progression/attribute/[@level_requirements]/@value">1</set>
</configs>
How can I set the level requirements for all attribute levels to 1? My method isn't working, a syntax error is coming up, can someone help me?
What I want to do: Change max levels to 150 and give 2 points per level instead of one & remove level requirements for attributes
What I came up with:
<configs>
<set xpath="/progression/level/@max_level">150</set>
<set xpath="/progression/level/@skill_points_per_level">2</set>
<set xpath="/progression/attribute/[@level_requirements]/@value">1</set>
</configs>
How can I set the level requirements for all attribute levels to 1? My method isn't working, a syntax error is coming up, can someone help me?