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

[Trigger] Holy Light

Status
Not open for further replies.
Level 11
Joined
Dec 5, 2009
Messages
846
  • Untitled Trigger 001
    • Events
      • Unit - A unit Starts the effect of an ability
    • Conditions
      • (Ability being cast) Equal to Yourspell
    • Actions
      • Set Unit = (Target unit of ability being cast)
      • Set Unit2 = (Casting unit)
      • If (All Conditions are True) then do (Then Actions) else do (Else Actions)
        • If - Conditions
          • ((Unit) belongs to an ally of (Owner of (Unit2)) Equal to True
        • Then - Actions
          • Unit - Set life of (Unit) to ((Life of (Unit)) + How much it should heal)
        • Else - Actions
          • Unit - Set life of (Unit) to ((Life of (Unit)) - How much damage it should deal)
 
Level 11
Joined
Nov 15, 2007
Messages
800
  • Untitled Trigger 001
    • Events
      • Unit - A unit Starts the effect of an ability
    • Conditions
      • (Ability being cast) Equal to Yourspell
    • Actions
      • Set Unit = (Target unit of ability being cast)
      • Set Unit2 = (Casting unit)
      • If (All Conditions are True) then do (Then Actions) else do (Else Actions)
        • If - Conditions
          • ((Unit) belongs to an ally of (Owner of (Unit2)) Equal to True
        • Then - Actions
          • Unit - Set life of (Unit) to ((Life of (Unit)) + How much it should heal)
        • Else - Actions
          • Unit - Set life of (Unit) to ((Life of (Unit)) - How much damage it should deal)

Better to deal damage than set life. Set life doesn't grant kill credit and would ignore magic immunity and such.
 
Status
Not open for further replies.
Top