Results 1 to 6 of 6

Thread: AutoMiner Help

  1. #1
    Join Date
    Oct 2007
    Posts
    63
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default AutoMiner Help

    Code:
    program Autominer;
    {.Include SRL/SRL.Scar}
    const
    orecolor1=2240076;
    var
    x,y: Integer;
    
    procedure Mining;
    begin
    repeat
    if(findcolorspiraltolerance(x,y,orecolor1,msx1,msy1,msx2,msy2,25)) then
    mouse(x,y,3,3,true);
    wait(25000);
    until(InvFull);
    if (InvFull) then
    DropAll;
    end;
    
    begin
    SetupSRL;
    ActivateClient;
    repeat
    Mining;
    until(IsFKeyDown(10));
    end.
    Thats what I'v come up with so far using a guides help but when you press compile it says compiled succesfully but when you actually try to use it it gves an error.
    its too late for me to tell you the error so ill tell you tommarow.

    Thanx
    http://bux.to/?r=jvwarrior Get Free Money For RunescapeGP/Membership!

    http://www.AWSurveys.com/HomeMain.cfm?RefID=jvwarrior Get More Money For Runescape GP/Membership Free! I Mean woa!

    http://i34.servimg.com/u/f34/11/52/00/62/hasdfs10.jpg

  2. #2
    Join Date
    Oct 2007
    Location
    uuuuuuuu
    Posts
    34
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Here use this one.

    Code:
    Program Autominer;
    {.include SRL/SRL.scar}
    
    Var x,y,a : Integer;
    
    Procedure minerocks;
    Begin
    if (FindcolorSpiral(x,y,ROCKCOLOR,5,5,515,340)) then
    Mouse(x,y,1,1,true)
    Flag;
    Wait(6000)//time
    End;
    
    Begin
      SetupSRL;
      Repeat
      Repeat
        minerocks;
      Until(InvFull)
      DropAll;
      a:=a+1
      Until(a=1000)//loads
    End.

  3. #3
    Join Date
    Oct 2007
    Posts
    63
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    ok but tell me something whats the difference between the 2 and what can i do to get mine to work??
    http://bux.to/?r=jvwarrior Get Free Money For RunescapeGP/Membership!

    http://www.AWSurveys.com/HomeMain.cfm?RefID=jvwarrior Get More Money For Runescape GP/Membership Free! I Mean woa!

    http://i34.servimg.com/u/f34/11/52/00/62/hasdfs10.jpg

  4. #4
    Join Date
    Apr 2007
    Location
    UK
    Posts
    2,295
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    What error it give?

    SCAR Code:
    procedure Mining;
    begin
      repeat
      if(findcolorspiraltolerance(x,y,orecolor1,msx1,msy1,msx2,msy2,25)) then
      begin
        mouse(x,y,3,3,true);
        wait(25000);
      end;
      until(InvFull);
      if (InvFull) then DropAll;
    end;

    Try that also.

    Rogeruk's Al-Kharid Tanner V1.1 [Released]
    Rogeruk's Barbarian Crafter [Coming Soon]
    Rogeruk's Guild Fisher [Coming Soon]
    !! - Taking Requests - !!

  5. #5
    Join Date
    Oct 2007
    Posts
    63
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    ok it works fine but umm what is the 25 in the big long line?? And why is i that when i press the F10 key nothing happens till i hold it then it will attempt to open inventory and after awile of me holding the button it will start droping the ores and then terminate.
    http://bux.to/?r=jvwarrior Get Free Money For RunescapeGP/Membership!

    http://www.AWSurveys.com/HomeMain.cfm?RefID=jvwarrior Get More Money For Runescape GP/Membership Free! I Mean woa!

    http://i34.servimg.com/u/f34/11/52/00/62/hasdfs10.jpg

  6. #6
    Join Date
    Apr 2007
    Location
    UK
    Posts
    2,295
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Cause you need to re-add the check for F10.

    25 is the tolerance for the color.

    Rogeruk's Al-Kharid Tanner V1.1 [Released]
    Rogeruk's Barbarian Crafter [Coming Soon]
    Rogeruk's Guild Fisher [Coming Soon]
    !! - Taking Requests - !!

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Need help with an autominer.
    By Maox in forum OSR Help
    Replies: 12
    Last Post: 01-11-2008, 06:46 AM
  2. Autominer
    By andraz125 in forum RS3 Outdated / Broken Scripts
    Replies: 2
    Last Post: 08-21-2007, 08:20 PM
  3. My First AutoMiner
    By RudeBoiAlex in forum RS3 Outdated / Broken Scripts
    Replies: 1
    Last Post: 03-03-2007, 06:56 PM
  4. AutoMiner
    By HarryJames in forum RS3 Outdated / Broken Scripts
    Replies: 9
    Last Post: 03-03-2007, 02:39 AM

Posting Permissions

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