Warcraft III resources & community, 2003–2006 · archived

Condition Help

6 posts
#1

Condition Help

im looking for a condition that can detect if a hero has an ability, anyone know if that condition exists?
#2
:lol: :lol: :lol:

your kidding right??


the condition is either under "Hero" or "Ability"

WE is unavailable or i would find it exactly...
:lol: :lol: :lol:
#3
well... thats not so easy as it seems...

anyway here is what i found for you - otherwise you have to use variables where u set for example a boolean HeroHasSpellX to true and check this then...

---HERO SKILL COMPARISON---
<<works only with heroes i think>>
(Learned Hero Skill) Equal to xxxxxx

---BOOLEAN COMPARISON---
<<well... only for abilities with buffs>>
((Triggering unit) has buff xxxxxx) Equal to True

---INTEGER COMPARISON---
<<hopefully the best solution - try it out ^^ >>
(Level of xxxxxx for (Triggering unit)) Greater than 0


well thats what i found... gl :wink:
#4
integer comparison
Level of Ability for unit
Level of (Storm Bolt) for (Mountain King) is greater than 0
#5
shadow1500Level of (Storm Bolt) for (Mountain King) is greater than 0


well... thats what i sayed or not? :wink:
#6
oh srry didnt notice that, level of ability for unit is the best way to go, those other ways are unnecessary.