Results 1 to 2 of 2

Thread: Smart is enabled cant find things which is obvious to find.

  1. #1
    Join Date
    Dec 2018
    Posts
    3
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default Smart is enabled cant find things which is obvious to find.

    What to do ?
    Its searching for colors but cant find it anyway.
    HTML Code:
    if(FindColorTolerance (x,y,1967089,0,0,788,586,10)) then
    Doesn't do anything not with smart on or off. cant find any colors which is obvious to find.
    HTML Code:
    procedure colorred;
    begin
    if(FindColorTolerance (x,y,1967089,0,0,788,586,10)) then
    begin
    clickmouse(x,y,mouse_left);
    writeln('found cow');
    
    wait(200+random(200));
    end;
                1967089
    end
    
          end;
          begin
          repeat
          inc(a);
          colorred;
          until(a=10);
          end.       

    This is OBVIOUS i know the color is there so why doesn't it work? I tried to just use the mouse on smart with scar but new scar cant use find color for some reason.
    Last edited by Equip; 12-01-2018 at 01:08 PM.

  2. #2
    Join Date
    Sep 2008
    Location
    Not here.
    Posts
    5,422
    Mentioned
    13 Post(s)
    Quoted
    242 Post(s)

    Default

    There are no lines in your script that actually load/connect to SMART. You need to call SetupSRL at the start of the script.

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
  •