Page 15 of 42 FirstFirst ... 5131415161725 ... LastLast
Results 351 to 375 of 1043

Thread: P1nky's PestController

  1. #351
    Join Date
    Jan 2012
    Posts
    470
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    so does this run well now?

  2. #352
    Join Date
    Feb 2012
    Location
    Toronto Ontario, Canada
    Posts
    331
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by superbuster4 View Post
    so does this run well now?
    Run it and see. It works well for me, except sometimes gets stuck

  3. #353
    Join Date
    Feb 2012
    Location
    Toronto Ontario, Canada
    Posts
    331
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    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.

  4. #354
    Join Date
    Feb 2012
    Posts
    93
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by ashihtaka View Post
    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.
    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.

  5. #355
    Join Date
    Jan 2012
    Posts
    7
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    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;

  6. #356
    Join Date
    Feb 2012
    Location
    Toronto Ontario, Canada
    Posts
    331
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    @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
    ||===========================||

  7. #357
    Join Date
    Feb 2012
    Location
    Toronto Ontario, Canada
    Posts
    331
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    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
    ||===========================||

  8. #358
    Join Date
    Mar 2012
    Posts
    1
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    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?

  9. #359
    Join Date
    Jan 2012
    Posts
    470
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    big issue goes to the other fence.

  10. #360
    Join Date
    Jan 2012
    Posts
    1
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    This keeps running to the middle and thats it

  11. #361
    Join Date
    Feb 2012
    Location
    Toronto Ontario, Canada
    Posts
    331
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by Shawn1993 View Post
    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?
    download the latest version (f), and just run it

  12. #362
    Join Date
    Feb 2012
    Location
    Toronto Ontario, Canada
    Posts
    331
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by samj123 View Post
    This keeps running to the middle and thats it
    that's the point of the script, go to middle, attack shifters, earn points.

  13. #363
    Join Date
    Jan 2012
    Posts
    470
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    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.

  14. #364
    Join Date
    Dec 2006
    Location
    Program TEXAS home of AUTOERS
    Posts
    7,934
    Mentioned
    26 Post(s)
    Quoted
    237 Post(s)

    Default

    Quote Originally Posted by superbuster4 View Post
    ok horrible today seems like all pest ppl are bots and it crashed cause it keeps running outside of the fence. version F
    Once I release my sw bot, this will change and also Don't worry I'll check it out!

  15. #365
    Join Date
    Feb 2012
    Location
    Toronto Ontario, Canada
    Posts
    331
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by P1nky View Post
    Once I release my sw bot, this will change and also Don't worry I'll check it out!
    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.

  16. #366
    Join Date
    Feb 2012
    Posts
    3
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    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

  17. #367
    Join Date
    Mar 2012
    Posts
    1
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    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.

  18. #368
    Join Date
    Jul 2011
    Posts
    87
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    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.

  19. #369
    Join Date
    Nov 2011
    Posts
    23
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    This doesn't work for me It just loads SMART.. Nothing in the debug

  20. #370
    Join Date
    Feb 2012
    Location
    Toronto Ontario, Canada
    Posts
    331
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by Epicbotter View Post
    This doesn't work for me It just loads SMART.. Nothing in the debug
    make sure to enter all your info before you start, and wait infront of a boat.

  21. #371
    Join Date
    Feb 2012
    Posts
    48
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    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.

  22. #372
    Join Date
    Dec 2011
    Posts
    10
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by dragonbotz View Post
    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.

    Exact same problem is happening with me. I even tried loading a fresh version F off this site and an earlier version of this script but the problem is still there.

  23. #373
    Join Date
    Dec 2006
    Location
    Program TEXAS home of AUTOERS
    Posts
    7,934
    Mentioned
    26 Post(s)
    Quoted
    237 Post(s)

    Default

    Quote Originally Posted by dragonbotz View Post
    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.
    Quote Originally Posted by MatchRev View Post
    Exact same problem is happening with me. I even tried loading a fresh version F off this site and an earlier version of this script but the problem is still there.
    Did y'all update SRL?

  24. #374
    Join Date
    Jan 2012
    Posts
    6
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    No SRL update available.

    And still same problem for me

  25. #375
    Join Date
    Feb 2012
    Posts
    3
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    [Error] (39:1): Unknown identifier 'FindLamp' at line 38
    Compiling failed. :S

Page 15 of 42 FirstFirst ... 5131415161725 ... LastLast

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •