Results 1 to 3 of 3

Thread: FindBitmapToleranceIn and FindSymbol problem:

  1. #1
    Join Date
    Jan 2009
    Location
    Belgium
    Posts
    175
    Mentioned
    0 Post(s)
    Quoted
    14 Post(s)

    Default FindBitmapToleranceIn and FindSymbol problem:

    well when i use those 2 commands in my script then it can't find it(u'll understand what i mean when u read my script)

    HTML Code:
    http://pastebin.com/m41072709
    What i see when runned:

    Could not find Iron bitmap
    Could not find Coal bitmap
    We have not found the furnace symbol!

    Any help??

  2. #2
    Join Date
    Feb 2007
    Posts
    3,616
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Those bitmaps are gigantic. With the RS main screen changing so much (to try to stop autoers), you need to look for a much smaller bitmap. I would use a simple FindColorTolerance, a DDTM, or a TPA (may be kind of advanced for you right now).

    When using bitmaps, just take a small portion of the object you want to find.

    Edit: Just noticed that this is not a miner but a smelter. You are searching for those bitmaps on the main screen (MS). MIX1,MIY1,MIX2,MIY2 is the coordinates box of the inventory, which is probably where you meant to look for the bitmap.

    I would still use a MUCH smaller bitmap though.
    Last edited by JAD; 08-13-2009 at 12:43 AM.

  3. #3
    Join Date
    Jan 2009
    Location
    Belgium
    Posts
    175
    Mentioned
    0 Post(s)
    Quoted
    14 Post(s)

    Default

    ah yes! thank you.

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
  •