Results 1 to 4 of 4

Thread: Item list bitmap help

  1. #1
    Join Date
    Jul 2006
    Location
    NY
    Posts
    371
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default Item list bitmap help

    Ok, im using this procedure and it does nothing at all. It cant find the bitmap mask of the object from item list. And yes I do have the item list include included in my script.
    SCAR Code:
    if (FindBitmapMaskTolerance(AllItems[84].Bitmap, x, y, mix1, miy1, mix2, miy2, 80, 80)) then
     begin
       MMouse(x, y, 2, 2);
    Does anyone know whats wrong?

  2. #2
    Join Date
    Feb 2006
    Location
    Locked in RAM's closet !
    Posts
    2,001
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

    Default

    have you tried freeing the bitmap?
    Darky has stopped by to say hello :).
    10-21-2010
    Updated-
    10-09-2012

  3. #3
    Join Date
    Jul 2006
    Location
    NY
    Posts
    371
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Freeing the bitmap? No, I thought you free the bitmap AFTER you call it.
    SCAR Code:
    FreeBitmap(AllItems[84].Bitmap);
    Like that right? Would this help?

  4. #4
    Join Date
    Jul 2006
    Location
    NY
    Posts
    371
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    No help? Cant find anyway for the bitmap mask to work.

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Replies: 23
    Last Post: 01-08-2008, 01:20 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. Using item??????Need help
    By wtf i sp4nk in forum OSR Help
    Replies: 16
    Last Post: 01-24-2007, 09:59 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
  •