Results 1 to 2 of 2

Thread: yea me...again with bitmap(varrokyewcutter)

  1. #1
    Join Date
    Jan 2007
    Posts
    268
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default yea me...again with bitmap(varrokyewcutter)

    hi in my script when it gets back to bank its supposed to click on bank symbol but sometimes(most of the times) it clicks on the water symbol in varrok east bank.

  2. #2
    Join Date
    Jan 2007
    Location
    Toronto.
    Posts
    150
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)
    Your symbol accuracy need to be increased put this after SetupSRL; in your mainloop.

    SCAR Code:
    SymbolAccuracy := 0.8;

    E.G:

    SCAR Code:
    begin
      SetupSRL;
      SymbolAccuracy := 0.8;
    end.

    Remember that the higher the number the more accurate the symbol has to be, but the less chance of finding it. The lower the number the more chance of finding of a symbol but you'll get wrong results more often.

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. BitMap help please
    By lVlaverick in forum OSR Help
    Replies: 0
    Last Post: 09-14-2008, 05:52 AM
  2. Find Bitmap in Bitmap file
    By fORCE_wORKS in forum RS3 Outdated / Broken Scripts
    Replies: 8
    Last Post: 12-13-2007, 11:04 PM
  3. varrokyewcutter colorfinding and clicking problem
    By macromacro123 in forum OSR Help
    Replies: 4
    Last Post: 02-18-2007, 10:11 PM
  4. Bitmap
    By whales in forum OSR Help
    Replies: 4
    Last Post: 12-20-2006, 12:16 AM

Posting Permissions

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