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

Problem with timer in Ralle's Tower Defense Guide

Status
Not open for further replies.
Level 2
Joined
Apr 23, 2008
Messages
10
Hello
I have a problem with the timer in Ralle's TD Guide. When i use this trigger the timer wont show.
unavngivetdu2.jpg

Then i tried this:
67310046un2.jpg

And it didn't work either :angry:
Hopes somone can help me
 
Level 8
Joined
Dec 29, 2006
Messages
359
instead of setting brown's food to 0, try making a peasant or some random unit owned by brown at some desolate point on the map, then kill it upon game initialization. Idk if itll fix your problem, but thats the traditional way to begin a TD.
 
Level 8
Joined
Jun 25, 2007
Messages
165
I have made a td one time:
AT INITIALISATION:
  • Initialization
    • Events
      • Map initialization
    • Conditions
    • Actions
      • Set NextLevel = (NextLevel + 1)
      • Wait 2.00 seconds
      • Countdown Timer - Start YOURTIMER as a Un coup timer that will expire in 60.00 seconds
      • Countdown Timer - Create a timer window for (Last started timer) with title Next Level
      • Countdown Timer - Show (Last created timer window)
Next Level
  • NextLevel
    • Events
      • Player - Player 12 (Brown)'s Food used becomes Less or Equal to 0.00
    • Conditions
      • Defeat Equal to FALSE
    • Actions
      • Set NextLevel = (NextLevel + 1)
      • Countdown Timer - Start YOURTIMER as a One-shot timer that will expire in 20.00 seconds
and for the win
  • Victory
    • Events
      • Time - Every 0.50 seconds of game time
    • Conditions
      • Lives Greater than 0
      • NextLevel Equal to (+1 of your end lvl)
      • Actions
        • Unit Group - Pick every unit in (Units in (Playable map area) owned by Joueur 12 (Brown)) and do (Unit - Remove (Picked unit) from the game)
        • Player Group - Pick every player in (All players) and do (Game - Victory (Picked player) (Show dialogs, Show scores))
        • Trigger - Turn off DEFEAT <gen>
 
Status
Not open for further replies.
Top