Page 1 of 1
XP formula
Posted: Sun Feb 26, 2006 10:08 am
by zerotacg
made a backup of alot of logs and a programm to read the XP from them
and got a formula for the XP needed to lvl up for each lvl
don't know if it all correct and don't know if the program missis some XP or so

but this should be it
Crafting:
XP needed=(2,5*lvl^2)+200 or
XP needed=(2*lvl^2,04)+200
both have nearly the same values but they seem to be a really close asumption, the 200 are just guessed

could be more then 200
harvest could be like this:
XP needed=(47*lvl^1,5)+200
but thats mostly guessed cause I only have XP data on lvl 200-240 so could be totally off for the lower lvls
Re: XP formula
Posted: Sun Feb 26, 2006 11:03 am
by blaah
zerotacg wrote:made a backup of alot of logs and a programm to read the XP from them
and got a formula for the XP needed to lvl up for each lvl
don't know if it all correct and don't know if the program missis some XP or so

but this should be it
nice work

...
tho based my data, xp per level is linear from 50 to 125 and 125 to 250
crafting xp per level makes jumps also, but it's not linear (or so it seems)
also it seems (only have craft at lvl 200), craft xp for lvl250 may be bigger than combat xp

(no data, so cant confirm it)
xp data
Re: XP formula
Posted: Sun Feb 26, 2006 12:12 pm
by kostika
erm...I'm no programmer, but the xp info wouldn't be on your computer would it? Cause then couldn't you modify it to give you more xp? (provided you know how)
Re: XP formula
Posted: Sun Feb 26, 2006 12:39 pm
by XoloX
No need to worry or begging for tools...
The outcome of any action initiated by the client is calculated and passed back visually, so to speak, by the servers. Gaining XP included...
That's also the reason why very sometimes no experience at all is or seems to be rewarded while it initially should be.
Re: XP formula
Posted: Sun Feb 26, 2006 2:42 pm
by akicks
to get to level 250 from level 249 you can use a whole stack of cats and just about get there.
That's 999*100*2 ~= 199,800 (at least)
Where as your formula gave 156,450 for the same level. It's over 40,000 xp out for that last level. Not sure if that's a special case or not, but your formula might require some work

Re: XP formula
Posted: Mon Feb 27, 2006 12:30 am
by zerotacg
hehe just put the XP data in excel and put a graph through it that seemed to fit, but I don't have enough data on all lvls so still got to collect that data

there even might be no formula
