Runescape-Web-Walker-Engine icon indicating copy to clipboard operation
Runescape-Web-Walker-Engine copied to clipboard

Rellekka special case bug

Open BegTribot opened this issue 2 years ago • 0 comments

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

BegTribot avatar Aug 05 '22 18:08 BegTribot