Provides an interactive map that can be used to set destination to walk to.
How to use:
Login to the game with the account you want to use.
Press the start button
Select a destination on the map.
Press the "Update Destination" button to start walking to the destination coordinate
Supported...
Bug & Question:
I use a lot of code that looks somewhat like this:
if (!BankChest.isVisible()) {
Camera.turnTo(BankChest);
Execution.delayUntil(BankChest::isVisible, 100, 5000);
}
This works great most of the time but I have run into a problem:
When not playing on fixed modus the bot...