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

Checking Ability Levels

Status
Not open for further replies.
Level 1
Joined
Jul 21, 2006
Messages
2
Hey, I really don't know how to use a trigger to check an ability level, like the trigger is triggered then it checks how high the ability is, and if it is the right level (such as level 3 immolation) it completes the action.
I was just wondering if this is possible in a practical way, if its super complicated to do something like this, then never mind, but if its not that hard to do, how do you do it?
 
Level 14
Joined
Jan 15, 2007
Messages
349
If I understood it right this is that what you have to do if you want to make such a trigger,you have described, in GUI.

  • Events
    • Unit - A unit Starts the effect of an ability
  • Conditions
    • (Ability being cast) Equal to Aas-Schwarm
  • Actions
    • If (All Conditions are True) then do (Then Actions) else do (Else Actions)
      • If - Conditions
        • (Level of Aas-Schwarm for (Triggering unit)) Equal to 3
      • Then - Actions
        • // Your actions
      • Else - Actions
I hope I helped you.
 
Status
Not open for further replies.
Top