• Check out the results of the Techtree Contest #19!
  • 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.
  • Create a void inspired texture for Warcraft 3 and enter Hive's 34th Texturing Contest: Void! Click here to enter!
  • The Hive's 22nd Icon Contest: Creep Abilities is now concluded, time to vote for your favourite set of icons! Click here to vote!

Change max health of a unit by a percentage through triggers?

Status
Not open for further replies.
Do you mean that you're trying to heal a unit for x% or that you're trying to increase the max health of a unit by x%?

I assume the second.

EDIT: I didn't even read the whole title, so this was a pretty worthless question. >.>
 
From a percentile standpoint, I cannot think of doing it any way besides:

For Hero - The creation of a ton of abilities to cover every possible amount of health and checking for the percentage of health to determine which ability to use.

Unit (With Static HP) - Create an ability for each unit type that you have (So, one ability for the peasant, one for a Footman, etc) and run a unit-type check and match the appropriate ability.

Either way is extremely obnoxious and time-consuming, though.
 
Well that trigger will work perfectly for you because it scales by 10% per level for any number of levels, so you won't even have to change anything.
 
I've looked through the map and its triggers but I'm a bit lost on it. I'm trying to something very similar. I want to use a research upgrade to increase a hero's max mana by 2% with each research rank (15 ranks). but without affecting the char's str, int or agi at all.

I also want to do the same thing with mana regen, have an upgrade that will increase regen rate of a hero without affecting the stats.
 
Status
Not open for further replies.
Back
Top