mirror of
https://github.com/2006-Scape/2006Scape.git
synced 2026-07-02 16:49:03 +00:00
[GH-ISSUE #380] Minimap walking fails when clicking 'void' #889
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @BenLand100 on GitHub (Feb 28, 2020).
Original GitHub issue: https://github.com/2006-Scape/2006Scape/issues/380
On OG RS, clicking the black 'void' when underground (or other unwalkable areas) typically will walk to the nearest possible walkable location. 2006rebotted just ignores the click.
@Jmx77-RS commented on GitHub (Feb 28, 2020):
that's probably to stop the massive amount of clipping issues atm. not really an issue.
@BenLand100 commented on GitHub (Feb 28, 2020):
Granted this could be a feature instead of a bug, though 'blind clicking' the minimap is not an uncommon technique for screen scraping bots, and having walking fail instead of go to the nearest point makes that harder in some cases.