Yo
I tried the script, and its good except the banking doesn't work for me. I tried several variations: adding the DepositAll; command from Bank.scar (I included SRL\SRL\core\bank.scar) and other stuff, but none seem to work. Does anyone have any fixes/suggestions to make it bank properly?
Thanks
Here is the banking bit:
SCAR Code:until(BankScreen);
if BankScreen then
begin
Wait(Random(1000)+500);
FixBank;
begin
If(EquipPick2=false)then Deposit(2,28,2);
Wait(Random(2000)+200);
if(EquipPick2=true)then
begin
ClickAllItemsColorWait('All',65536,1000+Random(100));
Wait(Random(2000)+200);
end;
end
CloseBank;
banksC:=banksC+1;
TotalOres:=TotalOres+LocalOres;
end
end;
And here is the script: http://www.villu-reborn.com/showthread.php?t=2871






Reply With Quote









