Results 1 to 5 of 5

Thread: Solution to broken pickaxes=equip secondary pick

  1. #1
    Join Date
    May 2007
    Posts
    53
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default Solution to broken pickaxes=equip secondary pick

    Isn't it possible for a mining script to use a secondary pick if the anti-gas fails. I usually carry 4 rune pickaxes with me, so if one breaks i just switch and repair later, but i have to do this manually. If a script did this automatically it would be nice.

  2. #2
    Join Date
    Jun 2006
    Location
    USA
    Posts
    1,828
    Mentioned
    1 Post(s)
    Quoted
    0 Post(s)

    Default

    But if you lose your pickaxe head then script won't be able to find if if you use SRL's Findpick;

  3. #3
    Join Date
    Apr 2007
    Posts
    3,152
    Mentioned
    3 Post(s)
    Quoted
    1 Post(s)

    Default

    SCAR Code:
    procedure drop;
    begin
      if(FindDTM(BrokenPickAxe,x,y,MMX1,MMY1,MMX2,MMY2))then//make a dtm of a broken 1
      broken=broken+1
      if not FindDTM(BrokenPickAxe,x,y,MMX1,MMY1,MMX2,MMY2)then
      begin
        repeat
          FindDTM(ore,x,y,MMX1,MMY1,MMX2,MMY2)then//dtm of the ore ur mining
          Mouse(x,y,2,2,false);
          ChooseOption('rop');
          dropped= dropped+1
        until dropped=24
        if(broken=4)then
        Logout;
        NextPlayer(false);
    or sumthing like that
    SCAR Tutorials: The Form Tutorial | Types, Arrays, and Classes
    Programming Projects: NotePad | Tetris | Chess


  4. #4
    Join Date
    Apr 2007
    Location
    Finland
    Posts
    938
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

  5. #5
    Join Date
    Apr 2007
    Posts
    3,152
    Mentioned
    3 Post(s)
    Quoted
    1 Post(s)

    Default

    well it can fail...just like everything..no harm in being safe
    SCAR Tutorials: The Form Tutorial | Types, Arrays, and Classes
    Programming Projects: NotePad | Tetris | Chess


Thread Information

Users Browsing this Thread

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

Similar Threads

  1. TPA solution
    By faster789 in forum OSR Help
    Replies: 3
    Last Post: 04-14-2008, 06:13 AM
  2. buying pick handle + pick head * seperate.
    By Dark_Sniper in forum Mining and Smithing
    Replies: 10
    Last Post: 11-12-2007, 03:50 AM
  3. (Dragon) Pickaxes
    By jojolalo in forum RuneScape News and General
    Replies: 12
    Last Post: 11-09-2007, 11:13 PM
  4. No More Pickaxes Message
    By I Pick Axes in forum OSR Help
    Replies: 7
    Last Post: 10-24-2006, 10:27 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
  •