Results 1 to 12 of 12

Thread: Mining.scar updated .bmp's

  1. #1
    Join Date
    Oct 2007
    Location
    #srl
    Posts
    6,102
    Mentioned
    39 Post(s)
    Quoted
    62 Post(s)

    Default Mining.scar updated .bmp's

    I updated the PickAxe and Ore bitmaps as the other three are no longer used.

    I tested the Ore.bmp on 2 different kinds of ore and I tested in Inventory and Bank.

    The PickAxe.bmp was tested on 2 different Pickaxe's while equipped and while in Inventory.

    Both tested positively with this:
    SCAR Code:
    program New;
    {.include SRL/SRL.scar}
    {.include SRL/SRL/Skill/Mining.scar}
    var
      x, y: Integer;
    begin
      SetUpSRL;
      ActivateClient;
      SetUpMining;
      if Findbitmap(PickAxe, x, y) then
       Writeln('word');
    end.
    New LoadMiningBitmaps:
    SCAR Code:
    {*******************************************************************************
    procedure LoadMiningBitMaps;
    By: Stupid3ooo
    Description: Declares Mining Bitmap.
    *******************************************************************************}

    procedure LoadMiningBitMaps;
    begin
      BrokenPick := BitmapFromString(11, 6, 'z78DA73730301038A811' +
           'B55CDA18569B800E5F662EA722311407401000F035515');
      PickAxeHandle := BitmapFromString(14, 26, 'z78DA3330A014B82' +
           '101032A99865F8412D3069B99F8750D0633E9E9C2C11F86A32E1C' +
           '6C2E1CFC7979D48523A116A0BC061C2A66D2A2DE07009D42B460');
      PickAxeHead := BitmapFromString(10, 7, 'z78DA33300001371CC0' +
           '000720460D2E5D986CE27591AA973CF5D435C18D02003101000D7' +
           'F5A19');
      PickAxe := BitmapFromString(3, 10, 'beNpjYGJgYLLSkXQylAUydB' +
           'WFTTXEgQwDFVELLQkgw0hNDCgLZADFbfWkIWqAgnDFuiqSsmI8KtL' +
           '8YgKcksLcQHEgA4gYAIXZCCA=');
      Ore := BitmapFromString(5, 6, 'beNpjYIr2NE4JMAeiUBd9BgamJD8' +
           'zCAp3NYBzE3xMgQjIhTCAKM7bBMIFMtAQUByEALudFB8=');
    end;
    Last edited by Bebe; 06-28-2010 at 03:02 PM.

  2. #2
    Join Date
    Oct 2008
    Location
    behind you!
    Posts
    1,688
    Mentioned
    2 Post(s)
    Quoted
    40 Post(s)

    Default

    Nice, btw... do we still need these findgas and stuff that aren't available anymore?
    Hi

  3. #3
    Join Date
    Jan 2007
    Posts
    8,876
    Mentioned
    123 Post(s)
    Quoted
    327 Post(s)

    Default

    Quote Originally Posted by Tickyy View Post
    Nice, btw... do we still need these findgas and stuff that aren't available anymore?
    Not really... And with SVN/GIT we could always degrade to find the code again
    I vote for deletion of the gas stuff

    Oh, and gj NCDS

  4. #4
    Join Date
    Oct 2007
    Location
    #srl
    Posts
    6,102
    Mentioned
    39 Post(s)
    Quoted
    62 Post(s)

    Default

    Quote Originally Posted by Zyt3x View Post
    Not really... And with SVN/GIT we could always degrade to find the code again
    I vote for deletion of the gas stuff

    Oh, and gj NCDS
    Thanks, and I was always under the impression that they were still in there in case they ever came back/ archival purposes?

  5. #5
    Join Date
    Jan 2007
    Posts
    8,876
    Mentioned
    123 Post(s)
    Quoted
    327 Post(s)

    Default

    Quote Originally Posted by NCDS View Post
    Thanks, and I was always under the impression that they were still in there in case they ever came back/ archival purposes?
    That's what the "And with SVN/GIT we could always degrade to find the code again" is for

  6. #6
    Join Date
    Feb 2006
    Location
    Pennsylvania
    Posts
    1,524
    Mentioned
    2 Post(s)
    Quoted
    1 Post(s)

    Default

    I will commit once I get my svn pass sorted out :s

  7. #7
    Join Date
    Oct 2007
    Location
    #srl
    Posts
    6,102
    Mentioned
    39 Post(s)
    Quoted
    62 Post(s)

    Default

    Quote Originally Posted by Bebe View Post
    I will commit once I get my svn pass sorted out :s
    Looks to me like somebody forgot?

  8. #8
    Join Date
    Feb 2006
    Location
    Pennsylvania
    Posts
    1,524
    Mentioned
    2 Post(s)
    Quoted
    1 Post(s)

    Default

    Quote Originally Posted by NCDS View Post
    Looks to me like somebody forgot?
    Looks to me like Wizzup is ignoring me and not resetting my svn pass

  9. #9
    Join Date
    Jul 2007
    Location
    Right now? Chair.
    Posts
    8,488
    Mentioned
    3 Post(s)
    Quoted
    12 Post(s)

    Default

    Quote Originally Posted by Bebe View Post
    Looks to me like Wizzup is ignoring me and not resetting my svn pass
    You should've had it for the past couple of days..?



    ~RM

    I & I know Zion. It is in the spirit, body and mind of every one of us
    RMouse(obj: TMSIObject): boolean;

  10. #10
    Join Date
    Oct 2007
    Location
    #srl
    Posts
    6,102
    Mentioned
    39 Post(s)
    Quoted
    62 Post(s)

    Default

    Yeah I thought I updated it before I checked, turns out I was wrong

    My apologies.

  11. #11
    Join Date
    Feb 2006
    Location
    Pennsylvania
    Posts
    1,524
    Mentioned
    2 Post(s)
    Quoted
    1 Post(s)

    Default

    I committed sorry that took so long.

    @RM, I was working on writing hypervisor code for debian-based linux and didn't boot into windows for a few days to check my pm box etc.

  12. #12
    Join Date
    Oct 2007
    Location
    #srl
    Posts
    6,102
    Mentioned
    39 Post(s)
    Quoted
    62 Post(s)

    Default

    No worries

    Thanks

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
  •