• 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 faction for Warcraft 3 and enter Hive's 19th Techtree Contest: Co-Op Commanders! Click here to enter!
  • Create a void inspired texture for Warcraft 3 and enter Hive's 34th Texturing Contest: Void! Click here to enter!
  • The Hive's 21st Texturing Contest: Upgrade is now concluded, time to vote for your favourite set of icons! Click here to vote!

Increase Max Life with Triggers or JASS

Status
Not open for further replies.
Level 7
Joined
Jul 12, 2008
Messages
295
M8, u can easily change max life by setting an upgrade lvl to upgrade + 1. Make the upgrade from those who give +Max life and it will work perfectly. Or do something in JASS. Sry i don't know JASS, i can't show u anything
 
Level 16
Joined
May 1, 2008
Messages
1,605
Increase the max life for a Unit/hero?

Hmm this is simply possible with the WEU

  • Actions:
    • Advanced - For (Your Unit) Increase life maximum by (What you want)
Problem with this: If you work with WEU for this trigger, the normal WE cant read this trigger and it belongs to flase, because its a WEU Trigger.

MfG
Dr. Boom
 
Ok here is what I need.

I have a hero with 10 max hp and when he levels up I want to get his max hp and add this amount to his current max hp so his max hp will be 20 and on lvl 3 he would be 30.

if he get bonus hp, so lets say at 1 max hp bonus then his life will be 33 max hp.

You add the bonus to the base hp at level 1 which will be 11 and when he reaches level N his max hp will be N*11.

So in general:

(BaseHP + BonusHP)* LEVEL
 
Status
Not open for further replies.
Top