HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

hero xp required to level

01-04-2004, 02:08 PM#1
Kaluo
I've seen the confusing as hell formula for finding xp gained for killing unit, but where do you set how much xp is needed for each individual hero level?
01-04-2004, 03:30 PM#2
AntJAB
Something I know how to help with! I spent a couple days teaching myself all the junk in the Advanced>Game Constants.



From bottom up:

Table - The origonal amount of XP required for the first level.
Previous Value Factor - After leveling up, this is how much you multiply the last level's needed XP by.
Level Factor - Every time you level up, after calculating Previous Value Factor, you add this to the number.
Constant Factor - Uhh... I forgot... :bgrun:

So to go from level 1 to 2 you need 200xp.
From 2 to 3 you need: 200*1 = 200, 200+100 = 300.


As you can see with Constant Factor I'm a bit rusty on this subject, so someone please make sure I'm correct.
01-04-2004, 03:50 PM#3
Kaluo
Thanks alot but seeing how its possible to do all the calculations without constant factor anyone know what it does? just curious
01-04-2004, 07:49 PM#4
moogleii
You just add on the constant factor.

So its like so: previousXP * previousFactor + level*levelFactor + constantFactor