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

Risk trigger, doesen't work..

Status
Not open for further replies.
Level 3
Joined
Mar 2, 2012
Messages
35
*Doesn't*

  • Lumberville
    • Events
      • Unit - Lumberville (|cff00ffffMedium|r) 0000 <gen>'s life becomes Less than 500.00
    • Conditions
    • Actions
      • Unit - Change ownership of Lumberville (|cff00ffffMedium|r) 0000 <gen> to (Owner of (Attacking unit)) and Change color
Must i change (Attacking Unit)) ?
 
Level 4
Joined
Sep 12, 2008
Messages
111
The event is already wrong in the first place, you should use Unit - Is Attacked
and the Conditions being Unit - Lumberville (|cff00ffffMedium|r) 0000 <gen>'s life becomes Less than 500.00
And the Actions Unit - Change ownership of Lumberville (|cff00ffffMedium|r) 0000 <gen> to (Owner of (Attacking unit)) and Change color
 
Level 19
Joined
Feb 25, 2009
Messages
2,004
Apparently he's trying to change the ownership of a building to the player that is attacking it when it life becomes less than 500.

The event is already wrong in the first place, you should use Unit - Is Attacked
and the Conditions being Unit - Lumberville (|cff00ffffMedium|r) 0000 <gen>'s life becomes Less than 500.00
And the Actions Unit - Change ownership of Lumberville (|cff00ffffMedium|r) 0000 <gen> to (Owner of (Attacking unit)) and Change color

Explains it.
 
Status
Not open for further replies.
Top