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

Rellekka special case bug #153

Closed BegTribot closed 1 year ago

BegTribot commented 2 years ago

I've been testing this special case

https://github.com/itsdax/Runescape-Web-Walker-Engine/blob/04a8fb98c7006cf0538e1ecdfa4f43398cffea63/src/main/java/dax/walker_engine/navigation_utils/NavigationSpecialCase.java#L353-L364

And it seems to be switched with this one:

https://github.com/itsdax/Runescape-Web-Walker-Engine/blob/04a8fb98c7006cf0538e1ecdfa4f43398cffea63/src/main/java/dax/walker_engine/navigation_utils/NavigationSpecialCase.java#L336-L340

If i understood correctly, the special case is our destination and not our current position.

Related issue: https://github.com/itsdax/Runescape-Web-Walker-Engine/issues/144#issue-1297955288

FALSkills commented 1 year ago

Sorry for the delay. Fixed here https://github.com/itsdax/Runescape-Web-Walker-Engine/commit/d66e463b8d28566936b614ee0b2ba4d77bd718a7