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

[Trigger] Vanguard

Status
Not open for further replies.
Level 6
Joined
Aug 4, 2012
Messages
193
what if i used
  • Events
    • Unit - A unit Is attacked
  • Conditions
    • (Level of Fortitude for (Attacked unit)) Greater than 0
  • Actions
    • Unit - Set life of (Attacked unit) to ((Life of (Attacked unit)) + ((Damage taken) x ((Real((Level of Fortitude for (Attacked unit)))) x 0.02)))
 
Last edited:
Level 33
Joined
Mar 27, 2008
Messages
8,035
The event can be abused.
Try spamming 'S' button (if your unit has high attack speed), even before the unit lands a damage to another unit, the trigger is fired.

That is why Damage Detection System is needed, to detect damage that has landed on the unit, not "you're gonna attack the unit" Event, but "you have attacked the unit" Event.
 
Level 6
Joined
Aug 4, 2012
Messages
193
but the event is past tense "A unit Is attacked", and the event respond also a past tense "Damage taken"

the problem is, how to use the Damage Detection System and where can i download it? i have tried to search at spell section but none
 
Status
Not open for further replies.
Top