• 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.
  • Create a faction for Warcraft 3 and enter Hive's 19th Techtree Contest: Co-Op Commanders! Click here to enter!
  • Create a void inspired texture for Warcraft 3 and enter Hive's 34th Texturing Contest: Void! Click here to enter!
  • The Hive's 21st Texturing Contest: Upgrade is now concluded, time to vote for your favourite set of icons! Click here to vote!

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