• Mods are now organized as resources. Use the Mods link above to browse for or submit a mod, tool, or prefab.

    The TFP Official Modding Forum Policy establishes the rules and guidelines for mod creators and mod users.

Modded perk points per level and Grandpa's Fergiting exlier help

Lain

Refugee
So on our server we have perk points set to 2 per level but when using the fergitin elixer and if the person is level 55 it would return 58 points, that is less, is there anything i need to do to make it so that it will return the correct number of 55x2=110 points which its not doing.

Code:
<progression>
<level max_level="300" exp_to_level="10000" experience_multiplier="1.05" skill_points_per_level="2" clamp_exp_cost_at_level="60">
So this line here with the skill_points_per_level="2" each level we get 2, but the reset potion seems to be ignoring the skill_points_per_level which may be a hardcoded thing?

 
Last edited by a moderator:
Back
Top