Search found 5 matches

by D4nte
Thu Jan 26, 2012 8:58 am
Forum: Userfunctions, waypoint scripts, etc.
Topic: Rock5's Millers Ranch Scripts
Replies: 778
Views: 412381

Re: Rock5's Millers Ranch Scripts

rock5 wrote:How do you watch it for 1k hens to see if it does it again? You must have great patience.
and a television on the same screen ;)
by D4nte
Sun Jan 22, 2012 5:22 pm
Forum: Userfunctions, waypoint scripts, etc.
Topic: Rock5's Millers Ranch Scripts
Replies: 778
Views: 412381

Re: Rock5's Millers Ranch Scripts

i dont know how but it does sometimes (like once in 1k hens) run after a leaving one and crash into that column...where it gets stuck 4 a while...
more often the bot dont crashes the column but runs after a leaving hen feeding it and returns into the barn just to leave it again to go feeding hens ...
by D4nte
Sat Jan 21, 2012 1:32 pm
Forum: Userfunctions, waypoint scripts, etc.
Topic: Rock5's Millers Ranch Scripts
Replies: 778
Views: 412381

Re: Rock5's Millers Ranch Scripts

Ah I understand now. Did you try copy and pasting then?

I think it should look like this.
function coopHenEvalFunc(address)
-- Don't target hens in the ignore list
for k,v in pairs(ignoredHens) do
if v.address == address then
if Timeout == 0 or (Timeout > 0 and Timeout > (os.time() - v.time ...
by D4nte
Sat Jan 21, 2012 10:04 am
Forum: Userfunctions, waypoint scripts, etc.
Topic: Rock5's Millers Ranch Scripts
Replies: 778
Views: 412381

Re: Rock5's Millers Ranch Scripts

rock5 wrote:Are you using the latest version of mrc_optimized? I'm pretty sure it has code to not target moving hens.
yes but only 4 feeding hens not 4 encourage them ;)

thats why i said copy&paste
by D4nte
Wed Jan 18, 2012 3:02 pm
Forum: Userfunctions, waypoint scripts, etc.
Topic: Rock5's Millers Ranch Scripts
Replies: 778
Views: 412381

Re: Rock5's Millers Ranch Scripts

hey first i like to say great bot great work awesome ;=

and i might add the egg-farm waypoint file has still one litle hickup
at least my bot targets moving hens, when in coop, sometimes
easy fix copy&paste i know and i already done it i just realised that when i last used this bot and this ...