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

[General] How to set XP gain to extremely low?

Status
Not open for further replies.
I want to set the XP gain to very low, like to gain 5 XP for any unit your hero kills and the XP capacity to be like 1000 or 2000 for any level, but I don't know how to set these values. Can anyone help?

xp.jpg
 
  • Action
    • Make (Player) Heroes gain (0-100)% experience from future kills
It is under hero -> Set experience rate

Alternatively, this should tell you all you need to know: http://world-editor-tutorials.thehelper.net/cat_usersubmit.php?view=68382


First it uses the table, when that runs out it uses:

The formular is:
(previous value) * (previous value factor) * (killed level) * (level factor) + (constant factor)

So my idea would be to remove all the values from the table, and then change the values above.
 
Constant Factor: 1000
Level factor: 0
Previous Value Factor: 1
Table: 1000

This means all heroes Need 1000 Experience to Level up each level. To change the 1000, Simply change BOTH 1000s In Table and Constant Factor.

And for units Experience giving, Check Object editor: Units: Stats

Couldn't he just use the constant factor?
 
Status
Not open for further replies.
Top