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

Item trigger does not work

Status
Not open for further replies.
Level 3
Joined
Mar 2, 2012
Messages
35
  • Item trigger does not work[/b]
  • [TRIGGER]spell 1 tank
    • Events
      • Unit - HERO<gen> Uses an item
    • Conditions
      • (Item-type of (Item being manipulated)) Equal to (==) Spell item 1
    • Actions
      • Hero - Learn skill for (Hero manipulating item): Spell 1
Spell item 1 = originally Mana potion
Spell 1 = Spell i made

I want when HERO (That's placed on the map. OR if you can make a trigger without HERO being physically on the map (Playable area)) uses Spell item he will learn Spell 1.
But it does not seem to work. Any ideas?
Thanks, Chris. :)
 
Level 33
Joined
Mar 27, 2008
Messages
8,035
I'll be assuming that the Hero does not even has the ability to be learned, right ?
That's why it cannot learn, because it is not available to its command card.

What you need to do is "add" the ability to it, but by doing so, you will lose the ability to learn it via red cross mark - in case you want to level up this ability.
 
Status
Not open for further replies.
Top