I've been fiddling with formulas to get a good exp (to "level") amount. Everything I've tried doesn't come out too well. =\
Anyone have any methods on setting a good level-up amount?
I've also tried gaining exp from other players (battle royal type game-ishy) based on the victim's level. Any ideas?
ID:152669
![]() Feb 19 2006, 11:20 am
|
|
Base experience required is 100. The experience required to level up is always just another 100 above to what was required the level before. You get experience equal to the level of the player/creature you defeated, divided by your own level. So defeating a level 10 creature would give you 10 points of experience at level 1, 5 points at level 2, and 3 points at level 4, and so on, rounding up.
Here's a nice complicated little chart. The left side is the player's level. The top is the opponents level. The number is the amount of experience points you get. (In this scale, we're rounding to 0.1s.) 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 |
Level * 1.5 = Exp to next lvl
and for getting exp you could do
Target Level * 1.5 = Exp Gained
thats not how it goes in my game but there is some type of example