Results 1 to 7 of 7

Thread: BitMap Functions.

  1. #1
    Join Date
    Feb 2006
    Posts
    582
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default BitMap Functions.

    Nothing hard. I just thought that since we had ones for color, it wouldn't have been a bad idea to have ones for the bitmaps.
    Code:
    function FindBitMapMSTolRaiser(Bitmap, StartTol, EndTol: integer; var x, y: integer): boolean;
    begin
      if(FindBitmapTolRaiser(Bitmap, x, y, StartTol, EndTol, MSX1, MSY1, MSX2, MSY2))then
        Result:= True;
    end;
    Code:
    function FindBitMapMMTolRaiser(Bitmap, StartTol, EndTol: integer; var x, y: integer): boolean;
    begin
      if(FindBitmapTolRaiser(Bitmap, x, y, StartTol, EndTol, MMX1, MMY1, MMX2, MMY2))then
        Result:= True;
    end;
    Code:
    function FindBitMapInvTolRaiser(Bitmap, StartTol, EndTol: integer; var x, y: integer): boolean;
    begin
      if(FindBitmapTolRaiser(Bitmap, x, y, StartTol, EndTol, MIX1, MIY1, MIX2, MIY2))then
        Result:= True;
    end;
    Code:
    function FindBitMapInv(Bitmap, StartTol, EndTol: integer; var x, y: integer): boolean;
    begin
      if(FindBitmapTolRaiser(Bitmap, x, y, StartTol, EndTol, MIX1, MIY1, MIX2, MIY2))then
        Result:= True;
    end;
    Code:
    function FindBitMapMS(Bitmap, StartTol, EndTol: integer; var x, y: integer): boolean;
    begin
      if(FindBitmapTolRaiser(Bitmap, x, y, StartTol, EndTol, MSX1, MSY1, MSX2, MSY2))then
        Result:= True;
    end;
    Code:
    function FindBitMapMM(Bitmap, StartTol, EndTol: integer; var x, y: integer): boolean;
    begin
      if(FindBitmapTolRaiser(Bitmap, x, y, StartTol, EndTol, MMX1, MMY1, MMX2, MMY2))then
        Result:= True;
    end;
    Like I said, nothing difficult at all. I just changed the coords around, basically :\
    Free File Hosting
    No download timers!

    Rifkwtf.com

  2. #2
    Join Date
    Feb 2006
    Location
    California-Foster City
    Posts
    742
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    ZOmigosh! Findbitmaptolraisers FINALLY been used great job pwnd
    The Welcoming Party
    Don't be a Fakawi! Get 25 hours of sleep a day!

  3. #3
    Join Date
    Feb 2006
    Posts
    582
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by Sdcit
    ZOmigosh! Findbitmaptolraisers FINALLY been used great job pwnd
    I was going to use it earlier, but I couldn't get a proper bone bitmap that wasn't either to huge, or wasn't to much of a bitmap at all.
    Free File Hosting
    No download timers!

    Rifkwtf.com

  4. #4
    Join Date
    Feb 2006
    Location
    L.A, USA
    Posts
    1,632
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Creative idea, sweet.

    Good Job, Sir.

  5. #5
    Join Date
    Feb 2006
    Posts
    3,044
    Mentioned
    4 Post(s)
    Quoted
    21 Post(s)

    Default

    is that Sir some kind of new style of saying something but anyways Good idea


    ...Sir!

  6. #6
    Join Date
    Feb 2006
    Location
    Australia, NSW.
    Posts
    1,461
    Mentioned
    1 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by Sdcit
    ZOmigosh! Findbitmaptolraisers FINALLY been used great job pwnd
    That would have been my coding if you hadn't stole my idea .. No hard feelings. -Unravels sword-

  7. #7
    Join Date
    Feb 2006
    Posts
    582
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by Home
    is that Sir some kind of new style of saying something but anyways Good idea


    ...Sir!
    I started it if anything ;P

    "Sir" creds. to Pwnd.
    Free File Hosting
    No download timers!

    Rifkwtf.com

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 eFox in forum OSR Help
    Replies: 8
    Last Post: 11-14-2010, 06:55 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

Posting Permissions

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