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

Need Help fixing trigger

Status
Not open for further replies.
Level 4
Joined
Dec 3, 2012
Messages
51
Hi, I have what should be a simple trigger but it is not working. Basically there is a power generator, that when killed makes a lever vulnerable.

Then:

  • Zoo keeper
    • Events
      • Destructible - Lever 4030 <gen> dies
    • Conditions
    • Actions
      • Destructible - Kill Magical Pen 4489 <gen>
      • Destructible - Kill Magical Pen 3082 <gen>
      • Destructible - Kill Magical Pen 3299 <gen>
      • Destructible - Kill Magical Pen 3351 <gen>
      • Destructible - Kill Magical Pen 4491 <gen>
      • Unit - Make Game Keeper 0314 <gen> Vulnerable
      • Unit - Make Lightning Lizard 0443 <gen> Vulnerable
      • Unit - Make Makrura Deepseer 0488 <gen> Vulnerable
      • Unit - Make Hydralisk 0444 <gen> Vulnerable
      • Unit - Make Sea Turtle 0445 <gen> Vulnerable
      • Unit - Make Frost Wolf 0446 <gen> Vulnerable
      • Unit - Rescue Lightning Lizard 0443 <gen> for (Owner of (Killing unit)) and Change color
      • Unit - Rescue Makrura Deepseer 0488 <gen> for (Owner of (Killing unit)) and Change color
      • Unit - Rescue Frost Wolf 0446 <gen> for (Owner of (Killing unit)) and Change color
      • Unit - Rescue Sea Turtle 0445 <gen> for (Owner of (Killing unit)) and Change color
      • Unit - Rescue Hydralisk 0444 <gen> for (Owner of (Killing unit)) and Change color
So esentially its a zoo, and when a unit kills the lever the pens are broken and the units rescued. However, every action fires, except the units are not rescued. Any ideas what could be going wrong? +rep for any help. Thanks
 
Level 7
Joined
Jan 22, 2013
Messages
293
Killing unit wont detect anyone who killed a doodad (which is not a unit) you have three. choices.
1:(make the lever a unit).
2:(just make the units rescue-able when they are broken out)
3:(learn vjass)
 
Last edited:
Status
Not open for further replies.
Top