• 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.

Hero stops at level 5

Status
Not open for further replies.
Level 3
Joined
Oct 3, 2009
Messages
39
When playing my map, people pick a hero, kill some monsters until they hit level 5, and then they're stuck at that level. For some reason you can't get over level 5. I changed max level in game constants to 2000. I started with 9999, and had the problem.. So I though it was that, and changed it to 6, but the problem still occoured. And now it's at 2000, still not working. The only other thing regarding experience that I changed, is the experience gain from killing mobs - It's increased by 900%. Also, there, I started with a high number (10000%). That didn't work.. Changed it to 100%, still not working. And now it's at 900%.

So, does anyone know how to fix my problem?
 

Attachments

  • Map.w3x
    26 KB · Views: 32
Level 37
Joined
Mar 6, 2006
Messages
9,243
Advanced - Hero XP Gained - Creep Reduction table.

It uses the last value for levels >5, which is zero, so you won't get any exp.

The values shown there are percentages. The first value is 80, so your hero at level one, gets 80 % of the exp the killed unit gives by default. At level 5 he gets 50 % of the exp. At higher levels, it uses that last value, which is 0.

So set the last value to some other value than zero, or add custom values for each hero level.
 
Status
Not open for further replies.
Top