Jump to content
MakeWebGames

SiMka

Members
  • Posts

    5
  • Joined

  • Last visited

    Never

SiMka's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Created this myself, so no expenses whatsoever =)
  2. Fixed that..
  3. Hello, Just wanted to share my game layout for you! Not-give share, but just for showoff and for your comments. So, here it is. Let me know what to you think and what may be different for your opinion. Thanks. SCR /blurred out the logo as for some reasons!:
  4. 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 :)
  5. 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.
×
×
  • Create New...