HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

Hero XP Range

05-23-2005, 05:36 PM#1
Killerfloh
Hi there,

i'm trying to reduce the range where heros get XP for killed units. I thought "Hero Maximum XP Gain Range" in the Gameplay Constants would do it, but it doesnt.
So please help me :)
And btw: how do i reduce the XP gained for killed units (not for creeps)
Thx 4 help!
05-23-2005, 05:43 PM#2
Azhag
I think experience is givin throught the units level. So if it is level 1 and you set the experience gain to 100%, the the hero gets 25 experience. This then divided for each hero. I know the level 1 part becuase I tested it. As for the range, Im not in the WE right now so I can't check. Damn homework.
~Azhag~
05-23-2005, 07:42 PM#3
corley
could u do a trigger where the hero reaches say lvl 5, u cap the exp gain after lvl 5 to say 60%??
05-23-2005, 08:01 PM#4
Guest
Actually I think it does that automatically (maybe not 60%) but sure you can trigger it. (I don't have WE open but:)
Code:
E:A hero gains level

C:Level equal to 5

A:Hero - Set exp gain rate 60%
Note: Like I said this is form the top o' me head
05-23-2005, 08:26 PM#5
corley
yea thats basicly what i meant except i dont have acess to WE atm so i just roughly put it down but like hunter said do that :) that orrta fix your troubles
05-24-2005, 03:21 PM#6
Killerfloh
Thx for your help, but what about the range? ;)
05-24-2005, 05:43 PM#7
Zoxc
Hero Maximum XP Gain Range works for me....