im lovin it
im lovin it
You should add multi accounts![]()
Yeah.Thanks for idea! Must do that to next version.
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
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)
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.![]()
![]()
![]()
![]()
![]()
![]()
![]()
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');
Yea, it could be better way.
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;
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.![]()
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
Actually, my Essence miner version 3. is almost ready, I'm just watching a few days how it runs, and fixing it.
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
btw.....i cannot wait for ess miner 3!!! i give you rep on mutiple sites a++!
no problem no problem...i'd like to help you out anyway i can if you need anything just pm me!
it workeed for me but i had to help it while banking.
Good, thanks. Was there any else bugs than essence finding and bank finding problems? (Bank finding fixed in version 3. now)
just finding the bank booth, finding the bank and last but not least trying to find the essence to mine!
I'm using SRL's bank opener, must to some new bank opener by myself...
cool =D looking forward to that...it will be way better =)
i cant wait for v.3 =]
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
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.
There are currently 1 users browsing this thread. (0 members and 1 guests)