Learning whilst trying to make a balloon law runecrafting script, having some issues with interacting with the map to click on "entrana" after clicking fly on the assistant, the popup is always in the same position, so i just have this doing it now:
int x = random(206, 272);
int y = random(128, 146);
getMouse().move(x, y);
mouse.click(false);
also do not have the slightest idea what the boolean parameter i'm passing to mouse.click() does any insight would be helpful, thanks.