• 🏆 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!
  • 🏆 Hive's 6th HD Modeling Contest: Mechanical is now open! Design and model a mechanical creature, mechanized animal, a futuristic robotic being, or anything else your imagination can tinker with! 📅 Submissions close on June 30, 2024. Don't miss this opportunity to let your creativity shine! Enter now and show us your mechanical masterpiece! 🔗 Click here to enter!

[Solved] a hero EXP question.

Status
Not open for further replies.
Level 2
Joined
Dec 22, 2012
Messages
19
quick question.
this is something i never looked into but now i need to know how to do it, i dont know how to do it :| :vw_unimpressed:

i want to be able to make the exp requirements not change each level up. so basically this:

level 1 EXP requirements: 1000
level 2 EXP requirements: 1000
level 3 EXP requirements: 1000
level 4 EXP requirements: 1000

and so on.
any help is appreciated.
 
Level 17
Joined
Mar 21, 2011
Messages
1,597
go to Gameplay-Constants
nearly on the top of the list there is something like that:
Needed Hero XP - Constant factor (do 1000 here)
Needed Hero XP - Level factor (do 0 here)
Needed Hero XP - Table (do 1000 here)

if you do that you need 1000 xp each level to get higher
 
Status
Not open for further replies.
Top