• 🏆 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!
  • 🏆 Hive's 6th HD Modeling Contest: Mechanical is now open! Design and model a mechanical creature, mechanized animal, a futuristic robotic being, or anything else your imagination can tinker with! 📅 Submissions close on June 30, 2024. Don't miss this opportunity to let your creativity shine! Enter now and show us your mechanical masterpiece! 🔗 Click here to enter!

[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 29
Joined
Mar 10, 2009
Messages
5,016
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)
 
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