Results 1 to 21 of 21

Thread: powerminer

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

    Default 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 dropores;
    begin
    mousespeed:=1
    dropto(2,28)
    end;

    it says line 23: error:identifier expected in script
    ???

    and wat does
    SCAR Code:
    procedure orefinding;
    begin
      if(Findcolor(x,y,54323,5,5,515,340)) then Mouse(x,y,5,5,true);
      FTWait(6);
    end;
    ftwait(6); mean
    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

    and my into keeps sayin unknown identifier 'writein' in script
    heres my intro
    SCAR Code:
    program new;
    {.include srl/srl.scar}

    begin
    cleardebug
    wait(500)
    writein('//////////////////////////////');
    wait(500)
    writein('//  shadowblades powerminer //');
    wait(500)
    writein('//////////////////////////////');
    wait(1000);
    end;
    begin;
    end.
    im back----took a long break away but im back and im gonna get into scripting

  3. #3
    Join Date
    Oct 2006
    Posts
    517
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    It's not WRITEIN its Writeln (Pronounciation: Ell) I had the same mistake aswell lol.

  4. #4
    Join Date
    Sep 2006
    Posts
    5,219
    Mentioned
    4 Post(s)
    Quoted
    1 Post(s)

    Default

    As in write line, because it writes a new line every time you call it (as opposed to adding on the end of an existing line).

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

    Default

    SCAR Code:
    program new;
    {.include srl/srl.scar}
     
    begin
    cleardebug
    wait(500)
    WriteIn('//////////////////////////////');
    wait(500)
    WriteIn('//  shadowblades powerminer //');
    wait(500)
    WriteIn('//////////////////////////////');
    wait(1000);
    end;
    begin;
    end.

    so would it work like dat
    im back----took a long break away but im back and im gonna get into scripting

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

    Default

    i still have same problem
    im back----took a long break away but im back and im gonna get into scripting

  7. #7
    Join Date
    Oct 2006
    Posts
    517
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    ok look at this, its the layout of the keyboard on the 2nd row:
    a s d f g h j k l

    Press the LAST letter there.

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

    Default

    lol ty
    im back----took a long break away but im back and im gonna get into scripting

  9. #9
    Join Date
    Sep 2006
    Posts
    5,219
    Mentioned
    4 Post(s)
    Quoted
    1 Post(s)

    Default

    L

    What
    Rodeo
    Includes
    The
    English
    Linebacker
    Nigel?

    Edit: kaldo beat me!

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

    Default

    SCAR Code:
    program new;
    {.include srl/srl.scar}

    begin
    cleardebug
    wait(500)
    writeln('//////////////////////////////');
    wait(500)
    writeln('//  shadowblades powerminer //');
    wait(500)
    writeln('//////////////////////////////');
    wait(1000);
    end;
    begin
    end.

    now i get an error in line 13

    period ('.') expected ins script
    im back----took a long break away but im back and im gonna get into scripting

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

    Default

    ok i got intro to work now i jsu need help with da first part
    im back----took a long break away but im back and im gonna get into scripting

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

    Default

    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 dropores;
    begin
    mousespeed:=1
    dropto(2,28)
    end;
    how do i get this to find a rock colour and mine it then drop it
    im back----took a long break away but im back and im gonna get into scripting

  13. #13
    Join Date
    Oct 2006
    Posts
    517
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

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

    Default

    it says line 23: error:identifier expected in script
    ???
    im back----took a long break away but im back and im gonna get into scripting

  15. #15
    Join Date
    Jul 2006
    Location
    NY
    Posts
    371
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Your probably missing an 'end;' on line 22, or before the line 23.

  16. #16
    Join Date
    Oct 2006
    Posts
    517
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

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

    Default

    ok it says succesfully comiled im gonna go buy a pikaxe n try it out ty for help ill send u a pm if i got anymore problems or ill jsut post here
    im back----took a long break away but im back and im gonna get into scripting

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

    Default

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




    procedure orefinding;
    begin
      if(Findcolor(x,y,4022405,5,5,x,y)) then Mouse(x,y,5,5,true);
      FTWait(6);
    end;



    procedure dropores;
    begin
    mousespeed:=1
    dropto(2,28)
    end;
    begin
    end.
    program New;
    begin
    end.

    when u run it it jus says succedfully compiled,sucesfully executed but it doesnt do anythin
    im back----took a long break away but im back and im gonna get into scripting

  19. #19
    Join Date
    Jul 2006
    Location
    NY
    Posts
    371
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Try this.

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

    const
    rockwait=15000;


    procedure orefinding;
    begin
      if(Findcolor(x,y,4022405,5,5,x,y)) then Mouse(x,y,5,5,true);
      Flag;
      FTWait(RockWait+Random(1000));
    end;


    procedure dropores;
    begin
    mousespeed:=1
    dropto(2,28)
    end;

    begin
    SetUpSRL;
    repeat
     orefinding;
    until(invfull)
    If(Invfull)Then
     dropores;
    end.

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

    Default

    ok ty i jus dont get
    Flag;
    FTWait
    im back----took a long break away but im back and im gonna get into scripting

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

    Default

    and is the rock wait for time bewtween eacj rock mined or is that for hole inven mined
    im back----took a long break away but im back and im gonna get into scripting

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. my powerminer
    By shadowblade in forum OSR Help
    Replies: 3
    Last Post: 12-09-2006, 03: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
  •