l2jserver2 icon indicating copy to clipboard operation
l2jserver2 copied to clipboard

PathingService implementation

Open Rogiel opened this issue 14 years ago • 0 comments

PathingService is an important part. It must be implemented designed to be fast and good. I believe a A* algorithm is good enough. We don't need 3D pathing for now, height can be fixed by MapService all we need is find two-dimensional (x-y) path for the given location.

Rogiel avatar May 26 '11 17:05 Rogiel