EXP Level Formula

Started by Memor-X, October 22, 2009, 12:07:06 am

Previous topic - Next topic

Memor-X

jezz it's been ages since i was on (dam bloody uni assignments), i was wondering what the forumla is for the EXP curves where the value for Base is represened by B and the value for inflation is represented by I, its for a little thing for my game and i need to know how i would calulate the EXP needed for elevels over 100

Jackolas

October 22, 2009, 04:46:33 am #1 Last Edit: October 22, 2009, 04:53:20 am by Jackolas
Harder than I thought it was gone be :^_^':
best i could do i a short time.

To calculate exp needed to lvl:
L= LVL
B= Base
I= Inflation
E= EXP

E = B * ((L + 4) ^ (2,4 + I / 100)) / (5 ^ (2,4 + I / 100))

so the exp needed from lvl 5-6 when base and inflation are both 10 is:
10*((5+4)^(2,4+10/100))/(5^(2,4+10/100)) = 56,56854
looking in the rmxp actor exp table it says 56

yes i know they are a litle bid off...
but i think that RMXP is not calculating with numbers behind the ,
so it will always round the numbers down