Results 1 to 9 of 9

Thread: Miner Problem

  1. #1
    Join Date
    Aug 2007
    Posts
    8
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default Miner Problem

    ok sorry about the pun, but ive been looking for a good reliable essence miner, and this is the best one ive seen so far. it gets me to the cafe mines the ess comes back, but it cant bank it even if i change that number. what am i doing wrong and can you suggest a better script.

    //Hosted by Runescape 101
    //Download more free scar scripts from www.rs101.info
    program New;
    {.include si.txt}

    //////////////////////////////////////////////////////////////
    /////////////////peanuts east varrok miner////////////////////
    //////////////////////////////////////////////////////////////
    //////////////////////////setup///////////////////////////////
    //have map facing as north as possible and as high as possible
    //pick rock color below///////////////////////////////////////
    //hit go and happy autoing////////////////////////////////////
    //start in mine//////////////////////////////////



    //setup colors below

    const rockcolor=3890561;//color of the rock
    const rockwait=5000;//how long it takes to mine the rock

    //stop here
    // Anti Randoms: Start

    procedure FindMiscRandoms;
    var ax,ay:integer;
    begin
    if(FindColorSpiral(ax,ay,786423,10,350,150,433))or
    (FindColorSpiral(ax,ay,10658466,10,350,150,433))th en
    begin
    logout;
    Writeln('Mod')
    end;
    if(FindColor(ax,ay,11503238,10,350,479,433))then
    begin
    logout;
    Writeln('Mime')
    end;
    if(GetColor(460,426)=0)and(GetColor(277,416)=0)and (GetColor(220,425)=0)or
    (GetColor(502,305)=0)and(GetColor(379,43)=0)then
    begin
    TakeScreen('Maze',1);
    logout;
    end;
    end;



    procedure TalkToRand1;
    var c:integer;
    begin
    repeat
    c:=c+1;
    if(FindColorSpiral(x,y,16711680,5,345,510,465))and (not(GetColor(20,434)=0))then
    begin
    Mouse(x,y,50,2,true);
    wait(2500+Random(500));
    end;
    if(FindColorSpiral(x,y,16777215,5,345,510,465))and (not(GetColor(20,434)=0))then
    begin
    GetMousePos(x,y);
    Mouse(x,y,50,2,true);
    wait(2500+Random(500));
    end;
    until(GetColor(20,434)=0)or(c>=20)
    end;

    procedure FindText;
    var mx,my:integer;
    begin
    if(FindColorSpiral(mx,my,65535,3,3,515,338))then//Find close
    begin
    MMouse(mx,my+15,1,1);
    repeat
    if(IsTextAt2(9,9,'Talk',100))then
    begin
    Mouse(mx,my+15,1,1,false);
    ClickText('Talk',5,5,515,338);
    begin
    Flag;
    wait(2500+Random(500));
    TalkToRand1;
    end;
    end;
    MMouse(mx,my+15,1,1);
    mx:=mx+5;
    wait(random(10)+10+random(10));
    until(mx>=515);
    if(mx>=515)then MMouse(mx+random(5),my+15,1,1);
    end;
    end;



    Procedure Randoms;
    begin
    FindText;
    FindStrangeBox;
    FindMiscRandoms;
    Uselamp('mining')
    end;//end Lauras edited randoms

    Procedure bank;
    Begin
    Openbank;
    wait(300+random(300))
    mouse(586,227,3,3,false)
    wait(300+random(300))
    mouse(586,302,3,3,true)
    wait(300+random(300))
    mouse(443,40,3,3,true)
    End;



    procedure walkfrombanktomine;
    begin
    mouse(685,40,4,3,true)
    wait(6000+random(2000))
    while(WaitTillFlag)do
    flag;
    mouse(716,89,4,3,true)
    wait(6000+random(2000))
    while(WaitTillFlag)do
    flag;
    mouse(656,156,4,3,true)
    wait(600+random(200))
    while(WaitTillFlag)do
    flag;
    mouse(688,126,4,3,true)
    wait(600+random(200))
    while(WaitTillFlag)do
    flag;
    mouse(657,157,4,3,true)
    wait(600+random(200))
    while(WaitTillFlag)do
    flag;
    mouse(625,134,4,3,true)
    wait(600+random(200))
    while(WaitTillFlag)do
    flag;
    mouse(660,127,4,3,true)
    wait(600+random(200))
    while(WaitTillFlag)do
    flag;

    end;


    procedure walkfromminetobank;
    begin
    mouse(680,21,4,3,true)
    wait(4000+random(4000))
    while(WaitTillFlag)do
    flag;
    mouse(635,12,4,3,true)
    wait(4000+random(4000))
    while(WaitTillFlag)do
    flag;
    mouse(639,15,4,3,true)
    wait(4000+random(4000))
    while(WaitTillFlag)do
    flag;
    mouse(598,33,4,3,true)
    wait(4000+random(4000))
    while(WaitTillFlag)do
    flag;
    mouse(661,49,4,3,true)
    wait(4000+random(4000))
    while(WaitTillFlag)do
    flag;
    mouse(713,237,4,3,true)
    wait(4000+random(4000))
    while(WaitTillFlag)do
    flag;
    mouse(774,260,4,3,true)
    wait(4000+random(4000))
    while(WaitTillFlag)do
    flag;
    end;



    procedure mine;
    begin
    repeat
    findcolorspiral(x,y,rockcolor,3,3,515,336)
    mouse(x,y,3,3,true)
    wait(rockwait+random(1000))
    until(invincount=28)
    end;

    begin
    loadinclude('iTunes')
    repeat
    mine;
    walkfromminetobank;
    bank;
    walkfrombanktomine;

    until(false)
    end.

  2. #2
    Join Date
    Feb 2007
    Location
    Alberta, Canada
    Posts
    4,615
    Mentioned
    50 Post(s)
    Quoted
    429 Post(s)

    Default

    Maybe use one from this site?

    Scripts: Edgeville Chop & Bank, GE Merchanting Aid
    Tutorials: How to Dominate the Grand Exchange

    Quote Originally Posted by YoHoJo View Post
    I like hentai.

  3. #3
    Join Date
    Jan 2007
    Posts
    117
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by 3garrett3 View Post
    Maybe use one from this site?
    Agreed, ikill- the script you are trying to use does not include srl which means though it looks to deal with some randoms, it will not have conclussive anti-randoms and as a consequence will not work as well as the scripts here. try wizzups essence miner.
    No Signature Assigned.

  4. #4
    Join Date
    Aug 2007
    Posts
    8
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    i tried wizzups but i couldnt get it to work, could someone write me out a working code for it, im probly doing something wronge that i dont know about.

  5. #5
    Join Date
    Jan 2007
    Posts
    117
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    writing out the code wont do any good. y wont it work? if it gives out errors then you need to be specific- and preferably post on the thread containg the essence miner. also check u have the right version of scar and that you have downloaded SRL!
    No Signature Assigned.

  6. #6
    Join Date
    Aug 2007
    Posts
    8
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    sorry about the double post but here are the errors

    Failed when compiling
    Line 571: [Warning] (16252:7): "and True" is not needed in script C:\Program Files\SCAR 2.03\Scripts\wiz.scar
    Line 967: [Error] (16648:1): Semicolon (';') expected in script C:\Program Files\SCAR 2.03\Scripts\wiz.scar


    btw wiz is just what i saved it as

    and i had to edit this in but what version of scar should i use

  7. #7
    Join Date
    Jan 2007
    Posts
    117
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Any mod want to do an ip check on this thread and http://www.villavu.com/forum/showthread.php?t=14538? seems to be exactly the same question by a new poster. ikill u need to do some searching and you need to post on the thread containg the essence miner.

    edit- Ram-Rune's words:
    first you should try reading some tutorials, using the search button, and ask questions about particular scripts, in the post for that particular script you are using.....
    No Signature Assigned.

  8. #8
    Join Date
    Aug 2007
    Posts
    8
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    lol dude thats not me... hehe but ya let me check that out mabey it will help, but what version of srl and scar should i be usig for optimal performance

    and by the way that thread contained no answers not to be rude

  9. #9
    Join Date
    Jan 2007
    Posts
    117
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    well you can still post your question there. looks lik yr version is ok, but you need to fix the semi-colon error, see the other thread for details.
    No Signature Assigned.

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. problem with wizzups ess miner.
    By dfgdgdhfdghgfhfdghfghfghf in forum OSR Help
    Replies: 11
    Last Post: 11-04-2007, 11:10 AM
  2. Wizzup Ess Miner Problem
    By rsmacro555 in forum OSR Help
    Replies: 2
    Last Post: 07-08-2007, 04:17 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
  •