• 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 (it's probably very easy for you!)

Status
Not open for further replies.
Level 9
Joined
Jan 14, 2008
Messages
366
  • plasma shields
    • Events
      • Unit - A unit Dies
    • Conditions
      • (Unit-type of (Killing unit)) Equal to Plasmatrooper
      • Pstate_plasmashields[(Player number of (Owner of (Killing unit)))] Equal to 1
      • (Mana of (Killing unit)) Greater than or equal to 10.00
    • Actions
      • Set Temp_Unit1 = (Killing unit)
      • Set Temp_Point1 = (Position of Temp_Unit1)
      • Unit - Create 1 Dummy for (Owner of Temp_Unit1) at Temp_Point1 facing Default building facing (270.0) degrees
      • Unit - Add Plasmashields for dummy to (Last created unit)
      • Unit - Order (Last created unit) to Human Priest - Inner Fire Temp_Unit1
      • Unit - Set mana of Temp_Unit1 to 0.00
      • Custom script: call RemoveLocation (udg_Temp_Point1)
why is this trigger completely ignored ?
i believe the conditions are flawless, the actions just don't take place
 
Status
Not open for further replies.
Top