Hello guys,
I couldn't find what I was looking for in the API documentation so maybe you guys could help me with this.
Question 1:
My first script is running fine banking(webwalking) widgets & sleep timers but I want to randomize my path from bank to furnace.
I'm using the following
private Position[] walktoFurnace = {
new Position(3273, 3167, 0), new Position(3280, 3180, 0), new Position(3275,3186, 0)
};
And then
getWalking().webWalk((walktoFurnace));
The problem is that its using the exact tiles in the array walkToFurnace & assume this will be easy to detect.
How can I randomize this path so it uses random tiles to get to the destination?
Question 2:
How can I control the mouse speed of the bot? I was looking at the Class Mouse but couldn't find what I was looking for.
Thanks in advance,
Nillihium