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

Is this MUI?

Status
Not open for further replies.
Level 12
Joined
May 20, 2009
Messages
822
  • Harvest Flesh
    • Events
      • Game - GDD_Event becomes Equal to 0.00
    • Conditions
    • Actions
      • If (All Conditions are True) then do (Then Actions) else do (Else Actions)
        • If - Conditions
          • (Unit-type of GDD_DamageSource) Equal to Crypt Fiend
        • Then - Actions
          • Unit - Create 1 Dummy Ability Unit 1 for (Owner of GDD_DamageSource) at (Position of GDD_DamagedUnit) facing (Position of GDD_DamagedUnit)
          • Unit - Order (Last created unit) to Human Sorceress - Slow GDD_DamagedUnit
          • If (All Conditions are True) then do (Then Actions) else do (Else Actions)
            • If - Conditions
              • (GDD_DamagedUnit has buff Harvest Flesh ) Equal to True
            • Then - Actions
              • Trigger - Turn off (This trigger)
              • Set CryptyDamage = (Random real number between 3.00 and 5.00)
              • Unit - Set mana of GDD_DamageSource to ((Mana of GDD_DamageSource) + CryptyDamage)
              • Unit - Cause GDD_DamageSource to damage GDD_DamagedUnit, dealing CryptyDamage damage of attack type Pierce and damage type Normal
              • Set CryptyDamage = 0.00
              • Trigger - Turn on (This trigger)
            • Else - Actions
        • Else - Actions
 
Status
Not open for further replies.
Top