l2jserver2
l2jserver2 copied to clipboard
PathingService implementation
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.