Richter2005-05-22 07:47:52
I have an experience bar right now for Zmud, but I want an overall experience bar...
Something I can either set to a certain level, so it will tell me how long until that level, or one that just shows me how long until lv99 or something. I assume to do that, we'd need someone decent at coding, and we'd need to know experience numbers as well, right?
Is there any easy way to do this, or can we do this at all? I know the gods can see your experience total, but we can't.
Something I can either set to a certain level, so it will tell me how long until that level, or one that just shows me how long until lv99 or something. I assume to do that, we'd need someone decent at coding, and we'd need to know experience numbers as well, right?
Is there any easy way to do this, or can we do this at all? I know the gods can see your experience total, but we can't.
Soll2005-05-22 07:52:39
You wouldn't be able to do it accurately, because you don't know the amount of experience you get from each creature, you'd have to estimate, and that would soon fall out of alignment with your real total. It sucks.
Soll2005-05-22 07:53:38
You could probably do it if you're OR10, and can see the offering logs. You could judge how much experience each creature got you in experience by the amount the God got when you offered it, or something. Way complex, though, and just damn annoying
Unknown2005-05-22 09:52:33
I think the bigger question is knowing what % of each level is up to 99. I certainly don't know it!
Richter2005-05-23 14:11:20
I'm OR * (if it works the same way as guilds). So yes, I have all commands.
Any gods know of a way to do this, or will I never have an overall exp bar?
Any gods know of a way to do this, or will I never have an overall exp bar?
Soll2005-05-23 19:58:59
You're not halfway until level 93. Gauge off that.
Richter2005-05-23 20:28:09
Is that accurate?
Acrune2005-05-23 20:41:04
Its not exactly 93, dont remember where it is though.
I've heard somewhere that each level takes 1.3x the previous level's experience, except for the ones ending in 9, which take 2x the previous level's experience. Dunno how true that it, but it feels about right.
I've heard somewhere that each level takes 1.3x the previous level's experience, except for the ones ending in 9, which take 2x the previous level's experience. Dunno how true that it, but it feels about right.
Unknown2005-05-23 20:59:32
QUOTE(Acrune @ May 23 2005, 01:41 PM)
Its not exactly 93, dont remember where it is though.
I've heard somewhere that each level takes 1.3x the previous level's experience, except for the ones ending in 9, which take 2x the previous level's experience. Dunno how true that it, but it feels about right.
I've heard somewhere that each level takes 1.3x the previous level's experience, except for the ones ending in 9, which take 2x the previous level's experience. Dunno how true that it, but it feels about right.
123236
Nah, experience isn't linear.
Half way mark being 93 or so sounds about right.
Unknown2005-05-25 19:50:06
Visaeris, that wouldn't make it linear... If its based of the previous level, doesn't that make it exponential?
Richter2005-05-25 20:01:37
Y= 1.3x is linear
Y= 2^3 is exponential
Y= 2^3 is exponential
Soll2005-05-25 20:03:28
That's also correct, Richter, but the amount between levels is not increasing at even amounts. It's increasing unevenly, and more than the last, hence exponentially.
E.g.
1: 100
2: 130 (30)
3: 169 (39)
4: 219 (50)
5: 284 (65)
6: 369 (85)
7: 479 (110)
That's no linear increase, definitely exponential.
E.g.
1: 100
2: 130 (30)
3: 169 (39)
4: 219 (50)
5: 284 (65)
6: 369 (85)
7: 479 (110)
That's no linear increase, definitely exponential.
Richter2005-05-25 20:06:44
Was going based of of Vis' equation.
Daganev2005-05-25 20:56:59
Why don't you must make it simple and base it off the % from score?
i.e. make level 50 the halfway mark on your bar
i.e. make level 50 the halfway mark on your bar
Richter2005-05-25 21:05:46
Because I wanted one in overall terms, and getting level 50 is not halfway to 100.
Daganev2005-05-25 21:07:41
Take a bar, divide it up into 100 parts. Each part has a percentage based on your SCORE.
Just have the bar be based on what your score says.
Just have the bar be based on what your score says.
Unknown2005-05-28 20:48:51
QUOTE(Richter @ May 25 2005, 04:01 PM)
Y= 1.3x is linear
Y= 2^3 is exponential
Y= 2^3 is exponential
124325
You better have made a mistake...
The function was something like x = (x-1) * 2 or something, which would make it = to something ilke y = 100 * 2^(x-1) (if 100 is the experiance for the first level)... that may be off.
Point in case, Y = 2^3 is the same as y = 8, which is most definitely linear.