XP Needed to level up.... What formula?

XP Needed to level up.... What formula?

Re: XP Needed to level up.... What formula? Posted by Niborius on Fri Jul 16th 2010 at 8:56am
Niborius
1007 posts
Posted 2010-07-16 8:56am
Niborius
member
1007 posts 1116 snarkmarks Registered: Mar 23rd 2009 Location: The Netherlands
I'm creating a rpg game in Excel and it has a level system.

However, I don't know what formula to use. I must note that the XP you received, never falls back to 0, it keeps raising. Even when you gained a level.

I first did it like this:
  • lvl 1 - 0
    lvl 2 - 30
    lvl 3 - 75
    lvl 4 - 188
    lvl 5 - 470
So every time the amount is multiplied by 2,5*. This is not a good formula though, because in the beginning you level up too fast, and later on it goes really slow. Too slow.

Does anyone have a better formula than this?
Youtube Channel: https://www.youtube.com/c/Nibgames
Re: XP Needed to level up.... What formula? Posted by Le Chief on Fri Jul 16th 2010 at 2:15pm
Le Chief
2605 posts
Posted 2010-07-16 2:15pm
Le Chief
member
2605 posts 937 snarkmarks Registered: Jul 28th 2006 Location: Sydney, Australia
Awesome I've heard about games developed in an excel spreadsheet.

What about something like:

x * 1.2 + 50

which gives you:

1: 0
2: 50
3: 110
4: 182
5: 268
6: 372
7: 496
8: 646
9: 825
Aaron's Stuff
Re: XP Needed to level up.... What formula? Posted by Niborius on Fri Jul 16th 2010 at 5:10pm
Niborius
1007 posts
Posted 2010-07-16 5:10pm
Niborius
member
1007 posts 1116 snarkmarks Registered: Mar 23rd 2009 Location: The Netherlands
aaron_da_killa said:
Awesome I've heard about games developed in an excel spreadsheet.

What about something like:

x * 1.2 + 50

which gives you:

1: 0
2: 50
3: 110
4: 182
5: 268
6: 372
7: 496
8: 646
9: 825
Hey that's getting close to it. Remember though that after advancing to level 2 you will still have 50 EXP, so you only need 60 XP to advance to the next level.

Perhaps I must use the formula x * 1.3 + 50. Or change the 3 with a 4.

Anyways thanks for helping me, I never thought of doing it this way :lol:

Edit: How can I set your post to "accepted answer" again?
Youtube Channel: https://www.youtube.com/c/Nibgames
Re: XP Needed to level up.... What formula? Posted by Zein on Fri Jul 16th 2010 at 7:32pm
Zein
167 posts
Posted 2010-07-16 7:32pm
Zein
member
167 posts 517 snarkmarks Registered: Sep 1st 2006 Occupation: Computer fixing Location: United States
Niborius said:
Edit: How can I set your post to "accepted answer" again?
This is General Banter, but Snarkpit currently doesn't have a Random Help tab, so I dont think you can make aaron's post an accepted answer in this tab.
Re: XP Needed to level up.... What formula? Posted by Niborius on Fri Jul 16th 2010 at 7:49pm
Niborius
1007 posts
Posted 2010-07-16 7:49pm
Niborius
member
1007 posts 1116 snarkmarks Registered: Mar 23rd 2009 Location: The Netherlands
I'm 100% sure there was such feature before
Youtube Channel: https://www.youtube.com/c/Nibgames
Re: XP Needed to level up.... What formula? Posted by Riven on Fri Jul 16th 2010 at 11:39pm
Riven
1640 posts
Posted 2010-07-16 11:39pm
Riven
Wuch ya look'n at?
super admin
1640 posts 1266 snarkmarks Registered: May 2nd 2005 Occupation: Architect Location: Austin, Texas, USA
Never in the General Banter forum. It's only for threads in the editing forums.
Blog: www.playingarchitecture.net
LinkedIn: Eric Lancon
Twitter:@Riven202
Re: XP Needed to level up.... What formula? Posted by Le Chief on Sat Jul 17th 2010 at 1:28am
Le Chief
2605 posts
Posted 2010-07-17 1:28am
Le Chief
member
2605 posts 937 snarkmarks Registered: Jul 28th 2006 Location: Sydney, Australia
Yeah not in the general banter forum.

Also I always thought they reset the experience points in games after the player got to the next level.

But yeah if you want to not reset the player's experience points you'd have to play around with the formula a bit.

Or you could just modify the formula to this: x = x * 1.2 + 50 + x

The + x at the end would compensate for the player's experience not being reset after each level.
Aaron's Stuff
Re: XP Needed to level up.... What formula? Posted by Niborius on Sat Jul 17th 2010 at 6:32am
Niborius
1007 posts
Posted 2010-07-17 6:32am
Niborius
member
1007 posts 1116 snarkmarks Registered: Mar 23rd 2009 Location: The Netherlands
Yes in most games your XP would be reset to 0 again, but my game is based on Gothic 2, and in that game the XP never resets either.

And no, I cannot use their formula since that game has way more monsters and side quests to earn XP at. :)

Also, that formula looks good!

I'm gonna have a better look at it later today. Thanks again :D

Edit:

Now it is going like:
  • Level 1 - 0
    Level 2 - 50
    Level 3 - 160
    Level 4 - 402
    Level 5 - 934
    Level 6 - 2105
    Level 7 - 4681
Am I doing it right? It does look alright but I'd have to test the game first. I can show you the map or some monster stat cards later if u want. :)
Youtube Channel: https://www.youtube.com/c/Nibgames
Re: XP Needed to level up.... What formula? Posted by Niborius on Mon Jul 19th 2010 at 8:50am
Niborius
1007 posts
Posted 2010-07-19 8:50am
Niborius
member
1007 posts 1116 snarkmarks Registered: Mar 23rd 2009 Location: The Netherlands
Sorry, have to bump this because I have the idea no one noticed I edited my post :dizzy:

Edit: Never mind. The game is finished and I used Aaron's first formula. The XP goes back to 0 anyways.
Youtube Channel: https://www.youtube.com/c/Nibgames