• 🏆 Texturing Contest #33 is OPEN! Contestants must re-texture a SD unit model found in-game (Warcraft 3 Classic), recreating the unit into a peaceful NPC version. 🔗Click here to enter!
  • It's time for the first HD Modeling Contest of 2024. Join the theme discussion for Hive's HD Modeling Contest #6! Click here to post your idea!

[Solved] Gameplay Constants - Hero XP

Status
Not open for further replies.
Level 14
Joined
Aug 23, 2013
Messages
285
Can someone give me a detail effect of Hero XP Gained:
Hero XP Gained - Hero, Level Factor:
Hero XP Gained - Hero, Constants Factor:
Hero XP Gained - Hero, Previous Value Factor:
Hero XP Gained - Hero, Table:
Hero XP Gained - Normal, Level Factor:
Hero XP Gained - Normal, Constants Factor:
Hero XP Gained - Normal, Previous Value Factor:
Hero XP Gained - Normal, Table:
Hero XP Gained - Summoned Unit Factor:
Hero XP Required - Constant Factor:
Hero XP Required - Level Factor:
Hero XP Required - Previous Value Factor:
Hero XP Required - Table:
 
Level 24
Joined
Jun 26, 2020
Messages
1,852
Hello, I'm having an issue with this, I have this values in the gameplay constants:
1654050600764.png

So following that tutorial the required exp per level should be:
1: 50
2: 50 * 1 + 10 * 2 + 45 = 115
3: 115 * 1 + 10 * 3 + 45 = 190
4: 190 * 1 + 10 * 4 + 45 = 275
5: 275 * 1 + 10 * 5 + 45 = 370
But in the game are:
1: 50
2: 125
3: 210
4: 305
5: 410
What's wrong?
 
Status
Not open for further replies.
Top