Hi everyone,
I'm working on a custom Warcraft 3 map and encountered a very strange issue with AI-controlled units. I’m not using any custom AI scripts or triggers to control them — just standard melee AI.
Here’s the problem:
I also tried:
As shown in the screenshot, some footmen keep trying to move toward this one spot. They never stop, and do absolutely nothing else.
Has anyone encountered anything like this?
I'm working on a custom Warcraft 3 map and encountered a very strange issue with AI-controlled units. I’m not using any custom AI scripts or triggers to control them — just standard melee AI.
Here’s the problem:
- AI units repeatedly try to move toward a specific point on the map.
- That point appears visually reachable — units can walk there, and I’ve tested it by sending units manually with no problem.
- But AI units behave as if they never actually arrive. They keep trying to reach the same spot over and over, ignoring attacks and never stopping — even after reaching the visual destination.
- This isn’t a regular move order — it seems like the AI thinks it’s executing a goal it never completes.
- If I block off that point (e.g., with pathing blockers), the AI units just start bunching up around their base, again trying to go “somewhere” and never stopping.
- There are no hidden units, no regions placed there, and walkable. I’ve tested and ruled out:
- Triggers (none are affecting AI movement)
- Invisible or unreachable units
- Custom AI scripts (none used)
I also tried:
- Sending units there manually — works fine.
- Using triggers to override their orders — also works, but they return to this weird behavior shortly after.
- Starting from a blank map — everything worked fine at first, but the issue came back halfway through building the terrain. I’m not sure exactly what change caused it.
- Once the issue appears, it seems even flattening or reworking the terrain doesn’t fix it — the only way to make it go away is to start a completely new map.
As shown in the screenshot, some footmen keep trying to move toward this one spot. They never stop, and do absolutely nothing else.
Has anyone encountered anything like this?