Warcraft III resources & community, 2003–2006 · archived

Need help with triggering

4 posts
#1

Need help with triggering

I want to have a trigger which picks 1 random enemy unit in an area of 512 from caster and then let my caster cast a spell on it, but can I just pick a random or does it have to be enemy only?

~Flaming
#2
Depends on what the unit group is that your picking the random unit from. If you use pick all units within a certain area, it can be enemy, allied, your own, neutral, etc. Anything you want it to be. On the other hand, you can use pick all units owned by player in a certain area, pick all units of type in a certain area, pick all units of type owned by player in a certain area, etc. It doesn't even need to be in an area. You can pick every single one of the units matching a condition in the whole map if you wanted.
#3
Untitled Trigger 001
    Events
        Unit - A unit Begins casting an ability
    Conditions
        (Ability being cast) Equal to <Dummy_Ability>
    Actions
        Unit - Create 1 <Dummy_Unit> for (Owner of (Triggering unit)) at (Position of (Triggering unit)) facing (Position of (Triggering unit))
        Unit - Order (Last created unit) to Human Sorceress - Polymorph (Random unit from (Units in (Region centered at (Position of (Triggering unit)) with size (1024.00, 1024.00)) matching ((Matching unit) Not equal to (Triggering unit))))
        Unit - Add a 0.50 second Generic expiration timer to (Last created unit)