so does this run well now?
so does this run well now?
P1nky, is there any way you can stop the pointer from clicking the tree stump near the centre of the field?
Some colour must be too similar to it.
Also, I keep getting this message:
Warning! You passed wrong values to a finder function: ys > ye (30,29). Swapping the values for now.
Last edited by Ashihtaka; 03-02-2012 at 10:43 PM.
Ignore that message, and for the tree stump.. Use the new one he posted with updated colors.
Meh, went to that middle one again(not with new update this was like 1-2 days ago)
||===========================||
|| P1nkys PestController ||
||===========================||
|| March 2nd, 2012 ||
||===========================||
Worked For 9 Hours, 53 Minutes and 29 Seconds
Games Played 74
||===========================||
Last edited by InH; 03-02-2012 at 10:50 PM.
function IsFKeyDown(FKey : integer) : boolean;
begin
if not InRange(FKey,1,12) then
raiseexception(erCustomError,'FKey not in range 1..12');
result := IsKeyDown(VK_F1 + FKey - 1);
end;
function GetColors(Coords : TPointArray) : TIntegerArray;
begin
GetColorsWrap(Coords,Result);
end;
procedure ColorToRGB(Color : TColor; var R,G,B : integer);
begin
R := Color and $ff;
G := Color shr 8 and $ff;
B := Color shr 16 and $ff;
end;
function Degrees(Radians: Extended): Extended;
@InH, I always use the most updated version, but sometimes it still happens.
This is an excellent script if you babysit every hour or so though, good proggy so far:
||===========================||
|| P1nkys PestController ||
||===========================||
|| March 2nd, 2012 ||
||===========================||
Worked For 3 Hours, 20 Minutes and 6 Seconds
Games Played 64
||===========================||
Updated proggy, worked very well today, so long that I manually closed it after 100 games
||===========================||
|| P1nkys PestController ||
||===========================||
|| March 2nd, 2012 ||
||===========================||
Worked For 5 Hours, 15 Minutes and 2 Seconds
Games Played 100
||===========================||
Hello, i see there are multiple kinds of these script like [F] [D] and beta, which one is best to use? Also does it work 100%, and do i need to update anything for it to function?
big issue goes to the other fence.
This keeps running to the middle and thats it
ok horrible today seems like all pest ppl are bots and it crashed cause it keeps running outside of the fence. version F
Last edited by superbuster4; 03-03-2012 at 06:31 PM.
I'm looking forward to that release.
After getting everything set up properly, and removing the vk_down camera angle line of code, everything ran very smoothly for me,
and got me max (500) points while I slept for longer than 8 hours.
This is now the best public script I've successfully ran on SRL forums, thanks P1nky.
i run the bot from the boat and i just walks into a random empty space it doesnt go near the void knight or attacks things i gotta put it there myself
what file do i download?
also, what is libsmart32. it says that the plugin cannot be found?
Last edited by miniman1928; 03-04-2012 at 06:43 PM.
Script runs great. I'm using it with the new smart manager and I'm wondering how to get it to pick a pest control world on script start, because its just choosing a random world right now.
edit: now that i've picked w53 once (at script start) it seems to rejoin that world if it gets logged out
Last edited by whatev; 03-04-2012 at 07:35 PM.
This doesn't work for me It just loads SMART.. Nothing in the debug
The script was perfect but recently I've had this error that I can't seem to figure out:
[Error] (39:3): Unknown identifier 'FindLamp' at line 38
Compiling failed.
No SRL update available.
And still same problem for me
[Error] (39:1): Unknown identifier 'FindLamp' at line 38
Compiling failed. :S
There are currently 1 users browsing this thread. (0 members and 1 guests)