• 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.

Passive Hero Ability

Status
Not open for further replies.
Level 9
Joined
Nov 4, 2007
Messages
933
Just wondering if there is any ability type in the data editor that simply applies the passive behavior I have setup without needing to be toggled, in other words, a true passive ability, I can't simply add the behavior to the unit as it has multiple levels and would like it to be able to level up its passives, so does anyone know how this can be done?
 
Level 11
Joined
Aug 1, 2009
Messages
963
You could try having a behavior that has a validator that checks the level of the ability, and if it is high enough the validator will return true and the behavior will be shown.

i'm sure theres another way to do it, but i haven't worked with heroes at all, :|
 
Screenshot3.png
 
Level 9
Joined
Nov 4, 2007
Messages
933
Tried this with a different ability before, it didn't work, the first command card stayed at the top greyed out listing its requirements, while the one below it was only activatable thanks to it being preset to autocast when its requirement was fulfilled.
image.php


Edit: I think I've figured it out, I didn't realize that there was a Show field in requirements and I only filled out the Use field, I think this solves a few problems with this ability.
 
Last edited:
Status
Not open for further replies.
Top