same issue here
Printable View
Some more antiban would nice too. Otherwise, great work. Powermined iron till 60. A pain...
script works pretty well for a few trips then will kinda just sit in the mine, or sit in bank examining iron endlessly. needs some fixes but works great for me not needing to sit at my screen and mine iron thanks alot :D
Great script, thank you.
any way to fix it?, it mines perfectly then just stands there moving the camera, it wont bank for me, any help please?
nevermind was at the east mines lol, yea it goes to bank (some times) but when it does it just stands there in my bank examining my ores, and when im lucky enough to have it close the bank it stands there righting clicking everyone in the bank area.
It cannot seem to find the copper in East Varrok. Can someone help on that it just clicks on a few places on screen and then examines items in inventory.
Updated script
keeps clicking on my character or other characters.
Haven't even mined one ore :(
This is working exceptionally well for me. Maybe something for if you get attacked (There is a rat there).
Banking doesn't ignore the ignoreslots number, banks my pickaxe. Also walking back doesn't work.
I'm back now was busy with things for school .
But now I have al the time for scripting !
post your bugs please or pm me !!!
Updated the script !
Exception in Script: Unable to find file 'SPS/SPS-OSR.simba' used from 'C:\Users\desley\Downloads\[07]N_MinerV1.5 (5).simba'
Getting this error? Whats that?
Read the OP and try to search around before posting
http://villavu.com/forum/showthread.php?t=98324
Well worked great until I got full inv. and got this error
Error: Exception: Access violation at line 398
The following DTMs were not freed: [SRL - Lamp bitmap, SRL - Book of Knowledge]
The following bitmaps were not freed: [SRL - Mod bitmap, SRL - Admin bitmap, SRL - Minimap Mask bitmap, 3, 48]
Any help because its a great script especially if it could bank :/ thanks
it works to me , but just for powermining if I set up it to banking it start to mining go to the bank but when it has to go back it tries to start mining again, I was look at code and I could see that there is a procedure called walkback but it doesn´t work I tried use this procedure in other parts of the code so it tries to go back to the mine but for some reason it don´t go back right, I don´t know if maybe it´s because the cordenates are just inverted or something like that... guys pleas fix it this bot is so good
begin
try
Result := TMufasaBitmap.Create;
Result.SetSize(120, 120);
c := getTClient;
Result.CopyClientToBitmap(
c.IOManager, false, 0, 0, MMCX-60, MMCY-60, MMCX+60, MMCY+60
);
except
Writeln('SPS_GatherMinimap ERROR: '+ExceptionToString(ExceptionType, ExceptionParam));
end;
end;
procedure SPS_FilterMinimap07(var Minimap: TMufasaBitmap);
var
W, H, x, y: integer;
That's the code, it keeps saying Exception in Script: Unknown declaration "getTClient" at line 52, column 10
The answer is on your own thread right here