So i'm new here and i have to say great forum first.
This was one of the first scripts that I tried and love the idea with the teleporting. There seems to be one problem for me and that is that sometimes (quite often for me) it walks to the mine and can not find any ore. So I decided to look into it and figure some of this out and found a possible fix.
If you simply add the code
Code:
begin
Mouse (15, 195, 10, 10, True);
Break;
end;
in
Code:
MineArea := DTMFromString('mwQAAAHic42RgYChiYmAIAOJMIN4IxMuBuBWI44DYHYjNgTgWqK4FiCcDcQ4QWwKxIhCrALENEMcBcaKHPkO6nypDbrA6Q1GsBkNZpCZDVYA4Q6KnMkOuhyhDbqQ6w3+gOhECmJEIDAcA7b8QjQ==');
repeat
Result := FindDTMRotated(MineArea, x, y, MMX1, MMY1, MMX2, MMY2, -Pi/4, Pi/4, Pi/60, Angle);
if Result then
begin
begin
Mouse (15, 195, 10, 10, True); // prob should change the variables for extra ban protection\\
Break;
end;
Currently('At the mine!');
Break;
end;
So there is it hope you enjoy also sorry if I'm not suppose to do posts like these but just thought it might help until the OP fixes his.