refactor: add pathfinding description

This commit is contained in:
k0t9i
2023-10-29 22:03:51 +05:00
committed by GitHub
parent 17a4f82f24
commit 385f02a3d8

View File

@@ -13,3 +13,7 @@
## Intercommunications ## Intercommunications
Communication between the client and the injected code occurs through a named pipe with json-messages. Communication between the client and the injected code occurs through a named pipe with json-messages.
## Pathfinding
Pathfinding is done using [L2jGeodataPathFinder](https://github.com/k0t9i/L2jGeodataPathFinder).
![image_2023-10-29_20-53-56](https://github.com/k0t9i/L2Bot2.0/assets/7733997/104e5ff2-7435-4def-be5c-3223f02e37c5)