Warcraft III resources & community, 2003–2006 · archived

How do you make a unit pathable?

4 posts
#1

How do you make a unit pathable?

How do you make a unit pathable so that any other unit can walk through it?

I want to do this using triggers and not the unit pathing property in the object editor.
The unit collision function makes the chosen unit walk through other units, but the other units still treat it as an obstruction when they are ordered to walk through the chosen unit.
#2
You don't need to use triggers or to import anything.

You see the " Circle of Power " ? its walkable right? Its still a unit and selectable. Try copying its properties.

Good luck
#3
I don't want to make the unit permanently walkable. I want to toggle it using an trigger enhanced ability.
#4
Then try using triggers to remove/create it in certain points. Make a walkable one and a non walkable one. Remember to set no collosion size.