Just started trying it, but right now this script looks amazing, props man!
One thing I have noticed is that if that noob nomad stands next to the bank the script can't find the bank in SW, got to barricade him somehow![]()
Yesmad...anyway I test mith bars on the two versions TK put out, the first was SW and that messed up pretty fast also the vwb messed up as well, the basic mess up that i saw is that it withdraws too many coal and starts superheating nothing because the mith was not there, anyway in no rush to 99 smithing so yeah take your time to test it sort it out
it might be an issue with the delay for the "withdraw previous amount" option in banking. i had a script a while back that needed to withdraw specific amounts and i had to increase wait times between banking operations to account for this.
Version 1.1 released.
Proggys shouldn't overcount bars and theres an option to wait between operations while banking.
There's also chest support added
Good script, just gonna say at line 134 for those who's doing mithril.
it says :
barinfo.BarsPerInv := CoalCheck(5,10);
should be
barinfo.BarsPerInv := CoalCheck(10,5);
Creds to DannyRS for this wonderful sig!
Hmm tried to test it out, got some error. Turned on debug.
Said failedbank2 and wants to deposit everything one by one.
Something wrong with Resetbank;?
(didn't had this problem with the previous version)
Creds to DannyRS for this wonderful sig!
What was the problem? Was looking into the script couldn't find it.
For learning purposes![]()
Creds to DannyRS for this wonderful sig!
I'm testing mith now
Creds to DannyRS for this wonderful sig!
Ok cool I won't be back until 8GMT so you can give that mith a good few hours![]()
Still depositing one by one, very weird lol.
Creds to DannyRS for this wonderful sig!
basically, findcolortolerance is using the cords of ibox, The problem was that I hadn't set ibox so it didn't have any cords to check and couldn't find the color.Simba Code:if barinfo.UsesCoal then
begin
ibox := InvBox(barinfo.SlotToClick);
if not FindColorTolerance(x, y, CoalColour, ibox.x1, ibox.y1, ibox.x2, ibox.y2, 10) then
begin
Result := True;
if Debug then WriteLn('FailedBank2');
end;
end;
so to fix it I changed InvBox(barinfo.SlotToClick); to ibox := InvBox(barinfo.SlotToClick);
Ah got it
Still have the problem that it deposits one by one, instead of all, smthing wrong with Deposit()?
Creds to DannyRS for this wonderful sig!
I think srl is up-to-date, I changed the deposit with mousebox, it's running atm.
Creds to DannyRS for this wonderful sig!
Hows the testing going?
Ooh, just saw this now, looks nice. I'll get you a proggy once I'm done fishing
![]()
There are currently 1 users browsing this thread. (0 members and 1 guests)