• Listen to a special audio message from Bill Roper to the Hive Workshop community (Bill is a former Vice President of Blizzard Entertainment, Producer, Designer, Musician, Voice Actor) 🔗Click here to hear his message!
  • Read Evilhog's interview with Gregory Alper, the original composer of the music for WarCraft: Orcs & Humans 🔗Click here to read the full interview.

Setting Base Value, Level Factors, and Constant Factors to Follow Formula

Status
Not open for further replies.
Level 8
Joined
Sep 23, 2007
Messages
357
Hey, I am trying to set the gameplay constants so that the Hero XP required to level follows the following formula::

where x = current hero level
40x²+360x

That would mean, in order to level up from the following levels you would need the following experience:

level 1: 400
level 2: 900
level 3: 1400
level 4: 2100
level 5: 2800
level 6: 3600
level 7: 4500
ect.

What would I set the Hero XP Required - Constant Factor, Level Factor, Previous Level Factor, and Table values to in order for it to follow this formula?
 
Level 6
Joined
Dec 9, 2008
Messages
233
its the same formula as standard one, except for the base value input 400 instead of 200

Hero XP Required - Table : 400

in the Gameplay constants.
 
Status
Not open for further replies.
Top