Does anyone even know what values it works with? I'm guessing levels and needed experience, but I don't really know.
int vp = (int)(1.0f/30.0f * exp_accum / new_level);
This sort of thing:Quote:
"Calculation finder" really struck my attention, sorry lateralus, gotta side track your thread to satisfy my curiosity.
Koracs, i just googled that term, didn't find any meaningful results. Do you know of any calculation finders?
Yeah, I used that website feverishly to practice integration.Quote:
This sort of thing:
[Only registered and activated users can see links. Click Here To Register...]
You input a sequence of values and it will attempt to determine an equation from what you have entered, amongst other things, its a fantastic website.
Just gave it a try, it's fantastic. thanks korvacs, lolQuote:
This sort of thing:
[Only registered and activated users can see links. Click Here To Register...]
You input a sequence of values and it will attempt to determine an equation from what you have entered, amongst other things, its a fantastic website.
(Level * 17 / 13 * 12 / 2) + level * 3
Is that the old calculation? It's definitely not the new one. This actually doesn't look like any valid calculation, since you don't get and never have gotten so many virtue points for early levels.Quote:
Found this on my computer, it should (not sure though) be the correct one, although it look pretty wierd, lol.
Code:(Level * 17 / 13 * 12 / 2) + level * 3
1 10 2 21 3 32 4 43 5 54 6 65 7 75 8 86 9 97 10 108 11 119 12 130 13 141 14 151 15 162 16 173 17 184 18 195 19 206 20 216 21 227 22 238 23 249 24 260 25 271 26 282 27 292 28 303 29 314 30 325 31 336 32 347 33 357 34 368 35 379 36 390 37 401 38 412 39 423 40 433 41 444 42 455 43 466 44 477 45 488 46 498 47 509 48 520 49 531 50 542 51 553 52 564 53 574 54 585 55 596 56 607 57 618 58 629 59 639 60 650 61 661 62 672 63 683 64 694 65 705 66 715 67 726 68 737 69 748
Those values look pretty close to the real old ones as far as I remember.Quote:
Code:1 10 2 21 3 32 4 43 5 54 6 65 7 75 8 86 9 97 10 108 11 119 12 130 13 141 14 151 15 162 16 173 17 184 18 195 19 206 20 216 21 227 22 238 23 249 24 260 25 271 26 282 27 292 28 303 29 314 30 325 31 336 32 347 33 357 34 368 35 379 36 390 37 401 38 412 39 423 40 433 41 444 42 455 43 466 44 477 45 488 46 498 47 509 48 520 49 531 50 542 51 553 52 564 53 574 54 585 55 596 56 607 57 618 58 629 59 639 60 650 61 661 62 672 63 683 64 694 65 705 66 715 67 726 68 737 69 748