• 🏆 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] Receive item after hero gets a certain ability level

Status
Not open for further replies.
Level 11
Joined
Jul 9, 2009
Messages
926
YourLevel is the level needed for the hero to get that certain item
YourItem is the item you want to give to the hero with the certain level
  • LevelItem
    • Events
      • Unit - A unit Gains a level
    • Conditions
      • (Level of (Triggering unit)) Equal to (Your Level)
    • Actions
      • Hero - Create YourItem and give it to (Triggering unit)
 
Level 2
Joined
Jul 28, 2011
Messages
21
YourLevel is the level needed for the hero to get that certain item
YourItem is the item you want to give to the hero with the certain level
  • LevelItem
    • Events
      • Unit - A unit Gains a level
    • Conditions
      • (Level of (Triggering unit)) Equal to (Your Level)
    • Actions
      • Hero - Create YourItem and give it to (Triggering unit)

Thank you.
 
Level 2
Joined
Jul 28, 2011
Messages
21
Hero Item after Ability

How can I go about giving an item to a hero ONCE after he learns a level 1 ability (the way I've set it up, he gets the item each time he gets a higher level in the ability. I only want him to get one of the item though).
 
Status
Not open for further replies.
Top