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

[Solved] Small formula to set unit life after revival

Status
Not open for further replies.
Level 20
Joined
Jul 14, 2011
Messages
3,213
Exactly that. Made it this way:

  • Actions
    • Set A = (Target unit of ability being cast)
    • Set Temp_Int = ((Level of (Ability being cast) for (Triggering unit)) x 10)
    • Unit - Set life of A to (Random real number between ((Real(Temp_Int)) - 9.00) and (Real(Temp_Int)))%
    • Unit - Set mana of A to (Random real number between ((Real(Temp_Int)) - 9.00) and (Real(Temp_Int)))%
 
Status
Not open for further replies.
Top