• 🏆 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!

Removing Hero Experience

Status
Not open for further replies.
Level 10
Joined
Mar 9, 2008
Messages
669
So...I'm guessing it has to do with the gameplay constants, but I'm not sure. How would one stop heroes from gaining experience with the exception of through triggers? The problem is I want them to stop getting it from normal units (Like when you kill a footman) and there is no "Experience given" option (as for as I saw) in the object editor.
 
Level 13
Joined
Jan 18, 2008
Messages
956
I recommend you to use this system:
Open the game constants of the map, switch to brute valors (or however it's named) and set the GrantnormalXP to 0. It's default number is 25.
After this, no hero in the map will gain experience and the only way to level them is through triggers.
 
Level 20
Joined
Oct 21, 2006
Messages
3,231
Set level of "normal" units to 0 is the only solution. :mad:

Or ... Add negative experience to heroes in a very confusing way, when enemy unit that is "normal" dies in a range of 1200 of that hero and divine it by number of heroes etc.
 
Status
Not open for further replies.
Top