Warcraft III resources & community, 2003–2006 · archived

TRIGGER HELP

4 posts
#1

TRIGGER HELP

how do you do the trigger where as known in footies units appear over time, also tehy change when you upgrade your building. any help is appreciated.
#2
i dont understand ur second question, but about the first one, put a Rect where u want to.

events: gametime - every X seconds of the game
conditions: ----
actions: unit - create 1 footman at 'Rect' for player X facing ... degrees
#3
i mean like when you upgrade the hall to like a stronghold or what ever it makes kinghts instead of footies every X seconds
#4
Just create another trigger which creates knights and turn off the one creating footmen. Or you can do something like this:

Events-
Every 2 seconds of game time
Conditions-
Actions-
If (Human Tier 2) is in (Area) Then create (unit)

Just check all the Tiers.