Poll: How did this work to you?

Be advised that this is a public poll: other users can see the choice(s) you selected.

Page 2 of 17 FirstFirst 123412 ... LastLast
Results 26 to 50 of 407

Thread: My essence miner. (Not very good yet)

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

    Default

    im lovin it

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

    Default

    Quote Originally Posted by Viruz78 View Post
    Oh man, this is best ess miner ever and working on
    Quote Originally Posted by simba49 View Post
    im lovin it
    Thank you guys.

  3. #28
    Join Date
    May 2006
    Posts
    141
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    You should add multi accounts

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

    Default

    Yeah. Thanks for idea! Must do that to next version.

  5. #30
    Join Date
    Sep 2006
    Posts
    16
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    sorry for the double post. Here is the log, i had to stop it because it was standing in front of the range store looking for the bank for almost 5 minutes. I have a screenshot of where he was standing if you want it.


    Pick head colors... 3161136 4017469 3687992 3820090 4544069
    Starting trip number 1.
    Setting right brightness for script (04:07:46 pm)
    Walking to magic shop (04:07:48 pm)
    Taken 1/20 tries to find bank
    Bank color: 5825007
    Finding shop (04:08:01 pm)
    Taken 1/6 tries to find Magic shop symbol
    Found Magic shop (04:08:02 pm)
    Finding Aubury (04:08:08 pm)
    In shop (04:08:11 pm)
    What room is this? (04:08:18 pm)
    You are in middle room
    Walking to S-E room (04:08:19 pm)

    Finding Aubury (04:08:37 pm)
    Couldnt find object, rotating screen and trying again (04:08:39 pm)
    What room is this? (04:08:40 pm)
    This is not middle room (04:08:40 pm)
    Getting new rock color (04:08:40 pm)
    Old rock color: 8487563 (04:08:40 pm)
    Got new rock color: 3163211

    Mining (04:08:47 pm)
    04:08:49 pm you swing your pick at the rock.
    Mining (04:09:57 pm)
    Mining (04:10:28 pm)
    04:10:32 pm
    Couldnt find object, rotating screen and trying again (04:10:35 pm)
    Inventory full (04:10:37 pm)
    29
    Couldnt find object, rotating screen and trying again (04:10:40 pm)
    Inventory full (04:10:43 pm)
    57
    Couldnt find object, rotating screen and trying again (04:10:46 pm)
    Inventory full (04:10:46 pm)
    85
    Going back to magic shop (04:10:48 pm)
    Walking to bank (04:11:01 pm)
    Taken 1/20 tries to find bank
    Bank color: 5825007
    Successfully executed

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

    Default

    Devin, that's good you posted this. This happened a few times to me too. the problem must be fixed!

    Yes, and soon comes version 3 of that over 1500 lines long script(Yup, 500 more lines again )

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

    Default

    OMFG! This can't be true!!!!!!!!
    I get my Essence miner version 3. ready and
    I just accidentaly saved my old Essence miner(v.2) on my new one(v.3) !!! ARGH!!!!
    I lost everything that was in version 3.

  8. #33
    Join Date
    Mar 2006
    Posts
    3,051
    Mentioned
    1 Post(s)
    Quoted
    0 Post(s)

    Default

    In my experience, the bank symbol finding is flaky. BUT, there at the varrock east bank you have the 'training dummy' symbol right above which is pretty much never obstructed and works great. I suggest that you double check your position at the bank by using a FindSymbol(x,y,'training dummy');

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

    Default

    Yea, it could be better way.

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

    Default

    Also, bank symbols are often covered with people, so move them by changing the compass, or even loggingout and in. Try something like this.

    function SymbolFinder(gx,gy:integer; symbol:string):boolean;
    var bankfindtries,logouttries:integer;
    begin
    FindSymbol(gx,gy,symbol);
    logouttries:=0;
    if ((gx=0)or(gy=0)) then
    begin
    repeat
    bankfindtries:=0;
    repeat
    FindSymbol(gx,gy,symbol);
    if ( not((gx=0)and(gy=0)) ) then
    begin
    SendArrowSilentWait(3, 100 + Random(50));

    bankfindtries:=bankfindtries+1;
    wait(10);
    end;
    until (( not((gx=0)or(gy=0)) ) or (bankfindtries>10) );

    if bankfindtries>10 then
    begin
    logout;
    wait(1000+random(1000));
    loginplayer;
    logouttries:=logouttries+1;
    repeat
    wait(10);
    until (loggedin);

    mouse(519+random(31),214+random(40),0,0,true);

    end;
    FindSymbol(gx,gy,symbol);
    if logouttries>3 then
    begin
    LogOut;
    break
    end;
    until ( not((gx=0)or(gy=0)) );
    if not((gx=0)or(gy=0)) then result:=true;
    end;

    end;

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

    Default

    Thanks for help Boreas!

    And I also have already put it to log out if bank symbol not found and then log in again and check symbol color.

    And there's a big or actually small problem to find bank when it comes from essences... I did a small mistake there. But will be fixed in version 3.

  12. #37
    Join Date
    Oct 2006
    Posts
    33
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Same problem for me, It can't find the bank symbol.
    Hope you fix it soon, or else I need to buy the essminer of starblaster100

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

    Default

    Actually, my Essence miner version 3. is almost ready, I'm just watching a few days how it runs, and fixing it.

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

    Default

    when trying to find the ess it keep rotating and will not find the ess and just keeps rotating the screen, everything else works greattt!-might wana fix that tho

  15. #40
    Join Date
    Nov 2006
    Posts
    42
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    btw.....i cannot wait for ess miner 3!!! i give you rep on mutiple sites a++!

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

    Default

    Quote Originally Posted by simba49 View Post
    btw.....i cannot wait for ess miner 3!!! i give you rep on mutiple sites a++!
    Thank man! Good you told me about the ess finding error too.

    And 36 views of Ess miner 2. And after I relased it, only about 5 comments?
    People, I'd really like that when you try this, please make a comment about it, like how did it work, any bugs found???

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

    Default

    no problem no problem...i'd like to help you out anyway i can if you need anything just pm me!

  18. #43
    Join Date
    Oct 2006
    Location
    England
    Posts
    154
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    it workeed for me but i had to help it while banking.

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

    Default

    Good, thanks . Was there any else bugs than essence finding and bank finding problems? (Bank finding fixed in version 3. now)

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

    Default

    just finding the bank booth, finding the bank and last but not least trying to find the essence to mine!

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

    Default

    I'm using SRL's bank opener, must to some new bank opener by myself...

  22. #47
    Join Date
    Nov 2006
    Posts
    42
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    cool =D looking forward to that...it will be way better =)

  23. #48
    Join Date
    Nov 2006
    Posts
    42
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    i cant wait for v.3 =]

  24. #49
    Join Date
    Oct 2006
    Location
    Kentucky
    Posts
    70
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Well a few problems for me was, when trying to find aubry it kept clicking on the lamps on the sides of buildings. Bank opening was slow but ok, essence mining decent. Teleportation Nice! But the major problem was finding and walking to bank. Ended up in the bar.

    Suggestions: I think the idea about the dummy symbol is Great! Mabye add an array of aubry colors. And better location identification.

    Looking forward to V3!
    If I see you autoing with level 3/default clothes/crap name I WILL report you. Auto Correctly. - put this in your sig

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

    Default

    Actually, I dont need it to find training dummy symbol to get you into bank. I just did a stupid mistake on my bank finding procedure.
    Bank finder doesn't work in version 2. when you come from essences. But it will work on V.3.
    And it does same to me when finding Aubury. Fixed in version 3. now.
    Version 3. is soon ready.

Page 2 of 17 FirstFirst 123412 ... LastLast

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Essence Miner Help
    By livewrong811 in forum OSR Help
    Replies: 3
    Last Post: 12-11-2008, 02:34 AM
  2. essence miner
    By blobmaster31 in forum OSR Help
    Replies: 1
    Last Post: 03-30-2008, 09:11 AM
  3. SRL Essence Miner
    By Illkillutill in forum OSR Help
    Replies: 2
    Last Post: 11-04-2007, 11:53 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
  •