Warcraft III resources & community, 2003–2006 · archived

Trigger Request

3 posts
#1

Trigger Request

Since units have a maxrange, and My Catapults should have range of over 10 000, I need a trigger to make an explosion in a random point of a big region, killing few units and doing big damage to more units arround(killing 1 unit is acceptable too... :roll: ). It has to have an effect like flamestrike.

Event : Every 10 Seconds
Condition : Boolean Variable equal to true (variable becomes false when the specific catapult is destroyed)

Actions : Have to contain: Kill X units in a random point of region, damage surrounding troops for X HP, and create an effect like flamestrike (an explosion).

I need this trigger for my epic Minas Tirith Battle...

Another thing I do not know is: If I order a large group of orcs to patrol to a certain point, and they meet enemies: They will attack, right? But then: Will they patrol further or not?

Please help me out.
#2
ummm those kind of triggers arnt what im good at but if you do patrol to a certain area they wont go further unless you make it by trigger EX

event-unit enters (orc patrol)
condtion- player 12 equals true
action- target point triggering unit patrol to
(orc patrol 2)

is that what u wanted im not sure if i got the trigger names right but im sure you undderstand that part now
#3
I solved the patrol problem allready. Thanks for your help!

Now I definatelly need the catapulttrigger...