View Single Post
Old 07-12-2003, 01:26 AM   #13 (permalink)
Lost User
Guest
 
Posts: n/a
Default

Quote:
Originally Posted by Cyberspud
Open up your \RunUO\Scripts\Engines\Pathing\PathFollower.cs and look right near the top ... you should see this line:
[code:1]
private static bool Enabled = true;
[/code:1]
Change it to this:
[code:1]
private static bool Enabled = false;
[/code:1]
I believe this will disable the pathfinding.

...

To be honest, I wouldn't suggest it. This new pathfinding is great. :!:
Hmm, but does disabling the pathfinding help significantly in increasing the system performance?
  Reply With Quote