itsdax / Runescape-Web-Walker-Engine

A navigation engine for OSRS written for TriBot
https://tribot.org/
Apache License 2.0
81 stars 37 forks source link

Path from fairyrings (BIQ) to Kalphite Cave #210

Closed SlipperyPickle closed 11 months ago

SlipperyPickle commented 12 months ago

If you try to create a path between fairyring BIQ and the Kalphite cave it can't find a path. If you try to create the path from a tile next to the fairyring it does work.

image

Failed to get path between (3251, 3095, 0) and (3323, 3121, 0) from Eternal Client. Reason: 'undefined'

SlipperyPickle commented 12 months ago

Is it the same: as https://github.com/itsdax/Runescape-Web-Walker-Engine/issues/170

Since it does generate a path from a walkable tile next to the fairy rings.

FALSkills commented 11 months ago

Yes, that issue was resolved and I linked to the commit which fixed it. Fairy ring tiles are blocked and need the client-side engine to handle that to keep the path generator working appropriately.