Warcraft III resources & community, 2003–2006 · archived

A question

2 posts
#1

A question

Is there a way to make a path that is only passable by heroes but not by units ?

pls tell me how to do such a thing 'cuz I need to prevent creeps from going in a wrong direction
#2
Make a rect in the shape of a wall and make a trigger like this:

Events:
Unit enters 'Rect'
Conditions:
Owner of entering unit = Neutral Hostile (Player Comparison)
Actions:
Move unit instantly to (Point with Offset) Position of entering unit offset by ..., ... (x, y)

If they come from above: 0, 75
If they come from beneath: 0, -75
If they come from the right: 75, 0
If they come from the left: -75, 0