• Listen to a special audio message from Bill Roper to the Hive Workshop community (Bill is a former Vice President of Blizzard Entertainment, Producer, Designer, Musician, Voice Actor) 🔗Click here to hear his message!
  • Read Evilhog's interview with Gregory Alper, the original composer of the music for WarCraft: Orcs & Humans 🔗Click here to read the full interview.
  • Create a faction for Warcraft 3 and enter Hive's 19th Techtree Contest: Co-Op Commanders! Click here to enter!
  • Create a void inspired texture for Warcraft 3 and enter Hive's 34th Texturing Contest: Void! Click here to enter!
  • The Hive's 21st Texturing Contest: Upgrade is now concluded, time to vote for your favourite set of icons! Click here to vote!

How do I make a passive skill active?

Status
Not open for further replies.
Level 4
Joined
Aug 6, 2009
Messages
74
I was wondering how could make a passive skill activable when I press the button, exactily as it was a active skill.

Another problem that I have is that when I try to use some item skills as hero skills, they just appear in the "Learn skills" but no in the usable skills.
 
I am not sure if that's what you're asking, but use "Orb of Lightning" ability; it will display the cooldown of the passive skill, otherwise, you can't do this, unless you want to elaborate more.

Don't do it this way. Instead, base your ability to another ability, like Bash, if it's a passive skill and when your hero learns the ability, add it via triggers.
  • Tr
  • Events
    • Unit - A unit learns a skill
  • Conditions
    • (Hero learned skill) Equal to X
  • Actions
    • If (All conditions are true) then do (Actions) else do (Actions)
      • If - Conditions
        • (Level of X) Equal to 1
      • Then - Actions
        • Unit - Add Ability to (Triggering unit)
      • Else - Actions
        • Unit - Set level of Ability for (Triggering unit) to (Level of X for (Triggering unit))
 
Status
Not open for further replies.
Top