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

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