Forum
A formula for KDice levels
|
superx wrote
at 10:45 AM, Friday July 15, 2011 EDT
fuck you muthafucka
YES I DO INDEED NEED YOUR HELP! but this time it is easier so I'm hoping I'll get it. I'm using this account to figure out points required for each level and if there is a formula for them. SO please post: 1) Your career + current month total points 2) Your level 3) Your points needed to the next level (which is displayed under your username in a regular game window) THANK YOU! <3 Chloe (P.S. alternatively Ryan could just publish the formula or the numbers but that doesn't seem to be likely) |
« First
‹ Previous
Replies 21 - 30 of 30
|
nunes wrote
at 9:58 AM, Saturday July 16, 2011 EDT power?
|
|
superxchloe wrote
at 10:57 AM, Saturday July 16, 2011 EDT yeah I don't get it either. At first I thought it might be e^ but that doesn't work.
|
|
deadcode wrote
at 11:20 AM, Saturday July 16, 2011 EDT Probably this:
pow(double a, double b) Returns the value of the first argument raised to the power of the second argument. So this means (Level + 12)^5 i believe. |
|
deadcode wrote
at 11:21 AM, Saturday July 16, 2011 EDT |
|
superxchloe wrote
at 11:53 AM, Saturday July 16, 2011 EDT That works, except it's actually:
points for level X-3 = power(x+12,5)/6000 Or at least when I did it, all the numbers were right but were three levels low (eg, the number I got for level 97 was what Ryan reported for level 100). I suppose the first four were set by hand? |
|
superxchloe wrote
at 11:54 AM, Saturday July 16, 2011 EDT though I've never seen that notation before. I guess because I'm only a pretend math person. I'm used to seeing x^y to denote powers- ie this formula would be ((level+12)^5)/6000.
|
|
Gurgi wrote
at 1:26 PM, Saturday July 16, 2011 EDT no fuck you!
|
|
deadcode wrote
at 2:12 PM, Saturday July 16, 2011 EDT The reason you don't recognize it, Chloe, is because it is a function in java.
Ryan probably copy and pasted the formula from his code. That is how it would appear if you had written it in java or pseudo-code. |
|
superxchloe wrote
at 2:34 PM, Saturday July 16, 2011 EDT yeah I don't code. at all. yet.
|
|
greekboi wrote
at 6:38 PM, Saturday July 16, 2011 EDT you fucking nerds go hit the beach and stop coding :P <3
|