From 385f02a3d8b018c6fe38bb7e3a27b5180a0d515a Mon Sep 17 00:00:00 2001 From: k0t9i Date: Sun, 29 Oct 2023 22:03:51 +0500 Subject: [PATCH] refactor: add pathfinding description --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 249c533..b2396e1 100644 --- a/README.md +++ b/README.md @@ -13,3 +13,7 @@ ## Intercommunications 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)