• 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.

[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