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

help with footies/td

Status
Not open for further replies.
Level 1
Joined
Aug 4, 2007
Messages
7
I am having some issues with my footies map. I cant seem to make them stop spawning after enemies kill the barracks(at which they spawn). I also need triggers for hero selection at the begining of the map. As for my td i cant make the units that spawn move downwards. And whats the trigger for taking lives? How do you create lives at that. Thank you for all of your help. I have read these forums before and a lot of you have great directions. I needed to get bounty for my footy map and i figured out through another post =^)
 
Level 9
Joined
Jun 18, 2004
Messages
565
For the footies, I'm guessing the problem is that your trigger is detecting decaying buildings, but I'd need to see it for sure.

Don't quite understand what you mean by "Move downwards" just create the units, then order then to another region.

For lives, just create an interger variable...and...

  • Untitled Trigger 001
    • Events
      • Unit - A unit enters CreepEnding <gen>
    • Conditions
    • Actions
      • Set Lives = (Lives - 1.00)
Then make a trigger that checks if lives is below 0, and call defeat.
 
Level 1
Joined
Aug 4, 2007
Messages
7
thanks guys i REALLY appericate it..iron_warrior i meant like there at the top of the map and in a normal td they progess down towards your life region and i need to know how you make them move downwards on the map towards the life region so they either take lives or die on the way down. I am not the best direction giver but hey hope u understand :p thanks again guys
 
Level 1
Joined
Aug 4, 2007
Messages
7
mmm i tried the boolean trigger and it didnt work keeps spawning the bastards :p
i already tried that trigger razorbrain it only takes 1 unit from my group and if i try to put it in the number of times i have units spawn it wont work =^(
 
Level 9
Joined
Jun 18, 2004
Messages
565
Can you show the trigger? It depends what method you're using to spawn them. Just right-click the name of the trigger (Just about "Events") and do "Copy as Text" Then put the type [ trigger ] (Minus the spaces), paste your trigger here, and [/ trigger ] to close it. I'll probably be able to help if I can see it.
 
Level 1
Joined
Aug 4, 2007
Messages
7
i got them to move down its just i dont know how to actually make lives and now i ran into another problem i cant seem to get the units that spawn to not attack and make them fit into the spaces between the towers :p sec lemme get u the trigger
 
Level 1
Joined
Aug 4, 2007
Messages
7
  • Time - Every 0.10 seconds of game time
  • Unit Group - Pick every unit in (Units in Region 000 <gen>) and do (Unit Group - Order (Units in Region 000 <gen>) to Attack Magnataur Destroyer 0012 <gen>)
  • Unit - A unit enters Region 004 <gen>
  • Unit - Kill (Entering unit)
 
Level 1
Joined
Aug 4, 2007
Messages
7
  • Time - Every 8.00 seconds of game time
  • (Barracks 0000 <gen> is A structure) Equal to True
  • Player - Limit training of Heroes to 1 for Player 1 (Red)
  • Unit - Create 1 Footman for Player 1 (Red) at (Position of Barracks 0000 <gen>) facing Default building facing degrees
 
Status
Not open for further replies.
Top