this should be really easy, but im horrible at makeing up formulas.
is it xp/hour ratio: ((GainedXP * 60 * 60 * 1000) / GetTimeRunning) ?
thanks :]
this should be really easy, but im horrible at makeing up formulas.
is it xp/hour ratio: ((GainedXP * 60 * 60 * 1000) / GetTimeRunning) ?
thanks :]
Lance. Da. Pants.
i think it would be something without the / gettimerunning =o
im horible at this stuff too![]()
<TViYH> i had a dream about you again awkwardsaw
Malachi 2:3
wouldnt it be something like GainedXp / (TimeRunning / 60)? Never tried that before :S
Edit: maybe just GainedXp / TimeRunning?
50000exp / 4hrs = 12500XP/ hr
Last edited by D1zl3; 07-27-2009 at 08:58 AM.
oh k, im supprized i had it right x] lol
Lance. Da. Pants.
You have reached that exp in a specific time, thus:
Time := 12 mins
Exp := 12000
Exp/(For hours calculate the time into hours like 0,2(Correct?)|Mins = 12 | seconds = 12*60)
~Hermen
This is how i do it
Sec := GetTimeRunning div 1000 + 1;
Writeln('Xp / Hour : ' + IntToStr(Round(3600 * XP / Sec)));
~Home
There are currently 1 users browsing this thread. (0 members and 1 guests)