Implementation of AI Patrol and AI Loiter states

Applied to Dantooine Imp OP to get it alive.
This commit is contained in:
CharonInferar
2014-06-27 03:35:29 +02:00
parent 36eeac8bbc
commit bbbc26177f
13 changed files with 751 additions and 11 deletions
+3 -1
View File
@@ -282,7 +282,9 @@ public class SimulationService implements INetworkDispatch {
boolean success = quadTrees.get(object.getPlanet().getName()).put(newX, newZ, object);
return success;
}
System.out.println("Move failed.");
// Note: This sysout keeps getting spammed, so the quadtree remove fails for some reason
// The NPC does move though
//System.out.println("Move failed.");
return false;
}