[REFERENCE] ManaServ exp table

Content and general development discussion, including quest scripts and server code. TMW Classic is a project comprising the Legacy tmwAthena server & the designated improved engine server based on evolHercules.


Forum rules

This forum houses many years of development, tracing back to some of the earliest posts that exist on the board.

Its current use is for the continued development of the server and game it has always served: TMW Classic.

Post Reply
User avatar
Crush
TMW Adviser
TMW Adviser
Posts: 8046
Joined: 25 Aug 2005, 16:08
Location: Germany

[REFERENCE] ManaServ exp table

Post by Crush »

For informational purpose: The current ManaServ exp table for the first twenty levels.

Code: Select all

Lvl  Exp  	Exp
     (total) (from last level)
1	 10	   10
2	 80	   70
3	 270	  190
4	 640	  370
5	 1250	 610
6	 2160	 910
7	 3430	 1270
8	 5120	 1690
9	 7290	 2170
10	10000	2710
11	13310	3310
12	17280	3970
13	21970	4690
14	27440	5470
15	33750	6310
16	40960	7210
17	49130	8170
18	58320	9190
19	68590	10270
20	80000	11410

The formula is:
total exp = (level ^ EXPCURVE_EXPONENT) * EXPCURVE_FACTOR

Current constant values:
EXPCURVE_EXPONENT = 3.0
EXPCURVE_FACTOR = 10.0

This is the OpenOffice.org spreadsheet file used to create this table in case you want to experiment with other values for them:
Attachments
exp_table.ods.gz
(22.9 KiB) Downloaded 113 times
  • former Manasource Programmer
  • former TMW Pixel artist
  • NOT a game master

Please do not send me any inquiries regarding player accounts on TMW.


You might have heard a certain rumor about me. This rumor is completely false. You might also have heard the other rumor about me. This rumor is 100% accurate.
Post Reply