• 🏆 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!
  • 🏆 Hive's 6th HD Modeling Contest: Mechanical is now open! Design and model a mechanical creature, mechanized animal, a futuristic robotic being, or anything else your imagination can tinker with! 📅 Submissions close on June 30, 2024. Don't miss this opportunity to let your creativity shine! Enter now and show us your mechanical masterpiece! 🔗 Click here to enter!

[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
781
  • 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