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

Mana restore and steal

Status
Not open for further replies.
Level 32
Joined
Aug 29, 2012
Messages
1,471
That should be straightforward enough, replace the 100 with the values you want

  • Mana Spell
    • Events
      • Unit - A unit Starts the effect of an ability
    • Conditions
      • (Ability being cast) Equal to YourSpell
    • Actions
      • If (All Conditions are True) then do (Then Actions) else do (Else Actions)
        • If - Conditions
          • ((Target unit of ability being cast) belongs to an ally of (Owner of (Triggering unit)).) Equal to True
        • Then - Actions
          • Unit - Set mana of (Target unit of ability being cast) to ((Mana of (Target unit of ability being cast)) + 100.00)
        • Else - Actions
          • Unit - Set mana of (Target unit of ability being cast) to ((Mana of (Target unit of ability being cast)) - 100.00)
          • Unit - Set mana of (Triggering unit) to ((Mana of (Triggering unit)) + 100.00)
 
Level 26
Joined
Sep 7, 2018
Messages
561
That should be straightforward enough, replace the 100 with the values you want

  • Mana Spell
    • Events
      • Unit - A unit Starts the effect of an ability
    • Conditions
      • (Ability being cast) Equal to YourSpell
    • Actions
      • If (All Conditions are True) then do (Then Actions) else do (Else Actions)
        • If - Conditions
          • ((Target unit of ability being cast) belongs to an ally of (Owner of (Triggering unit)).) Equal to True
        • Then - Actions
          • Unit - Set mana of (Target unit of ability being cast) to ((Mana of (Target unit of ability being cast)) + 100.00)
        • Else - Actions
          • Unit - Set mana of (Target unit of ability being cast) to ((Mana of (Target unit of ability being cast)) - 100.00)
          • Unit - Set mana of (Triggering unit) to ((Mana of (Triggering unit)) + 100.00)
Thanks alot.
 
Status
Not open for further replies.
Top