Changing exp gain rate

Hello, I'm currently new to the game, but i'm loving it!

The only thing is that for me, the rate of experience gain in the game is too slow, so... I want to make it faster. I have already read some topics here about modding, but I can't figure out how to change it.

Is there a single value I should change? Or should I give a trait to each race with the same experience increase, for example?

Thank you guys for any help! 

7,767 views 3 replies
Reply #1 Top

Open up the elementaldefs.xml file in your favorite text editor.

Look for this line of code in line 246:

<ExpBaseOnPointsToLevelUnit>2.1</ExpBaseOnPointsToLevelUnit>

Lower the value to increase leveling speed.

Happy modding!

+1 Loading…
Reply #2 Top

Thank you! It worked!

Now I wonder if the line 245:

        <MultiplierOnPointsToLevelUnit>1</MultiplierOnPointsToLevelUnit> 

does the same thing...

Reply #3 Top

Yes, I believe you can fidget with that number too.  I was just trying to keep it simple :-)