Page 35 of 44 FirstFirst ... 253334353637 ... LastLast
Results 851 to 875 of 1093

Thread: [Essence Miner][2007] Essence Harverster

  1. #851
    Join Date
    Mar 2013
    Posts
    8
    Mentioned
    0 Post(s)
    Quoted
    5 Post(s)

    Default

    Quote Originally Posted by exxos View Post
    I just said how to do that, look at the post above yours...
    I love you?

  2. #852
    Join Date
    Feb 2013
    Posts
    17
    Mentioned
    0 Post(s)
    Quoted
    4 Post(s)

    Default

    PIC FIX***************

    procedure BankEssence;
    var
    CTS, I, x, y: Integer;
    TPA: TPointArray;
    ATPA: array of TPointArray;
    begin
    if P07_BankScreen then
    begin
    P07_Deposit(2, 27, TRUE); <--- Make the change from 28 to 27 like so
    exit;
    end;
    P07_MakeCompassNorth;
    P07_MakeCameraAngleHigh;
    begin
    CTS := GetColorToleranceSpeed;
    ColorToleranceSpeed(2);
    SetColorSpeed2Modifiers(0.06, 0.91);
    FindColorsSpiralTolerance(MSCX, MSCY, TPA, 6188918, MSX1, MSY1, MSX2, MSY2, 5);
    ColorToleranceSpeed(CTS);
    wait(100);
    SMART_DrawDotsEx(false, TPA, clred);
    ATPA := SplitTPA(TPA, 3);
    for I := 0 to High(ATPA) do
    begin
    MiddleTPAEx(ATPA[i], x, y);
    SMART_DrawBoxEx(false, false, getTPABounds(ATPA[i]), clBlue);
    MMouse(x, y, 2, 2);
    wait(50);
    if (P07_IsUpTextMultiCustom(['sence'])) then
    begin
    MouseBox(7, 350, 500, 470, mouse_left);
    exit;
    end;
    if (P07_IsUpTextMultiCustom(['se', 'ooth'])) then
    begin
    clickMouse2(MOUSE_RIGHT);
    wait(700);
    if P07_ChooseOptionMulti(['uickly']) then
    begin
    writeln('bank is open');
    wait(1000);
    P07_Deposit(2, 27, TRUE); <--- Make the change from 28 to 27 like so
    banked := banked + 28 - PicInInvent;
    Stats_IncVariable('Pure Essence (Mined)', 28 - PicInInvent);
    debugstr(' [INFO] updated banked ess log');
    end;
    Break;
    end;
    wait(100);
    end;
    Mouse(P07_MMCX, P07_MMCY + 10, 2, 2, mouse_left);
    wait(300);
    end;
    end;

  3. #853
    Join Date
    Mar 2013
    Posts
    2
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    Quote Originally Posted by Popm4n View Post
    Got stuck back into that spot north of the shop, let it sit there for a couple minutes, moves mouse around but doesnt seem to move itself from the spot, do you think if you add another square to walk from it would fix it, instead of clicking to the shop from the bank, maybe have a mid-step like you do from the shop to the bank?
    I'm having the same problem, it gets stuck at the north of the shop and even when moving it somewhere else, the bot will just go back to it.

    It's basically

    magic shop found
    magic shop found
    cannot find aubrey
    magic shop found
    magic shop found
    cannot find aubrey
    etc

  4. #854
    Join Date
    Feb 2013
    Posts
    17
    Mentioned
    0 Post(s)
    Quoted
    4 Post(s)

    Default

    Quote Originally Posted by bmanferlife View Post
    I love you?
    <3 <3

  5. #855
    Join Date
    Feb 2013
    Posts
    17
    Mentioned
    0 Post(s)
    Quoted
    4 Post(s)

    Default

    Quote Originally Posted by fortunes View Post
    I'm having the same problem, it gets stuck at the north of the shop and even when moving it somewhere else, the bot will just go back to it.

    It's basically

    magic shop found
    magic shop found
    cannot find aubrey
    magic shop found
    magic shop found
    cannot find aubrey
    etc
    The best way to avoid this error is by starting at the doors to the bank, make sure your brightness is turned all the way up

  6. #856
    Join Date
    Feb 2013
    Posts
    44
    Mentioned
    0 Post(s)
    Quoted
    15 Post(s)

    Default

    BUG REPORT FORM

    By posting this bug report I agree that I have read and followed the provided instructions on the original post completely. I have also read the last 10 pages to see if anyone else has posted any similar issues, and if so I have attempted any solution that has been given.

    Version of the script I am using:107
    Issue:bot terminates
    Description of issue:"cant see bank or rune shop, ending script now"
    Number of times experienced:2
    Can you reproduce this issue?Yes
    If you answered yes to the question above, please provide a brief message on how to reproduce the issue: just start 107 i was on 106 and it worked well (look at my above post)
    Console Errors (any errors displayed on the console):
    Links to screenshots:
    screen_zpsf9a6425f.png
    Additional:

  7. #857
    Join Date
    Mar 2013
    Posts
    5
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Here is a proggy of the script running 1hr and 22 mins and it is still going and no pick problem so far. proggywi.png
    Last edited by Villavu786; 03-05-2013 at 03:41 AM.

  8. #858
    Join Date
    Mar 2013
    Posts
    37
    Mentioned
    0 Post(s)
    Quoted
    16 Post(s)

    Default

    Quote Originally Posted by cyanogen View Post
    BUG REPORT FORM

    By posting this bug report I agree that I have read and followed the provided instructions on the original post completely. I have also read the last 10 pages to see if anyone else has posted any similar issues, and if so I have attempted any solution that has been given.

    Version of the script I am using:107
    Issue:bot terminates
    Description of issue:"cant see bank or rune shop, ending script now"
    Number of times experienced:2
    Can you reproduce this issue?Yes
    If you answered yes to the question above, please provide a brief message on how to reproduce the issue: just start 107 i was on 106 and it worked well (look at my above post)
    Console Errors (any errors displayed on the console):
    Links to screenshots:
    screen_zpsf9a6425f.png
    Additional:
    Same issue with me. Left it alone for a half an hour, Came back and it was at the login screen. It couldn't find bank/rune shop and was just standing next to the tea stand.

  9. #859
    Join Date
    Feb 2013
    Posts
    44
    Mentioned
    0 Post(s)
    Quoted
    15 Post(s)

    Default

    Same issue with me. Left it alone for a half an hour, Came back and it was at the login screen. It couldn't find bank/rune shop and was just standing next to the tea stand.
    I got rid of the antileech (pm me for the hint) and restarted the bot it seems to have fixed the mistake

  10. #860
    Join Date
    Oct 2010
    Posts
    180
    Mentioned
    0 Post(s)
    Quoted
    11 Post(s)

    Default

    The bot deposits the pick!

  11. #861
    Join Date
    Mar 2013
    Posts
    37
    Mentioned
    0 Post(s)
    Quoted
    16 Post(s)

    Default

    I don't think it's an anti-leech..

  12. #862
    Join Date
    Feb 2013
    Posts
    17
    Mentioned
    0 Post(s)
    Quoted
    4 Post(s)

    Default

    Quote Originally Posted by cyanogen View Post
    Okay I fixed my issue with terminating bot. It does do the abyss (idk if you know how to spell abyss but it's abyss with a y not abiss with an i) but it doesn't bank the noted p ess ( I don't have 30 mining ) so hopefully you've got that covered in the next revision
    An easy fix to the essence note problem (or if you recieve any item from the randoms) is to have your pick in the last slot and then have in the code an if statement that says

    psudo code:

    if deposit of essence returns X < 27
    then find item in inventory starting with slot 1 and deposit it


    ***********
    this way you can have the pic in the last slot so it won't be desposited

    no sure exactly how you want to implement that but just a suggestion.

  13. #863
    Join Date
    Feb 2013
    Posts
    17
    Mentioned
    0 Post(s)
    Quoted
    4 Post(s)

    Default

    Quote Originally Posted by BGXD View Post
    The bot deposits the pick!
    Look at previous posts for solution

    @Taylor Swift

    If your bot is stopping because it sees both logos it generally is the Anti-Leech... look harder

  14. #864
    Join Date
    Feb 2013
    Posts
    32
    Mentioned
    0 Post(s)
    Quoted
    17 Post(s)

    Default

    Quote Originally Posted by cyanogen View Post
    I find that the bot randomly turns on sound, as well as lowers brightness. It also has a small chance of clicking on the pub sign if it wanders over east too far. Once it gets stuck on the pub icon, it's stuck. I also find that it clicks bankers that are not directly ahead, and can click a banker that it cannot reach. It does well in the actually ess mines themselves, though. Navigation and tab menu'ing is a little off.
    I have the exact SAME problem with this

  15. #865
    Join Date
    Mar 2013
    Posts
    28
    Mentioned
    0 Post(s)
    Quoted
    9 Post(s)

    Default

    107 is amazing!!!!!!!! YOUR THE FUCKING MAN WTHOMAS

  16. #866
    Join Date
    Feb 2013
    Posts
    6
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    thank you so much seems to be working great its nice because it uses the bank booths instead of bankers because my guy has gotten stuck countless times trying to bank over and over again

  17. #867
    Join Date
    Feb 2013
    Posts
    465
    Mentioned
    6 Post(s)
    Quoted
    221 Post(s)

    Default

    Um guys would you mind telling me the anti leech, i didn't think i implemented any yet? And changing the banking loop from 2 to 27 from 2 to 28 shouldn't make any difference what so ever.

  18. #868
    Join Date
    Feb 2013
    Posts
    32
    Mentioned
    0 Post(s)
    Quoted
    17 Post(s)

    Default

    P07 works, but for some reason SMART does not want to work with me It turns brightness down to 2 and randomly turns music and I cant even run for an hour
    Ever since my last post I am still using my version of your v104 harvester. It worked for me for 7 hours straight and banks the noted ess that it gets from randoms.

  19. #869
    Join Date
    Feb 2013
    Posts
    17
    Mentioned
    0 Post(s)
    Quoted
    4 Post(s)

    Default

    Quote Originally Posted by wthomas View Post
    Um guys would you mind telling me the anti leech, i didn't think i implemented any yet? And changing the banking loop from 2 to 27 from 2 to 28 shouldn't make any difference what so ever.
    changing it from 2 to 27 did make a difference, fixed the problem for me. you said you added anti-leech for 107 and there was even a promt saying [hint] i did not use this variable I, CTS and TPA on a certain line of your code.....

    i edited it like that and now it works perfect..

  20. #870
    Join Date
    Feb 2013
    Posts
    465
    Mentioned
    6 Post(s)
    Quoted
    221 Post(s)

    Default

    No srsly i didn't add in the anti leech. Those are not errors they are declarations that I forgot to remove before i updated the script.

    Also i have no idea why its banking you guy's pics, I'm running this on accounts with pic in inventory. Its earned me lvl 60 mining and banked my pic 2 times.

  21. #871
    Join Date
    Feb 2013
    Posts
    17
    Mentioned
    0 Post(s)
    Quoted
    4 Post(s)

    Default

    well, after removing the stuff that you hadn't used and doing the edit to the loop that i mentioned the bot works fine for me. been running it for a little over an hour and im at about 1k essence

  22. #872
    Join Date
    Feb 2013
    Posts
    20
    Mentioned
    0 Post(s)
    Quoted
    9 Post(s)

    Default

    Hey Wthomas, I'm running into a minor issue. Script has been working great, except lately it hasnt been finding the bank. It'll go and click in this corner outside of the runeshop. I believe its because of the yellow in the bank symbol, it's seeing the yellow dots on the map and going to one of them. Maybe if I reduce my tolerance (its at 9 for each mark), do you think that would fix the issue? Cause I'm lost.

  23. #873
    Join Date
    Mar 2013
    Posts
    21
    Mentioned
    0 Post(s)
    Quoted
    7 Post(s)

    Default

    When i hit run says waiting 5 seconds for your mouse to drop?
    And sits there for 5mins any tips?

  24. #874
    Join Date
    Feb 2013
    Posts
    32
    Mentioned
    0 Post(s)
    Quoted
    17 Post(s)

    Default

    Quote Originally Posted by Ziqo View Post
    When i hit run says waiting 5 seconds for your mouse to drop?
    And sits there for 5mins any tips?
    What version are you running and did you drag the green cross-hair/target to your client?

  25. #875
    Join Date
    Feb 2013
    Posts
    32
    Mentioned
    0 Post(s)
    Quoted
    17 Post(s)

    Default

    Quote Originally Posted by Cwreck View Post
    Hey Wthomas, I'm running into a minor issue. Script has been working great, except lately it hasnt been finding the bank. It'll go and click in this corner outside of the runeshop. I believe its because of the yellow in the bank symbol, it's seeing the yellow dots on the map and going to one of them. Maybe if I reduce my tolerance (its at 9 for each mark), do you think that would fix the issue? Cause I'm lost.
    Either you are on a too populated world, or the bank/rune icon shifted outside the room and it clicks outside. Both cases you should restart in a new world. If you think the problem is that it's seeing the yellow dots on the map, reducing the tolerance will help. Make sure you have the highest or second highest brightness too. For some reason the bot changes it to 2 after an hour or so, but this only seems to be happening for me.

Page 35 of 44 FirstFirst ... 253334353637 ... LastLast

Thread Information

Users Browsing this Thread

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

Tags for this Thread

Posting Permissions

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