• 🏆 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!
  • It's time for the first HD Modeling Contest of 2024. Join the theme discussion for Hive's HD Modeling Contest #6! Click here to post your idea!

test

Status
Not open for further replies.
Level 13
Joined
Jun 22, 2004
Messages
783
  • Events
  • Unit - A unit Is attacked
  • Conditions
    • And - All (Conditions) are true
      • Conditions
        • (Random real number between 1.00 and 100.00) Less than or equal to 33.00
        • (Level of Vengeance for (Attacking unit)) Equal to 1
        • (Unit-type of (Attacking unit)) Equal to Holy Avatar
  • Actions
    • If (All Conditions are True) then do (Then Actions) else do (Else Actions)
      • If - Conditions
        • (Random real number between 1.00 and 3.00) Equal to 1.00
      • Then - Actions
        • Unit - Create 1 Dummy-Vengeance for (Owner of (Attacking unit)) at (Position of (Attacking unit)) facing Default building facing degrees
        • Unit - Add a 2.00 second Generic expiration timer to (Last created unit)
        • Unit - Order (Last created unit) to Human Blood Mage - Flame Strike (Position of (Attacked unit))
      • Else - Actions
        • If (All Conditions are True) then do (Then Actions) else do (Else Actions)
          • If - Conditions
            • (Random real number between 1.00 and 3.00) Equal to 2.00
          • Then - Actions
            • Unit - Create 1 Dummy-Vengeance for (Owner of (Attacking unit)) at (Position of (Attacking unit)) facing Default building facing degrees
            • Unit - Add a 2.00 second Generic expiration timer to (Last created unit)
            • Unit - Order (Last created unit) to Human Archmage - Blizzard (Position of (Attacked unit))
          • Else - Actions
            • If (All Conditions are True) then do (Then Actions) else do (Else Actions)
              • If - Conditions
                • (Random real number between 1.00 and 3.00) Equal to 3.00
              • Then - Actions
                • Unit - Create 1 Dummy-Vengeance for (Owner of (Attacking unit)) at (Position of (Attacking unit)) facing Default building facing degrees
                • Unit - Add a 2.00 second Generic expiration timer to (Last created unit)
                • Unit - Order (Last created unit) to Human Mountain King - Storm Bolt (Attacked unit)
              • Else - Actions
                • Do nothing
 
Status
Not open for further replies.
Top