Results 1 to 4 of 4

Thread: FindSymbol

  1. #1
    Join Date
    Nov 2007
    Location
    46696E6C616E64
    Posts
    3,069
    Mentioned
    44 Post(s)
    Quoted
    302 Post(s)

    Question FindSymbol

    PROBLEM SOLVED

    I got problems getting the FindSymbol function working.

    SCAR Code:
    FindSymbol( x, y, 'bank' )
    Last edited by Frement; 01-09-2010 at 07:14 AM.

  2. #2
    Join Date
    Nov 2007
    Location
    Chile
    Posts
    1,901
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Try changing the symbol accuracy:
    scar Code:
    SymbolAccuracy := 0.6;
    put that after SetupSRL;


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

    Default

    ^ What he said. Sometimes if symbols have crap on them its harder to detect. Remember though, lowering accuracy might give you false positives (Might pick up wrong symbol sometimes).

  4. #4
    Join Date
    Nov 2007
    Location
    46696E6C616E64
    Posts
    3,069
    Mentioned
    44 Post(s)
    Quoted
    302 Post(s)

    Default

    Well im trying to detect Draynors bank symbol, and the few times i tested it had no dots over it.

    Still doesnt work.
    Last edited by Frement; 01-08-2010 at 06:37 AM.

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
  •