Ancients
#7
Hallo!

Ok, so you get the stated experience IF it does not bump you with more than one level. If it'd do so, you get max 1 lev; it feels that the limit is putting you to have the same % of experience needed to next level as you had before (like, you had your exp bar full to the middle, it'll stay full to the middle on the next level up).

It's like as if the pseudo-code'd be something like:

chance = (exp - prev_lev_up)/(next_lev_up - prev_lev_up);
limit = (next_next_lev_up - next_lev_up) * chance;
IF (exp + reward > limit) exp = limit
ELSE exp += reward;

where exp is your current experience, prev_lev_up the exp needed to attain your current level, next_lev_up the exp needed to attain the next level, next_next_lev_up the exp needed to attain the level after that, and reward the exp given after the completion of the quest.
Reply


Messages In This Thread
Ancients - by Assur - 06-17-2004, 08:03 PM
Ancients - by Yogi_Baar - 06-17-2004, 08:15 PM
Ancients - by Baal - 06-18-2004, 06:18 AM
Ancients - by Assur - 06-19-2004, 01:54 AM
Ancients - by Guest - 06-19-2004, 03:48 AM
Ancients - by devzero - 06-19-2004, 08:02 AM
Ancients - by Caaroid - 06-19-2004, 08:59 AM
Ancients - by Guest - 10-27-2004, 10:05 PM
Ancients - by vmxa - 10-27-2004, 10:42 PM
Ancients - by lfd - 10-28-2004, 01:14 AM
Ancients - by Guest - 10-31-2004, 07:47 PM
Ancients - by adeyke - 10-31-2004, 07:50 PM
Ancients - by vmxa - 10-31-2004, 08:45 PM
Ancients - by whathuh - 11-01-2004, 04:53 AM

Forum Jump:


Users browsing this thread: 6 Guest(s)