Jump to content
MakeWebGames

Recommended Posts

Posted

Hi,

Just for now I understand most of the "things" and how they should and work. For now I just don't understand the levels and exps.

I saw that the exp_needed is something like this: ((LEVEL + 1) * (LEVEL + 1) * (LEVEL +1) * 2.2) php as:

$ir['exp_needed']=(int) (($ir['level']+1)*($ir['level']+1)*($ir['level']+1)*2.2);

, so as Level 1 there should be ((1 +1) * (1 + 1) * (1 + 1) * 2.2) = 2.2 exp needed, but the 1 exp is 5% and 2 exp is 11% in overall status.

So, my question is: Can somebody please explain to me how the levels and stuff works.

Thanks.

Posted

Oh sorry, stupid me, I multiply the stuff what should be a sum.. (Level + 1) stuff..

Guess that's too much work for me today..

Thanks for the input :)

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...