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

Status
Not open for further replies.
Level 22
Joined
Feb 4, 2005
Messages
3,971
I don't have world edit at work sorry, btw wrong forum, this goes to Triggers&Scripts.


  • Events
  • A unit enters Region 000 (for example)
  • Conditions:
  • Life of Entering Unit less than/equal to (you decide and it is Integer comparison i think) 200 (or 20% if you choose percentage life)
  • Actions:
  • Special Effect - Create a special effect at (position of (entering unit)) using Abilities\Spells\....whatever
  • Special Effect - Destroy (last created special effect)
  • Unit - Move (entering unit) instantly to position (of your base)/center of region that includes your base/random point in region of your base, etc.
I'm still not sure that it is what you want, specify more pls. I might be able to do proper instructions or do it when I'm at home. But need more info.
 
Level 11
Joined
Mar 30, 2008
Messages
666
I don't have world edit at work sorry, btw wrong forum, this goes to Triggers&Scripts.


  • Events
  • A unit enters Region 000 (for example)
  • Conditions:
  • Life of Entering Unit less than/equal to (you decide and it is Integer comparison i think) 200 (or 20% if you choose percentage life)
  • Actions:
  • Special Effect - Create a special effect at (position of (entering unit)) using Abilities\Spells\....whatever
  • Special Effect - Destroy (last created special effect)
  • Unit - Move (entering unit) instantly to position (of your base)/center of region that includes your base/random point in region of your base, etc.
I'm still not sure that it is what you want, specify more pls. I might be able to do proper instructions or do it when I'm at home. But need more info.

This is a request man...and I will try your trigger.
I've donned it and it works.
P.S why you put those special effects?
Here is the original one.
  • Rebels Base
    • Events
      • Unit - A unit enters Rebels Base <gen>
    • Conditions
      • ((Entering unit) belongs to an ally of Player 7 (Green)) Equal to True
      • (Life of (Entering unit)) Less than 200.00
    • Actions
      • Unit - Move (Entering unit) instantly to (Center of Team 2 Respawn Center <gen>)
 
Last edited:
Status
Not open for further replies.
Top