Results 1 to 3 of 3

Thread: find symbol?

  1. #1
    Join Date
    May 2007
    Location
    baltimore, md
    Posts
    836
    Mentioned
    0 Post(s)
    Quoted
    8 Post(s)

    Default find symbol?

    SCAR Code:
    procedure walking;
    var x,y: integer;
    begin
      repeat
      setrun(true);
      wait(30+random(60));
      if findsymbol(x,y,'kebab shop') then
      begin
        Mouse(x,y,2,2,true);
        Fflag(1);
      end;
      until(false);
    end;

    yea it wont find kebab symbol any ideas and dont post anything about failsafes because its not finished im only asking how to find that symbol it never finds it.

  2. #2
    Join Date
    Feb 2006
    Location
    Tracy/Davis, California
    Posts
    12,631
    Mentioned
    135 Post(s)
    Quoted
    418 Post(s)

    Default

    Maybe the symbol needs to be reamde.
    Make sure the symbol is 100% visible.
    Also you can set
    SymbolAccuracy
    In your script to make it more tolerant.

  3. #3
    Join Date
    May 2007
    Location
    baltimore, md
    Posts
    836
    Mentioned
    0 Post(s)
    Quoted
    8 Post(s)

    Default

    just to make sure symbol accurace is like .9 or something its an extended value. sry i cant believe i didnt remember that thanks

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Custom Find(DTM)Symbol !
    By Floor66 in forum Research & Development Lounge
    Replies: 15
    Last Post: 03-01-2008, 07:53 AM
  2. Find specific Symbol?!
    By Hugolord in forum OSR Help
    Replies: 10
    Last Post: 06-19-2007, 06:38 PM

Posting Permissions

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