Page 1 of 1

Run in Bachround?

Posted: Thu Jul 22, 2010 5:42 am
by borbarad3
I use a script for bot Harvest, whit simpel mouse klicks.

can i run a script whit mouse actin im Bachround?

And can i say run script 20 times or so?

Sorry for bad englich me is german

Re: Run in Bachround?

Posted: Thu Jul 22, 2010 5:51 am
by rock5
borbarad3 wrote:I use a script for bot Harvest, whit simpel mouse klicks.

can i run a script whit mouse actin im Bachround?

And can i say run script 20 times or so?

Sorry for bad englich me is german
With mouse clicks you can't run it in the background but with the latest SVN revision, you don't need the mouse for most functions including harvesting.

As long as your waypoint file ends where it began you can run it for as long as you like.

Re: Run in Bachround?

Posted: Thu Jul 22, 2010 6:13 am
by borbarad3
I dont run Waypoints, the script us the Pet Harvesting!

can i control this whitout mousclicks?

i used this verry simpel script,

Code: Select all

<?xml version="1.0" encoding="utf-8"?><waypoints>
	<!-- #  1 --><waypoint x="-37" z="32">
		player:mouseclickL(692, 835, 1280, 977);
		player:rest(2);
		player:mouseclickL(1075, 816, 1280, 977);
		player:rest(2);
		player:mouseclickL(961, 541, 1280, 977);
		player:rest(2);
		player:mouseclickL(444, 586, 1280, 977);
		player:rest(2);
		player:mouseclickL(852, 600, 1280, 977);
		player:mouseclickL(830, 768, 1280, 977);
		player:rest(2);
		player:mouseclickL(534, 837, 1280, 977);
		player:rest(1200);
	</waypoint>
</waypoints>

Re: Run in Bachround?

Posted: Thu Jul 22, 2010 6:29 am
by rock5
borbarad3 wrote:I dont run Waypoints, the script us the Pet Harvesting!

can i control this whitout mousclicks?
It should theoretically be possible if you can figure out all the commands to control the interface but rombot can't natively do it.