XP Values

by Unknown

Back to Survival Guide.

Unknown2010-11-12 16:23:38
QUOTE (Phoebus @ Nov 4 2010, 06:31 AM) <{POST_SNAPBACK}>
Curses. I missed my chance for its deliciousness.

Note to self, stop being so lazyslow about everything.


Sorry, I was reminded of this thread and looking back, felt I was a bit of a meanie for removing it, so....

CODE
function XPToDemigod( level, quotient )
     local quotient = quotient / 100
     local xpCalc = levelxp
     local xpToNextLevel = levelxp - levelxp
     local xpQuotient = xpToNextLevel * quotient
     local xpCalc = xpCalc + xpQuotient
     local xptodemi = xpCalc / levelxp
     local xptodemi = math.floor( xptodemi * 10000 ) / 100
     return xptodemi
end

cecho( "\\n| You are    : " .. XPToDemigod( tonumber( matches ), tonumber( matches ) ) .. "% of the way to Demigod" .. string.rep(" ", 31) .. "|")


There is some credit owed for this, as the above is a hacked version from somewhere that I changed, added to, and tidied up to work here, but for the life of me I cannot remember who, so sorry random person.


** Missing line **

Add:

CODE
levelxp = 346500000


To the table.

And to show its beauty....

Calixa2010-11-16 01:41:53
QUOTE
You are : 12.02% of the way to Demigod


Now I kind of regret installing this. I thought I'd be at least halfway or so at level 81 ermm.gif
Unknown2010-11-16 01:53:14
Yaaay it works! Oh god why does it work

Experience : #157 1st Order of the Hyperp Level : 95 (76.12%) |
| You are : 32.84% of the way to Demigod

crying.gif
Lendren2010-11-16 02:08:50
Well, if it's any consolation, don't forget that your ability to progress accelerates as you're able to hunt bigger things, and more importantly, as you're able to get more crits. So in terms of total time, that is grossly underestimating your progress, by not accounting for those rather significant factors.
Unknown2010-11-16 05:00:44
EDIT: Nevermind! It started working again.
Unknown2010-11-16 08:07:06
Hehe, yeah. It is kind of depressing, though do bear in mind, as per the comment by Lendren, that this is not time based, rather wholly based on experience.

Level 92 is approximately half way in terms of experience, (IIRC the exact number is 91.42%) though from my experience. (Draylor is now my fourth endgamer in the IRE games) 92 is also pretty much 75% of the way.

You get a huge crit boost at 90 and again at 95 which speeds things up -considerably-

@Calixa: Sorry, 81 is like...2 days bashing, heh.
Unknown2010-11-16 08:09:05
QUOTE (Phoebus @ Nov 16 2010, 01:53 AM) <{POST_SNAPBACK}>
Yaaay it works! Oh god why does it work

Experience : #157 1st Order of the Hyperp Level : 95 (76.12%) |
| You are : 32.84% of the way to Demigod

crying.gif


Most of the hard work is done, trust me. Get yourself one of those 30cr artifacts for double xp, stack your other xp buffs and you are about 20/30 hours away. wink.gif
Okin2010-11-16 09:56:50
No way is Level 92 halfway. More like somewhere in Level 96.
Unknown2010-11-16 10:23:09
QUOTE (Okin @ Nov 16 2010, 09:56 AM) <{POST_SNAPBACK}>
No way is Level 92 halfway. More like somewhere in Level 96.


Experience wise, level 92 is most definitely half way.

Methinks my function has gone awry. Now that I am actually awake, and seeing the above post:

Experience : #157 1st Order of the Hyperp Level : 95 (76.12%) |
| You are : 32.84% of the way to Demigod

Okay, problem solved. Just ran a few tests, and totally owned myself.

92 is half way to TITAN, not demi. Please use the original code. If you want to get the xp to titan rather than demi, remove the line I said to add.

Sorry, Okin. Seems you were correct afterall. One would think I would have noticed before, heh.

*** Original post containing the xp table has been updated to include level 100 and the function. ***
Unknown2010-11-16 10:54:43
Unless my head is seriously broken right now, (Along with the changes to the code I made) my tests are showing that experience wise, half way to level 100 is returning as level 98 and 23.55%

Could somebody either confirm or refute my claim here, please.

Sure, I know 99 to 100 is one long damned slog, but seriously? 98?
Calixa2010-11-16 13:22:41
QUOTE (Rampart @ Nov 16 2010, 09:07 AM) <{POST_SNAPBACK}>
@Calixa: Sorry, 81 is like...2 days bashing, heh.


Yeah, I found that out when I did it over on an alt. Thing is though, now I am stuck in my xp gain. Or well, going very slowly. Which is why I've began to count my progress in credits to a skill I want. Not sure why I am having such a hard time, I've gotten all the skills needed, and the buffs ect. Even have Vadi's system, and an autobasher. Maybe it is just the player's fault smile.gif
Unknown2010-11-16 13:50:19
QUOTE (Calixa @ Nov 16 2010, 01:22 PM) <{POST_SNAPBACK}>
Maybe it is just the player's fault smile.gif


It is almost always our own fault, heh.
Unknown2010-11-16 16:05:39
Experience : #247 5th Rank of the Infinit Level : 86 (43.38%)
You are : 19.38% of the way to Demigod

sad.gif
Unknown2010-11-16 16:43:12
Heh.
Okin2010-11-16 22:42:37
Is there any easy way to change the level that this calculates the percentage to? Like, I'm shooting for 80 at the moment, and a little "percentage to level 80" would be really motivating!

EDIT: I hope.
Okin2010-11-16 22:42:55
Double posts make baby Okin cry.
Lendren2010-11-16 22:49:34
QUOTE (Okin @ Nov 16 2010, 05:42 PM) <{POST_SNAPBACK}>
Is there any easy way to change the level that this calculates the percentage to? Like, I'm shooting for 80 at the moment, and a little "percentage to level 80" would be really motivating!

I'd guess you'd change this line:
CODE
local xptodemi = xpCalc / levelxp

to
CODE
local xptodemi = xpCalc / levelxp


Personally I think the best motivation is a long string of short goals, not one really long goal. But maybe it works differently for other people.
Okin2010-11-17 01:32:55
QUOTE (Lendren @ Nov 17 2010, 09:19 AM) <{POST_SNAPBACK}>
Personally I think the best motivation is a long string of short goals, not one really long goal. But maybe it works differently for other people.


That's the idea behind this! Level 80 first, Demigod later.
Unknown2010-11-17 01:59:58
QUOTE (Okin @ Nov 16 2010, 09:32 PM) <{POST_SNAPBACK}>
That's the idea behind this! Level 80 first, Demigod later.


For me it was "get to level 80!" Now it's "okay, come on 85! You can do it!"

From here on out it's five levels at a time. I'm 82 with a decent buffer.

So close and yet oh so far.
Unknown2010-11-17 06:05:22
QUOTE (Lendren @ Nov 17 2010, 06:49 AM) <{POST_SNAPBACK}>
I'd guess you'd change this line:
CODE
local xptodemi = xpCalc / levelxp

to
CODE
local xptodemi = xpCalc / levelxp


Personally I think the best motivation is a long string of short goals, not one really long goal. But maybe it works differently for other people.

Hey, that's a pretty good idea! I'm now at 86, and aiming for 87 means nothing to me, and aiming for 99 or 100 is too demoralizing, but aiming for 90 seems to be a nice in-between number.