Help regarding to EXP system.
#7

Don't bother hard coding arbitrary limits. Find a proper formula that can calculate the amount of required XP for you. The curve can either be linear or exponential, i.e. leveling up is easy with low levels but becomes progressively harder. Excel is your friend. Experiment.
PHP код:
GetRequiredXPForLevel(level)
{
    return 
floatround(floatpower(level1.32) * 100); 

Reply


Messages In This Thread
Help regarding to EXP system. - by D1am0nd - 16.09.2016, 11:02
Re: Help regarding to EXP system. - by GoldenLion - 16.09.2016, 11:41
Re: Help regarding to EXP system. - by Shinja - 16.09.2016, 11:49
Re: Help regarding to EXP system. - by D1am0nd - 16.09.2016, 12:56
Re: Help regarding to EXP system. - by GoldenLion - 16.09.2016, 13:05
Re: Help regarding to EXP system. - by SyS - 16.09.2016, 13:07
Re: Help regarding to EXP system. - by Vince - 16.09.2016, 13:11
Re: Help regarding to EXP system. - by D1am0nd - 16.09.2016, 13:30

Forum Jump:


Users browsing this thread: 1 Guest(s)