Results 1 to 4 of 4

Thread: my powerminer

  1. #1
    Join Date
    Nov 2006
    Posts
    117
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default my powerminer

    SCAR Code:
    program autominer;
    {.Include SRL/SRL.Scar}




    procedure orefinding;
    begin
    Findcolor(x,y,54323,5,5,515,340)
    Mouse(x,y,5,5,true)
    wait(1500)
    end;

    procedure mining;
    begin







    procedure dropores;
    begin
    mousespeed:=1
    dropto(2,28)
    end;
    well i would like to noe how to add tolerance and how to make it mine soemthin lol, and i would like to noe how do u get that bar below ur sig when u post when it tells u how much percentage wise u finsished ur script
    im back----took a long break away but im back and im gonna get into scripting

  2. #2
    Join Date
    Nov 2006
    Posts
    117
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    i left some space for the procedure mining becoz i dont noe how to make it mine lol
    im back----took a long break away but im back and im gonna get into scripting

  3. #3
    Join Date
    Mar 2006
    Posts
    67
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Well won't the orefinding procedure also click the rock. I meen you have

    Code:
    Mouse(x,y,5,5,true);
    And that should click on the spot that it finds the color at. So I guess im confused as to what you want the mining procedure to do.

  4. #4
    Join Date
    Nov 2006
    Location
    California, USA
    Posts
    336
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Well even what you have isn't good:

    PHP Code:
    procedure orefinding;
    begin
      
    if(Findcolor(x,y,54323,5,5,515,340)) then Mouse(x,y,5,5,true);
      
    FTWait(6);
    end
    http://fenjer.com/adnan/SRL/ For the sigs

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. powerminer
    By tpm1164 in forum First Scripts
    Replies: 5
    Last Post: 07-15-2007, 12:41 AM
  2. Which Powerminer is Better?
    By Daniel in forum SRL Site Discussion
    Replies: 13
    Last Post: 05-14-2007, 03:59 PM
  3. My Powerminer v. 3.00
    By GoF in forum RS3 Outdated / Broken Scripts
    Replies: 17
    Last Post: 01-22-2007, 02:08 AM
  4. Need Help On My First PowerMiner
    By Buckleyindahouse in forum OSR Help
    Replies: 3
    Last Post: 12-23-2006, 06:08 PM
  5. powerminer
    By shadowblade in forum OSR Help
    Replies: 20
    Last Post: 12-15-2006, 12:34 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
  •