• 🏆 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!
  • It's time for the first HD Modeling Contest of 2024. Join the theme discussion for Hive's HD Modeling Contest #6! Click here to post your idea!

[Trigger] Make Structure Cast Ability

Status
Not open for further replies.
Level 3
Joined
Oct 6, 2008
Messages
47
I am making a preschool/micro tournament map and I want it to be automaticly sent by an abilty. For varying reasons including not being able to upgrade without pressing escape 7 times. I just want a way to make it use the abilty as soon as the cooldown is gone. Sorry I didnt put this in the first post!
 
Level 5
Joined
Dec 18, 2007
Messages
205
lets say the ability has a cooldown of 15 seconds. then make a trigger with the event u need to start off and then let the trigger run: cast ability, pause of 15.5 (to avoid problems) and then run the trigger again.
 
Level 5
Joined
Dec 18, 2007
Messages
205
  • Unbezeichneter Auslöser 005
    • Events
      • Your event
    • Conditions
      • your conditions if you need some
    • Actions
      • Unit - Order (*your unit*) to *the ability*
      • -------- careful with your spell whether its a target spell, no target spell etc. --------
      • Wait 15.50 seconds
      • Trigger - Run (This trigger) (checking conditions)
here is an example
 
Status
Not open for further replies.
Top