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

help for ability restoring mana by percentage! i reli need that!

Status
Not open for further replies.
Level 13
Joined
Sep 14, 2008
Messages
1,408
What percentage...

You create an ability based on thunderclap and set all values to 0

Then you create a trigger which goes like:

Events: Unit casts ability
Condition: Ability being cast = "YourThunderclap"
Actions:
Set mana of "triggering unit" to "mana of triggering unit" + "(max mana of triggering unit / 100) * "YourPercentage""
 
Level 8
Joined
Aug 21, 2009
Messages
333
  • Trigger Name
    • Events
      • Unit - A unit Starts the effect of an ability
    • Conditions
      • (Ability being cast) Equal to <AbilityName>
    • Actions
      • Unit - Set mana of (Triggering unit) to (Current Mana of (Triggering Unit) + ((Real(Level of <AbilityName> for (Triggering unit))) x 0.05) x Max Mana of (Triggering unit))
Ok, in this way, each level of the ability increases percent of mana restore by 5%.
So, level 1 = 5%, level 2 = 10%, level 3 = 15% and so on.

This is from your other post, but i fixed it. use this trigger.
 
Status
Not open for further replies.
Top