• 🏆 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!
  • ✅ The POLL for Hive's Texturing Contest #33 is OPEN! Vote for the TOP 3 SKINS! 🔗Click here to cast your vote!

[Solved] Set Condition by Level Hero

Status
Not open for further replies.
Level 5
Joined
May 21, 2011
Messages
56
but don't work! i put this in my map, but when the unit(hero) get level 3 the abilitie don't add to the hero.

  • Level 3
    • Events
      • Unit - A unit Gains a level
    • Conditions
      • (Hero level of (Triggering unit)) Equal to 3
    • Actions
      • Unit - Add Slow to (Triggering unit)
 
Level 5
Joined
May 21, 2011
Messages
56
works fine to me...

  • Untitled Trigger 003
    • Events
      • Time - Elapsed game time is 2.00 seconds
    • Conditions
    • Actions
      • Hero - Set Archmage 0005 <gen> Hero-level to 3, Show level-up graphics
  • Untitled Trigger 002
    • Events
      • Unit - A unit Gains a level
    • Conditions
      • (Level of (Triggering unit)) Equal to 3
    • Actions
      • Unit - Add Slow to (Triggering unit)

Don't work at me! I don't now why doesn't work.
I tryed and when a unit enter a region( all map).
 
Status
Not open for further replies.
Top