[Trigger] Attack Waves

Status
Not open for further replies.

Angle of War

A

Angle of War

I was making a survival map in Warcraft and I need to know how to make waves that keep increasing the number of units and for the number of waves to never end. If anyone could help me that would be great. Thanks!
 
  • your trigger
    • Events
      • Time - Every how much you want seconds of game time
    • Conditions
    • Actions
      • Set i = (i + 1)
      • Unit - Create i Your unit for Whoever you want at Position You want facing Default building facing degrees
the i is integer variable

Or do you want something more complex?
 
4 zones the units come from. Round/Wave 1 each spot will send 4 custom zombies I've made. The custom zombie will be the only unit made. Every Round/Wave will give +2 to the amount of units from each zone. <1 type of unit> <+2 for every round/unlimited rounds> <4 unit per position> <4 positions>
 
They attack the center of the map where the players have there town halls. I also want them to attack move, not the tower defense move when they just move past the units to a location.
 
Here you are :)
they bug out rather fast but its because there is tooo many of them, that is because the timer is extremly fast, change the elapsed time(to the first wave) and the if intcountsum to how much secs you want(the rest of waves)
If i didnt do it that way it would bug and they would spawn right after the first spawn rather then after 5 secs after first spawn

Hope this is what you wanted to
Ive added some instructions into the map but if you want to know something ask me, Im going to sleep soon but maybe you will catch me up. If not someone here will help you or I will tomorrow
 

Attachments

Status
Not open for further replies.
Back
Top