RAGE PVE
New member
We have 600 levels and a mod to extend it to this amount (Can goto 1000), but our season lasts 8 weeks and a player is already at level 450 so we need to pretty much address this.
<configs>
<set xpath="/progression/level/@max_level">600</set> <!--increases player max lvl to 1000, vanilla is 300-->
</configs>
Thats the only code there in the mod, and then the actual progressions.xml is abit confusing to me, I was hoping to just say x level - x level = multiplier or XP requirements.
https://gyazo.com/808e1dc8608badcaa635654535608d18 here is shows he only needs 186k to level up which seems really low to me, should probably be 1.86 million more like but are we able to work out what the current levels are working at (first 350 I think?) and then what to do about following that calculation through to 600?
Thanks
<configs>
<set xpath="/progression/level/@max_level">600</set> <!--increases player max lvl to 1000, vanilla is 300-->
</configs>
Thats the only code there in the mod, and then the actual progressions.xml is abit confusing to me, I was hoping to just say x level - x level = multiplier or XP requirements.
https://gyazo.com/808e1dc8608badcaa635654535608d18 here is shows he only needs 186k to level up which seems really low to me, should probably be 1.86 million more like but are we able to work out what the current levels are working at (first 350 I think?) and then what to do about following that calculation through to 600?
Thanks