Warcraft III resources & community, 2003–2006 · archived

Circle of power issues

2 posts
#1

Circle of power issues

I am trying to make a hero arena map, I would like to know how to be able to pick heros. By that I mean take a wisp over the circle of power and now have that hero. If you have any info please reply, Thanks

Priest
#2
Theres a few ways you can do that, the most basic way is:

Choosing
    Events
        Unit - A unit enters (Region centered at (Position of Circle of Power (large) 0000 <gen>) with size (80.00, 80.00))
    Conditions
        (Unit-type of (Entering unit)) Equal to Wisp
    Actions
        Unit - Create 1 Paladin for (Owner of (Entering unit)) at (Center of Red 1 <gen>) facing Default building facing degrees
        Camera - Pan camera for (Owner of (Entering unit)) to (Center of Red 1 <gen>) over 0.00 seconds
        Unit - Remove (Entering unit) from the game


Wheres the Circle of Power (Large) 0000 is the Circle of Power in front of your hero, and Paladin is the hero chosen behind the circle. Then Red 1 is the point where the hero is spawned (May be wise to use If/Then/Else Action to determine where for each team).

Need any more help or clerification let me know.