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

Respawn turn off trigger/Victory trigger

Status
Not open for further replies.
Level 3
Joined
Jan 19, 2019
Messages
29
Hey I've been designing an Arena style map and at 30 minutes I want to turn off my respawn trigger. Well it doen't work every time i convert 30 minutes to seconds it wont recognize the wait 1800 turn off trigger command but if i do for example 180 seconds it works fine. Is their a cap on time that can be waited? If so anyway to change? Just trying to figure how to turn this trigger off after 30 minutes.

Otherwise if anyone has a trigger for Victory off of kill score(ex. first player to 500 kills wins)? Both could be useful. I was working on a kill score trigger the other day but couldnt figure out the correct comparison to use.
 
Level 13
Joined
Nov 4, 2006
Messages
1,239
make a second trigger like this:

  • turn off
    • Events
      • Time - Elapsed game time is 1800.00 seconds
    • Conditions
    • Actions
      • Trigger - Turn off "your trigger"
as for the kill score, use an integer variable to track the kills, and once it reaches your desired amount, run a victory trigger
 
Level 3
Joined
Jan 19, 2019
Messages
29
do i make the 2nd trigger underneath the same category? For instance, I open with left click folder "Respawns" opens and shows my respawn trigger, do i just make another trigger in that category directly underneath first trigger? @UreDe4D
 
Status
Not open for further replies.
Top