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;
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:
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.
I got rid of the antileech (pm me for the hint) and restarted the bot it seems to have fixed the mistakeSame 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.
The bot deposits the pick!
I don't think it's an anti-leech..
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.
107 is amazing!!!!!!!! YOUR THE FUCKING MAN WTHOMAS
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

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.
P07 works, but for some reason SMART does not want to work with meIt 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.![]()
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..

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.
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
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.
When i hit run says waiting 5 seconds for your mouse to drop?
And sits there for 5mins any tips?
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.
There are currently 1 users browsing this thread. (0 members and 1 guests)