Fixed NodeBuffer exhaustion.

This commit is contained in:
MobiusDevelopment
2021-07-09 22:06:22 +00:00
parent 200c1483df
commit 8e8084e8dd
150 changed files with 8475 additions and 2400 deletions

View File

@@ -19,8 +19,8 @@ GeoDataType = L2J
# an alternative path (e.g. walk around obstacle), default: True
PathFinding = True
# Pathfinding array buffers configuration, default: 500x10;1000x10;3000x5;5000x3;10000x3
PathFindBuffers = 500x10;1000x10;3000x5;5000x3;10000x3
# Pathfinding array buffers configuration, default: 1200x10;2000x10;3000x5;5000x3;10000x3
PathFindBuffers = 1200x10;2000x10;3000x5;5000x3;10000x3
# Movement weight, when moving from one to another axially and diagonally, default: 10 and 14
MoveWeight = 10