Originally Posted by
BlackSack
It doesnt need to but i added the click around the wall to avoid the problem where on some runs it would run into the wall while trying to get to the cellar.
Try this:
Comment out or remove lines 312,313,314,315,316
(these ones) and see what it does
Hey, I changed the line to a 600 delay instead of an 800 and that seems to have done the trick, turns out before he was just holding it too long and he would get trapped on the other side of the wall:
Code:
RandClick("middle", Round(407 * $x_ratio), Round(427 * $y_ratio), 10, 10)
Send("{4 DOWN}")
Sleep(600)
Send("{4 UP}")
Sleep(200)
Also, thank you for the quick response and the work done. Everything else is working greatly.