
Originally Posted by
BMWxi
Ehh, I always need to hop for a bit to find a free world anyway, there is never one special world that is always free. Maybe in a future update I'll add it, thanks though.
yeah, it's not necessary to do not
but I missed it and letting you know to make your script even better! though works very nice..
but in rimingtom sometimes he goes too much in eastern spot (there is only 2 or 3 iron rocks) You also may want to add "optional" settings which states
Simba Code:
GoToMiningSpot := true; //false as default
and during the main loop lets say after 15 minutes +- random 5minutes he should do that if GoToMiningSpot := true;
Simba Code:
If FindSymbol(x, y, 'mining') Then
Mouse(x, y, 5, 5, true); // just to make sure he is in center of mining spot.
// (optional since not all ore are close to center)