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

Saving Hero Attributes

Status
Not open for further replies.
Level 33
Joined
Mar 27, 2008
Messages
8,035
Oh, for this, you just need this simple trigger:
  • Melee Initialization
    • Events
      • Unit - A unit Starts the effect of an ability
    • Conditions
    • Actions
      • Hero - Modify Strength of (Triggering unit): Add 100
      • Wait 5.00 seconds
      • Hero - Modify Strength of (Triggering unit): Subtract 100
Even this trigger has Waits in it, this trigger is perfectly MUI (since Triggering unit is native to the Event).
 
Status
Not open for further replies.
Top